Wiki source code of Release Notes for XWiki 5.2.1
Version 3.1 by Caleb James DeLisle on 2014/07/07
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 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 | |||
7 | This is a important bugfix release which fixes several regressions introduced in 5.2 (RSS, Watchlist, PDF export, etc). | ||
8 | |||
9 | {{error}} | ||
10 | Filesystem attachments are broken in this version, see: [[XWIKI-10610>>http://jira.xwiki.org/browse/XWIKI-10610]]. | ||
11 | {{/error}} | ||
12 | |||
13 | = New and Noteworthy (since XWiki 5.2) = | ||
14 | |||
15 | [[Full list of issues fixed and Dashboard for 5.2.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11794]]. | ||
16 | |||
17 | == Full Issue List == | ||
18 | |||
19 | {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} | ||
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 | |||
25 | No translations update. | ||
26 | |||
27 | = Tested Browsers & Databases = | ||
28 | |||
29 | {{include reference="TestReports.ManualTestReportXWiki521Summary"/}} | ||
30 | |||
31 | = Known issues = | ||
32 | |||
33 | * [[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]] | ||
34 | |||
35 | = Backward Compatibility and Migration Notes = | ||
36 | |||
37 | == General Notes == | ||
38 | |||
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. | ||
40 | |||
41 | == API Breakages == | ||
42 | |||
43 | The following APIs were modified since XWiki 5.2: | ||
44 | |||
45 | * Very young API. Never fully worked:((( | ||
46 | {{code language="none"}} | ||
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 | ||
49 | {{/code}} | ||
50 | ))) |