Last modified by Thomas Mortagne on 2017/03/24

<
From version < 25.1 >
edited by Vincent Massol
on 2013/01/21
To version < 27.1
edited by Thomas Mortagne
on 2017/03/24
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -3,11 +3,11 @@
3 3  {{/box}}
4 4  
5 5  {{warning}}
6 -If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>http://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
6 +If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>https://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
7 7  {{/warning}}
8 8  
9 9  {{warning}}
10 -If you are upgrading to this version from an older version which uses Lucene 3.x, you have to manually delete the lucene directory in the xwiki data directory. For example, that could cause Lucene to loop endlessly while trying to index pages, among other things. This is caused by the Lucene migration to 4.0 (see [[XWIKI-8404>>http://jira.xwiki.org/browse/XWIKI-8404]]).
10 +If you are upgrading to this version from an older version which uses Lucene 3.x, you have to manually delete the lucene directory in the xwiki data directory. For example, that could cause Lucene to loop endlessly while trying to index pages, among other things. This is caused by the Lucene migration to 4.0 (see [[XWIKI-8404>>https://jira.xwiki.org/browse/XWIKI-8404]]).
11 11  {{/warning}}
12 12  
13 13  
... ... @@ -17,9 +17,11 @@
17 17  
18 18  = New and Noteworthy (since XWiki 4.3.1) =
19 19  
20 +[[Full list of issues fixed and Dashboard for 4.4>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11291]].
21 +
20 20  Full list of issues fixed:
21 21  
22 -{{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
24 +{{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
23 23  Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.4-rc-1", "4.4") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
24 24  {{/jira}}
25 25  
... ... @@ -29,11 +29,11 @@
29 29  
30 30  The following dependencies have been upgraded:
31 31  
32 -* [[Pegdown 1.2.0>>http://jira.xwiki.org/browse/XRENDERING-257]]
33 -* [[logback 1.0.9>>http://jira.xwiki.org/browse/XCOMMONS-309]]
34 -* [[lucene 4.0.0>>http://jira.xwiki.org/browse/XWIKI-8404]]
35 -* [[Solr 4.0.0>>http://jira.xwiki.org/browse/XWIKI-8578]]
36 -* [[Apache commons-net 3.2>>http://jira.xwiki.org/browse/XCOMMONS-322]]
34 +* [[Pegdown 1.2.0>>https://jira.xwiki.org/browse/XRENDERING-257]]
35 +* [[logback 1.0.9>>https://jira.xwiki.org/browse/XCOMMONS-309]]
36 +* [[lucene 4.0.0>>https://jira.xwiki.org/browse/XWIKI-8404]]
37 +* [[Solr 4.0.0>>https://jira.xwiki.org/browse/XWIKI-8578]]
38 +* [[Apache commons-net 3.2>>https://jira.xwiki.org/browse/XCOMMONS-322]]
37 37  * [[JGroups 3.2.5>>https://issues.jboss.org/issues/?jql=project%20%3D%20JGRP%20AND%20fixVersion%20in%20%28%223.2.5%22%2C%20%223.2.4%22%2C%20%223.2.3%22%2C%20%223.2.2%22%2C%20%223.2.1%22%29%20AND%20status%20%3D%20Resolved%20ORDER%20BY%20priority%20DESC]]
38 38  
39 39  == Miscellaneous ==
... ... @@ -70,8 +70,8 @@
70 70  = Known issues =
71 71  
72 72  * Regression: Markdown support is broken due to a duplicate ASM JAR. To make it work, remove the ##asm-3.1.jar## file from your ##WEB-INF/lib## directory (fixed in XWiki 4.4.1).
73 -* Regression: [[Image attachments are not scaled any more when the image dimensions are specified on the download request>>http://jira.xwiki.org/browse/XWIKI-8663]]
74 -* [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
75 +* Regression: [[Image attachments are not scaled any more when the image dimensions are specified on the download request>>https://jira.xwiki.org/browse/XWIKI-8663]]
76 +* [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
75 75  
76 76  = Test Report =
77 77  
... ... @@ -93,7 +93,7 @@
93 93  {{/warning}}
94 94  
95 95  {{warning}}
96 -If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>http://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
98 +If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>https://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
97 97  {{/warning}}
98 98  
99 99  {{warning}}

Get Connected