Changes for page Release Notes for XWiki 6.2 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
From version 53.1
edited by Sergiu Dumitriu
on 2014/08/07
on 2014/08/07
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Sergiu1 +XWiki.ThomasMortagne - Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 = New and Noteworthy (since XWiki 6.1) = 10 10 11 -[[Full list of issues fixed and Dashboard for 6.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12494]]. 11 +[[Full list of issues fixed and Dashboard for 6.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12494]]. 12 12 13 13 == Flamingo Skin == 14 14 ... ... @@ -58,7 +58,7 @@ 58 58 * Single line fields in documents are not merged at character level anymore. This might increase a bit the number of potential conflicts but at the same time improve the suggestion in most cases in case of real conflict since most of the time this kind of field cannot really be merged. 59 59 * The XWiki Snapshots maven extensions repository is now used by default (when no other repositories are configured) on snapshot/development builds of XWiki Enterprise in order to make the testing of snapshot builds easier and faster. 60 60 61 -See the [[full list 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-milestone-1%22&tempMax=1000]] fixed in this release. 61 +See the [[full list of JIRA issues>>https://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-milestone-1%22&tempMax=1000]] fixed in this release. 62 62 63 63 = For Developers = 64 64 ... ... @@ -111,18 +111,18 @@ 111 111 112 112 The following dependencies have been upgraded: 113 113 114 -* [[Bootstrap 3.2.0>>http://jira.xwiki.org/browse/XWIKI-10579]] 115 -* [[HTML5Shiv 3.7.2>>http://jira.xwiki.org/browse/XWIKI-10615]] 116 -* [[Jetty 8.1.15>>http://jira.xwiki.org/browse/XWIKI-10653]] 117 -* [[Maven 3.2.2>>http://jira.xwiki.org/browse/XCOMMONS-616]] 118 -* [[JFreechart 1.0.19>>http://jira.xwiki.org/browse/XWIKI-10689]] 119 -* [[Joda-Time 2.4>>http://jira.xwiki.org/browse/XWIKI-10692]] 120 -* [[xalan 2.7.2>>http://jira.xwiki.org/browse/XWIKI-10694]] 121 -* [[Groovy 2.3.6>>http://jira.xwiki.org/browse/XCOMMONS-625]] 114 +* [[Bootstrap 3.2.0>>https://jira.xwiki.org/browse/XWIKI-10579]] 115 +* [[HTML5Shiv 3.7.2>>https://jira.xwiki.org/browse/XWIKI-10615]] 116 +* [[Jetty 8.1.15>>https://jira.xwiki.org/browse/XWIKI-10653]] 117 +* [[Maven 3.2.2>>https://jira.xwiki.org/browse/XCOMMONS-616]] 118 +* [[JFreechart 1.0.19>>https://jira.xwiki.org/browse/XWIKI-10689]] 119 +* [[Joda-Time 2.4>>https://jira.xwiki.org/browse/XWIKI-10692]] 120 +* [[xalan 2.7.2>>https://jira.xwiki.org/browse/XWIKI-10694]] 121 +* [[Groovy 2.3.6>>https://jira.xwiki.org/browse/XCOMMONS-625]] 122 122 123 123 == Miscellaneous == 124 124 125 -* The user of an Activity Stream event is now always stored as an absolute serialized reference. See [[XWIKI-9066>>http://jira.xwiki.org/browse/XWIKI-9066]] for more details. 125 +* The user of an Activity Stream event is now always stored as an absolute serialized reference. See [[XWIKI-9066>>https://jira.xwiki.org/browse/XWIKI-9066]] for more details. 126 126 * A new user and group references related reference resolver have been provided:((( 127 127 {{code language="java"}} 128 128 @Inject ... ... @@ -155,7 +155,7 @@ 155 155 156 156 = Known issues = 157 157 158 -* [[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]] 158 +* [[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]] 159 159 160 160 = Backward Compatibility and Migration Notes = 161 161 ... ... @@ -165,7 +165,7 @@ 165 165 166 166 == Issues specific to XWiki 6.2-milestone-1 == 167 167 168 -* After the upgrade, old Activity Stream events might not be visible anymore. Only new events will start to be displayed. See [[XWIKI-9066>>http://jira.xwiki.org/browse/XWIKI-9066]]. 168 +* After the upgrade, old Activity Stream events might not be visible anymore. Only new events will start to be displayed. See [[XWIKI-9066>>https://jira.xwiki.org/browse/XWIKI-9066]]. 169 169 * The new Mail Sender API was using a property named ##smtp_from## when the from address was not specified when sending an email. Even though this property is used by the old Mail Sender plugin, it doesn't exist by default in ##XWikiPreferences##. We're now using the ##admin_email## property which is the one you see in the Admin UI. 170 170 171 171 == API Breakages ==