Last modified by Ilie Andriuta on 2022/04/18

Show last authors
1 {{velocity}}
2 #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass'))
3 #set ($product = $rnObject.product)
4 #set ($version = $rnObject.version)
5 #set ($versionPrefix = $stringtool.substringBefore($version, '-'))
6 #set ($versionParts = $stringtool.split($versionPrefix, '.'))
7 #set ($isRC = $version.contains('rc'))
8 #set ($isFinal = !$isRC)
9 #set ($isFirstFinal = $versionParts.size() == 2 && $isFinal)
10 {{/velocity}}
11
12 {{box cssClass="floatinginfobox" title="**Contents**"}}
13 {{toc/}}
14 {{/box}}
15
16 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version.
17
18 This is a bugfix release that covers important issues that we have discovered since 13.10.4 has been released. Further, it adds a small improvement to the link syntax.
19
20 {{error}}
21 The following regressions were introduced in this release (and found after it was released). Please check them out and if they impact you we recommend waiting to upgrade to a version where they are fixed.
22
23 {{velocity}}
24 #if ($isFirstFinal)
25 #set ($affectedVersions = "${version}-rc-1, ${version}")
26 #set ($fixVersionJQL = " and (fixVersion != ${version}-rc-1 or fixVersion is empty)")
27 #else
28 #set ($affectedVersions = "${version}")
29 #set ($fixVersionJQL = "")
30 #end
31 {{jira id="xwikiorg" source="jql"}}
32 category = 10000 and affectedVersion in ($affectedVersions)${fixVersionJQL}and priority = Blocker and resolution in (Fixed, Unresolved)
33 {{/jira}}
34 {{/velocity}}
35 {{/error}}
36
37 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 13.10.4) =
38
39 [[Full list of issues fixed and Dashboard for 13.10.5>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14990]].
40
41 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
42 resolution = Fixed AND component != "Development Issues only" AND project in (XCOMMONS, XRENDERING, XWIKI) AND fixVersion in (13.10.5)
43 {{/jira}}
44
45 == Use the page syntax for attachment links
46
47 It's now possible to use the ("/" separators based) page syntax to link attachments located on a different page. For that you should use the prefix ##pageAttach:##.
48
49 For example:
50
51 {{code language="none"}}
52 pageAttach:My/Page/file.txt
53
54 image:pageAttach:My/Page/image.jpg
55 {{/code}}
56
57 See [[extensions:Extension.Model Module||anchor="HPageAttachmentReferences"]] for more details about the page attachment reference syntax.
58
59 = Translations =
60
61 The following translations have been updated:
62
63 {{language codes="de"}}{{/language}}
64
65 = Tested Browsers & Databases =
66
67 {{include reference="TestReports.ManualTestReportSummaryXWiki13105.WebHome"/}}
68
69 {{comment}}
70 TODO: uncomment and update with proper links when the report is ready.
71
72 = Performances tests compared to <last super stable version> =
73
74 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
75
76 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
77 {{/comment}}
78
79 = Known issues =
80
81 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]]
82
83 = Backward Compatibility and Migration Notes =
84
85 == General Notes ==
86
87 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
88 ** ##xwiki.cfg##
89 ** ##xwiki.properties##
90 ** ##web.xml##
91 ** ##hibernate.cfg.xml##
92 * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
93
94 == API Breakages ==
95
96 The following APIs were modified since {{velocity}}$product{{/velocity}} 13.10.4:
97
98 {{velocity}}
99 {{backwardCompatibilityReport134 version="$version"/}}
100 {{/velocity}}
101
102 = Credits =
103
104 The following people have contributed code and translations to this release (sorted alphabetically):
105
106 Clemens Klein-Robbenhaar
107 Eduard Moraru
108 Manuel Leduc
109 Marius Dumitru Florea
110 Michael Hamann
111 Simon Urli
112 Thomas Mortagne

Get Connected