Version 5.1 by Marius Dumitru Florea on 2013/06/19

Show last authors
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 <insert description of release here>
8
9 = New and Noteworthy (since XWiki 5.1 Milestone 2) =
10
11 [[Full list of issues fixed and Dashboard for 5.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11595]].
12
13 == <feature N> ==
14
15 <description of feature N>
16
17 == Miscellaneous ==
18
19 <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
20
21 == Full Issue List ==
22
23 {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
24 Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("5.1-rc-1") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
25 {{/jira}}
26
27 = For Developers =
28
29 == <developer feature N> ==
30
31 <description of developer feature N>
32
33 == Deprecated and Retired projects ==
34
35 <description of deprecated and retired projects>
36
37 == Upgrades ==
38
39 The following dependencies have been upgraded:
40
41 * [[Groovy 2.1.5>>http://jira.xwiki.org/browse/XCOMMONS-413]]
42
43 == Miscellaneous ==
44
45 * Jobs don't share the same ##ExecutionContext## anymore.
46 * The WYSIWYG editor administration section has been moved from the [[Administration Application>>doc:extensions:Extension.Administration Application]] to its own module under ##xwiki-platform-wysiwyg##.
47
48 = Translations =
49
50 The following translations have been updated:
51
52 {{language codes="none, none"/}}
53
54 = Tested Browsers & Databases =
55
56 {{include reference="TestReports.ManualTestReportTemplateSummary"/}}
57
58 = Known issues =
59
60 * [[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]]
61
62 = Backward Compatibility and Migration Notes =
63
64 == General Notes ==
65
66 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
67
68 {{warning}}
69 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.
70 {{/warning}}
71
72 == Issues specific to XWiki <version> ==
73
74 <issues specific to the project>
75
76 == API Breakages ==
77
78 The following APIs were modified since <project> <version - 1>:
79
80 {{code language="none"}}
81 <clirr output here>
82 {{/code}}

Get Connected