Changes for page Release Notes for XWiki Enterprise 4.4.1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Translations
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dgervalle1 +XWiki.enygma - Content
-
... ... @@ -2,10 +2,6 @@ 2 2 {{toc/}} 3 3 {{/box}} 4 4 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 - 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 = New and Noteworthy (since XWiki 4.3) = ... ... @@ -30,7 +30,7 @@ 30 30 ## name = iexplorer, firefox, chrome, safari, opera 31 31 {{/velocity}} 32 32 33 -{{browser name=" firefox" version="17"/}}29 +{{browser name="browser" version="x.x"/}} 34 34 35 35 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]]): 36 36 ... ... @@ -38,12 +38,16 @@ 38 38 ## name = hsqldb, mysql, postgresql, oracle, opera 39 39 {{/velocity}} 40 40 41 -{{database name=" hsqldb" version="2.2.9"/}}37 +{{database name="database" version="x.x"/}} 42 42 43 43 = Known issues = 44 44 45 45 * [[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]] 46 46 43 += Test Report = 44 + 45 +You can check the [[manual test report>>TestReports.WebHome#<anchor to test report>]] to learn about what was tested and the results on various browsers. 46 + 47 47 = Backward Compatibility and Migration Notes = 48 48 49 49 == General Notes == ... ... @@ -53,3 +53,15 @@ 53 53 {{warning}} 54 54 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. 55 55 {{/warning}} 56 + 57 +== Issues specific to XWiki 4.3.1 == 58 + 59 +{{todo/}} 60 + 61 +== API Breakages == 62 + 63 +The following APIs were modified since 4.3: 64 + 65 +{{code language="none"}} 66 +<clirr output here> 67 +{{/code}}