Wiki source code of Release Notes for XWiki 4.2
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | 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. | ||
6 | |||
7 | This is the thir release of the 4.x cycle ([[Roadmap>>Main.Roadmap]]). | ||
8 | |||
9 | = New and Noteworthy (since XWiki 4.1) = | ||
10 | |||
11 | == <feature N> == | ||
12 | |||
13 | <description of feature N> | ||
14 | |||
15 | = For Developers = | ||
16 | |||
17 | == <developer feature N> == | ||
18 | |||
19 | <description of developer feature N> | ||
20 | |||
21 | == Deprecated and Retired projects == | ||
22 | |||
23 | <description of deprecated and retired projects> | ||
24 | |||
25 | == Upgrades == | ||
26 | |||
27 | The following dependencies have been upgraded: | ||
28 | |||
29 | * <list libraries that have been upgraded> | ||
30 | |||
31 | == Miscellaneous == | ||
32 | |||
33 | <other stuff to add and link to JIRA for all issues fixed> | ||
34 | |||
35 | == Translations == | ||
36 | |||
37 | The following translations have been updated: | ||
38 | |||
39 | {{language codes="code1, code2"/}} | ||
40 | |||
41 | = Tested Browsers = | ||
42 | |||
43 | 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]]): | ||
44 | |||
45 | {{velocity}} | ||
46 | ## name = iexplorer, firefox, chrome, safari, opera | ||
47 | {{/velocity}} | ||
48 | |||
49 | {{browser name="browser" version="x.x"/}} | ||
50 | |||
51 | = Known issues = | ||
52 | |||
53 | * [[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]] | ||
54 | |||
55 | = Test Report = | ||
56 | |||
57 | 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. | ||
58 | |||
59 | = Backward Compatibility and Migration Notes = | ||
60 | |||
61 | == General Notes == | ||
62 | |||
63 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
64 | |||
65 | {{warning}} | ||
66 | 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. | ||
67 | {{/warning}} | ||
68 | |||
69 | == Issues specific to XWiki <version> == | ||
70 | |||
71 | <issues specific to the project> | ||
72 | |||
73 | == API Breakages == | ||
74 | |||
75 | The following APIs were modified since <project> <version - 1>: | ||
76 | |||
77 | {{code language="none"}} | ||
78 | <clirr output here> | ||
79 | {{/code}} |