Wiki source code of Project Release Notes

Version 441.3 by Vincent Massol on 2016/09/28

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 Please find below 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 The release notes for other Extensions can be found directly in the documentation for the said extension on the [[Extensions wiki>>extensions:Main.WebHome]].
8
9 In order to better understand the notions of Major releases, Minor releases, Bugfix releases, Milestones and Release Candidates, check our [[Versioning & Release Practices>>dev:Community.VersioningAndReleasePractices]].
10
11 {{info}}
12 These projects are always released together and share the same version numbers and, as such, share the same Release Notes. In the past (prior to version 4.2M1), the Release Notes for XWiki Platform and XWiki Enterprise were combined while XWiki Enterprise Manager had its own Release Notes. They can be found in the [[Release Notes Archives>>ReleaseNotes.Archives]].
13 {{/info}}
14
15 {{comment}}
16 Use the following marker for non-final release notes (corresponding to the current snapshot version).
17 {{warning}}in development{{/warning}}
18 {{/comment}}
19
20 {{velocity}}
21 #if ($hasAdmin)
22 #if ($request.action == 'add')
23 #set ($topSpace = $doc.documentReference.extractFirstReference('SPACE').getName())
24 #set ($rnPageReference = $services.model.createDocumentReference('', ["$topSpace", 'Data', "XWiki", "$!request.version"], 'WebHome').parent)
25 #set ($rnPageReferenceString = $services.model.serialize($rnPageReference))
26 $response.sendRedirect($xwiki.getURL($rnPageReferenceString, 'inline', "$!{request.queryString}"))
27 #else
28 {{html}}
29 <form>
30 <input type="hidden" name="action" value="add"/>
31 <input type="hidden" name="template" value="ReleaseNotes.Code.ReleaseNoteTemplate"/>
32 <input type="text" name="version" value="Short version e.g. 8.3M1..." size="32" class="withTip"/>
33 <span class="buttonwrapper">
34 <input class="button" type="submit" value="Add Release Note"/>
35 </span>
36 </form>
37 {{/html}}
38 #end
39 #end
40 {{/velocity}}
41 = Cycle 8.x =
42
43 {{include reference = "ReleaseNotes.ReleaseNotesXWiki8x.WebHome"/}}
44
45 = Cycle 7.x =
46
47 {{include reference = "ReleaseNotes.ReleaseNotesXWiki7x.WebHome"/}}
48
49 = Archives =
50
51 See the [[Archived Release Notes page>>ReleaseNotes.Archives]] for all older releases.

Get Connected