Version 18.1 by Vincent Massol on 2012/12/26

Hide last authors
Vincent Massol 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
Denis Gervalle 14.1 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.
7 {{/warning}}
8
Vincent Massol 1.1 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
Vincent Massol 10.1 11 This is a stabilization release and as such it mostly contains bug fixes.
Vincent Massol 1.1 12
13 = New and Noteworthy (since XWiki 4.3) =
14
Vincent Massol 10.1 15 Full list of issues fixed:
Vincent Massol 1.1 16
Vincent Massol 10.2 17 {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
Vincent Massol 16.3 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")
Vincent Massol 10.1 19 {{/jira}}
Vincent Massol 1.1 20
21 = For Developers =
22
23 == Upgrades ==
24
25 The following dependencies have been upgraded:
26
27 * [[Pegdown 1.2.0>>http://jira.xwiki.org/browse/XRENDERING-257]]
Thomas Mortagne 2.1 28 * [[logback 1.0.9>>http://jira.xwiki.org/browse/XCOMMONS-309]]
Jerome 6.1 29 * [[lucene 4.0.0>>http://jira.xwiki.org/browse/XWIKI-8404]]
30 * [[Solr 4.0.0>>http://jira.xwiki.org/browse/XWIKI-8578]]
Sergiu Dumitriu 9.1 31 * [[Apache commons-net 3.2>>http://jira.xwiki.org/browse/XCOMMONS-322]]
Vincent Massol 16.1 32 * [[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]]
Vincent Massol 1.1 33
34 == Miscellaneous ==
35
Vincent Massol 3.1 36 * We've [[replaced the Rendering Standalone JAR with a Rendering Standalone ZIP>>rendering:Main.GettingStarted||anchor="HUsingtheXWikiRenderingStandaloneZIP"]].
Vincent Massol 5.1 37 * Started experimenting with [[Mockito>>http://code.google.com/p/mockito/]].
Vincent Massol 8.1 38 * [[New unit and integration testing best practices>>dev:Community.Testing]].
Vincent Massol 1.1 39
40 = Translations =
41
42 The following translations have been updated:
43
Vincent Massol 17.1 44 {{language codes="it,ca,cs,da,de,es,fr,gl,hi,hr,it,ko,lv,nl,no,pl,pt_BR,ro,ru,sk,sv,uk,vi,zh,zh_TW"/}}
Vincent Massol 1.1 45
Vincent Massol 11.1 46 = Tested Browsers & Databases =
Vincent Massol 1.1 47
48 Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]):
49
50 {{velocity}}
51 ## name = iexplorer, firefox, chrome, safari, opera
52 {{/velocity}}
53
Vincent Massol 18.1 54 {{browser name="firefox" version="17.0.1"/}}
Vincent Massol 1.1 55
Vincent Massol 11.1 56 Here's the list of databases tested with this version (i.e. databases that we've tested as working - Check the list of [[supported databases>>dev:Community.DatabaseSupportStrategy]]):
57
58 {{velocity}}
59 ## name = hsqldb, mysql, postgresql, oracle, opera
60 {{/velocity}}
61
62 {{database name="hsqldb" version="2.2.9"/}}
63
Vincent Massol 1.1 64 = Known issues =
65
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
68 = Test Report =
69
Vincent Massol 12.1 70 No manual test were done for this version (see [[other past test reports>>TestReports.WebHome]] if you're curious).
Vincent Massol 1.1 71
72 = Backward Compatibility and Migration Notes =
73
74 == General Notes ==
75
76 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
77
78 {{warning}}
79 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
80 {{/warning}}
81
Vincent Massol 16.2 82 == Issues specific to XWiki 4.4 RC 1 ==
Vincent Massol 1.1 83
Sergiu Dumitriu 15.1 84 * 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]].
Sergiu Dumitriu 4.1 85 * 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.
Vincent Massol 1.1 86
87 == API Breakages ==
88
89 The following APIs were modified since XWiki 4.3:
90
91 {{code language="none"}}
92 <clirr output here>
93 {{/code}}

Get Connected