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 (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -26,7 +26,7 @@ 26 26 ## name = iexplorer, firefox, chrome, safari, opera 27 27 {{/velocity}} 28 28 29 -{{browser name=" firefox" version="17"/}}29 +{{browser name="browser" version="x.x"/}} 30 30 31 31 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]]): 32 32 ... ... @@ -34,12 +34,16 @@ 34 34 ## name = hsqldb, mysql, postgresql, oracle, opera 35 35 {{/velocity}} 36 36 37 -{{database name=" hsqldb" version="2.2.9"/}}37 +{{database name="database" version="x.x"/}} 38 38 39 39 = Known issues = 40 40 41 41 * [[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]] 42 42 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 + 43 43 = Backward Compatibility and Migration Notes = 44 44 45 45 == General Notes == ... ... @@ -49,3 +49,15 @@ 49 49 {{warning}} 50 50 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. 51 51 {{/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}}