Last modified by Thomas Mortagne on 2017/03/24

<
From version < 21.1 >
edited by Denis Gervalle
on 2012/12/27
To version < 23.1 >
edited by Vincent Massol
on 2013/01/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Release Notes for XWiki 4.4 RC 1
1 +Release Notes for XWiki 4.4
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dgervalle
1 +XWiki.VincentMassol
Content
... ... @@ -15,7 +15,7 @@
15 15  Full list of issues fixed:
16 16  
17 17  {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
18 -Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.4-rc-1") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
18 +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")
19 19  {{/jira}}
20 20  
21 21  = For Developers =
... ... @@ -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]].
39 +* 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  
67 +* 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 =
... ... @@ -92,7 +92,7 @@
92 92  If you have encountered an issue with the migration, you may need to start over from a backup. Be careful that during the migration, two new tables have been created (in each xwiki database for a farm) and should be dropped when you restore a backup of a database coming from a version earlier than 4.x. These two tables are DATABASECHANGELOG and DATABASECHANGELOGLOCK. These should only be removed if you restore a pre-4.x database schema. Mixing an old database with these two tables will surely cause issue during schema updates (liquibase checksum failure).
93 93  {{/warning}}
94 94  
95 -== Issues specific to XWiki 4.4 RC 1 ==
97 +== Issues specific to XWiki 4.4 ==
96 96  
97 97  * The Toucan skin has been removed from the platform and from the distribution packages. You can find the sources in the [[xwiki-contrib repository on github>>https://github.com/xwiki-contrib/skin-toucan]].
98 98  * The Lucene index specification has been changed to include a new field ##exactspace## and three other fields have been altered to better support exact matches. It is recommended to rebuild the whole Lucene index.

Get Connected