Wiki source code of Release Notes for XWiki Enterprise 4.0.1
Version 7.1 by Thomas Mortagne on 2012/06/19
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | Bugfix release for the 4.0 release. | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 4.0) = | ||
8 | |||
![]() |
2.1 | 9 | {{jira style="list" notes="false" jql="true" url="http://jira.xwiki.org"}} |
10 | Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.0.1") and resolution in ("Fixed") | ||
11 | {{/jira}} | ||
![]() |
1.1 | 12 | |
13 | = Tested Browsers = | ||
14 | |||
15 | 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]]): | ||
16 | |||
![]() |
6.2 | 17 | {{browser name='firefox' version= '13.0.1'/}} |
![]() |
4.1 | 18 | |
![]() |
6.1 | 19 | = Tested Databases = |
![]() |
3.1 | 20 | |
![]() |
5.1 | 21 | For the list of supported databases please click [[here>>http://dev.xwiki.org/xwiki/bin/view/Community/DatabaseSupportStrategy]]. |
![]() |
3.1 | 22 | |
![]() |
6.2 | 23 | {{database name="hsqldb" version="2.2.8"/}} |
![]() |
4.1 | 24 | |
![]() |
1.1 | 25 | = Known issues = |
26 | |||
27 | * [[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]] | ||
28 | |||
29 | = Backward Compatibility and Migration Notes = | ||
30 | |||
31 | == General Notes == | ||
32 | |||
33 | {{warning}} | ||
34 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//. | ||
35 | {{/warning}} | ||
36 | |||
37 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
38 | |||
39 | {{warning}} | ||
40 | 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. | ||
41 | {{/warning}} | ||
42 | |||
43 | == API Breakages == | ||
44 | |||
45 | The following APIs were modified since XWiki Enterprise 4.0: | ||
46 | |||
47 | {{code language="none"}} | ||
48 | <clirr output here> | ||
49 | {{/code}} |