Wiki source code of Release Notes for XWiki Enterprise 4.0.1
Version 1.1 by Sergiu Dumitriu on 2012/05/22
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | |||
9 | == Miscellaneous == | ||
10 | |||
11 | * [[XWIKI-7846>>http://jira.xwiki.org/browse/XWIKI-7846]] - The email field is not obfuscated as it should be | ||
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 | |||
17 | {{velocity}} | ||
18 | ## name = iexplorer, firefox, chrome, safari, opera | ||
19 | {{/velocity}} | ||
20 | |||
21 | {{browser name="browser" version="x.x"/}} | ||
22 | |||
23 | = Known issues = | ||
24 | |||
25 | * [[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]] | ||
26 | |||
27 | = Backward Compatibility and Migration Notes = | ||
28 | |||
29 | == General Notes == | ||
30 | |||
31 | {{warning}} | ||
32 | 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,...//. | ||
33 | {{/warning}} | ||
34 | |||
35 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
36 | |||
37 | {{warning}} | ||
38 | 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. | ||
39 | {{/warning}} | ||
40 | |||
41 | == API Breakages == | ||
42 | |||
43 | The following APIs were modified since XWiki Enterprise 4.0: | ||
44 | |||
45 | {{code language="none"}} | ||
46 | <clirr output here> | ||
47 | {{/code}} |