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. ThomasMortagne1 +XWiki.gdelhumeau - Content
-
... ... @@ -4,18 +4,14 @@ 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 - <insertdescription ofrelease here>7 +This version opens the new 9.x cycle. It contains all improvements introduced in version 8.4.4, and brings admin and developer features mostly. Among other things, XWiki deals better with big attachments now. 8 8 9 -= New and Noteworthy (since XWiki <version - 1>) =9 += New and Noteworthy (since XWiki 8.4.4) = 10 10 11 -[[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].11 +[[Full list of issues fixed and Dashboard for 9.0-rc-1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=13797]]. 12 12 13 13 {{releasenotechanges/}} 14 14 15 -=== Moved Modules === 16 - 17 -<description deprecated, retired and moved projects> 18 - 19 19 === Upgrades === 20 20 21 21 The following runtime dependencies have been upgraded (they have a different release cycle than [[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]]): ... ... @@ -79,6 +79,10 @@ 79 79 80 80 In order to support attachment bigger than 2GB a new long based column has been added in the database. The ##filesize## column is still working as it always did but it's now deprecated and and ##longSize## should be used instead to be sure to deal with the real size of the attachment in case it's bigger than 2GB. 81 81 78 +== Filesystem templates rights == 79 + 80 +All filesystem templates now have programming right by default. They used to be executed with the right of the current document. 81 + 82 82 == API Breakages == 83 83 84 84 The following APIs were modified since <project> <version - 1>: