Changes for page Release Notes for XWiki 6.2.5
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -22,8 +22,12 @@ 22 22 23 23 * The property "@headings-color" is now editable in the [[Flamingo Theme Editor>>extensions:Extension.Flamingo Theme Application]]. 24 24 25 - Seethe [[fulllist of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%226.2.5%22&tempMax=1000]] fixed in this release.25 +== Full Issue List == 26 26 27 +{{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} 28 +category in ("Top Level Projects") AND fixVersion in ("6.2.5") AND resolution in (Fixed) and component not in ("Development Issues only") 29 +{{/jira}} 30 + 27 27 == Upgrades == 28 28 29 29 The following dependencies have been upgraded: ... ... @@ -47,3 +47,7 @@ 47 47 == General Notes == 48 48 49 49 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. 54 + 55 +== API Breakages == 56 + 57 +No API change since 6.2.4.