Wiki source code of Release Notes for XWiki 5.2.1
Last modified by Thomas Mortagne on 2017/03/24
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
![]() |
2.3 | 7 | This is a important bugfix release which fixes several regressions introduced in 5.2 (RSS, Watchlist, PDF export, etc). |
![]() |
1.1 | 8 | |
![]() |
3.1 | 9 | {{error}} |
![]() |
4.1 | 10 | Filesystem attachments are broken in this version, see: [[XWIKI-10610>>https://jira.xwiki.org/browse/XWIKI-10610]]. |
![]() |
3.1 | 11 | {{/error}} |
12 | |||
![]() |
1.1 | 13 | = New and Noteworthy (since XWiki 5.2) = |
14 | |||
![]() |
4.1 | 15 | [[Full list of issues fixed and Dashboard for 5.2.1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11794]]. |
![]() |
1.1 | 16 | |
17 | == Full Issue List == | ||
18 | |||
![]() |
4.1 | 19 | {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} |
![]() |
1.1 | 20 | category in ("Top Level Projects") AND fixVersion in ("5.2.1") AND resolution in (Fixed) and component not in ("Development Issues only") |
21 | {{/jira}} | ||
22 | |||
23 | = Translations = | ||
24 | |||
![]() |
2.2 | 25 | No translations update. |
![]() |
1.1 | 26 | |
27 | = Tested Browsers & Databases = | ||
28 | |||
![]() |
2.4 | 29 | {{include reference="TestReports.ManualTestReportXWiki521Summary"/}} |
![]() |
1.1 | 30 | |
31 | = Known issues = | ||
32 | |||
![]() |
4.1 | 33 | * [[Bugs we know about>>https://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]] |
![]() |
1.1 | 34 | |
35 | = Backward Compatibility and Migration Notes = | ||
36 | |||
37 | == General Notes == | ||
38 | |||
![]() |
2.2 | 39 | When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or 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. |
![]() |
1.1 | 40 | |
41 | == API Breakages == | ||
42 | |||
43 | The following APIs were modified since XWiki 5.2: | ||
44 | |||
![]() |
2.1 | 45 | * Very young API. Never fully worked:((( |
![]() |
1.1 | 46 | {{code language="none"}} |
![]() |
2.1 | 47 | org.xwiki.xml.stax.SAXEventConsumer: Class org.xwiki.xml.stax.SAXEventConsumer removed |
48 | org.xwiki.xml.stax.SAXEventWriter: Removed org.xwiki.xml.stax.SAXEventConsumer from the list of superclasses | ||
![]() |
1.1 | 49 | {{/code}} |
![]() |
2.1 | 50 | ))) |