Last modified by Thomas Mortagne on 2017/03/24

<
From version < 22.1 >
edited by Vincent Massol
on 2013/01/02
To version < 24.1 >
edited by Sorin Burjan
on 2013/01/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.Sorin
Content
... ... @@ -6,6 +6,11 @@
6 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.
7 7  {{/warning}}
8 8  
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]]).
11 +{{/warning}}
12 +
13 +
9 9  This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
10 10  
11 11  This is a stabilization release and as such it mostly contains bug fixes.
... ... @@ -36,6 +36,7 @@
36 36  * We've [[replaced the Rendering Standalone JAR with a Rendering Standalone ZIP>>rendering:Main.GettingStarted||anchor="HUsingtheXWikiRenderingStandaloneZIP"]].
37 37  * Started experimenting with [[Mockito>>http://code.google.com/p/mockito/]].
38 38  * [[New unit and integration testing best practices>>dev:Community.Testing]].
44 +* New Rendering Syntax module for the ##annotatedxhtml## syntax. Before this syntax was included in the Syntax module for the ##xhtml## syntax.
39 39  
40 40  = Translations =
41 41  
... ... @@ -63,6 +63,7 @@
63 63  
64 64  = Known issues =
65 65  
72 +* 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).
66 66  * [[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]]
67 67  
68 68  = Test Report =

Get Connected