Changes for page Release Notes for XWiki 6.1 Milestone 2
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
-
... ... @@ -4,7 +4,7 @@ 4 4 5 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 6 7 -This milestone contain Flamingo skin and Extension Manager improvements as well as various performances improvements and bug fixes. 7 +This milestone contains a new mail API and module to replace the old mailsender plugin, Flamingo skin and Extension Manager improvements as well as various performances improvements and bug fixes. 8 8 9 9 = New and Noteworthy (since XWiki 6.1 Milestone 1) = 10 10 ... ... @@ -71,10 +71,6 @@ 71 71 72 72 See [[extensions:Extension.Job Module]] for more details. 73 73 74 -== Deprecated and Retired projects == 75 - 76 -<description of deprecated and retired projects> 77 - 78 78 == Upgrades == 79 79 80 80 The following dependencies have been upgraded: ... ... @@ -122,8 +122,11 @@ 122 122 123 123 The following APIs were modified since XWiki 6.0: 124 124 125 -* Complete refactoring of the [[Resource module>>extensions:Extension.Resource API]] which was still a young API.121 +* Young API 126 126 127 127 {{code language="none"}} 128 -<clirr output here> 124 +org.xwiki.activeinstalls.server.DataManager: Method 'public com.google.gson.JsonObject countInstalls(java.lang.String, java.lang.String, java.util.Map)' has been added to an interface 125 +org.xwiki.activeinstalls.server.DataManager: Method 'public long getInstallCount(java.lang.String)' has been removed 126 +org.xwiki.activeinstalls.server.DataManager: Method 'public com.google.gson.JsonObject searchInstalls(java.lang.String, java.lang.String, java.util.Map)' has been added to an interface 127 +org.xwiki.activeinstalls.server.script.ActiveInstallsScriptService: Method 'public long getInstallCount(java.lang.String)' has been removed 129 129 {{/code}}