Version 5.1 by Manuel Leduc on 2024/12/31

Hide last authors
Manuel Leduc 1.1 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 #set ($isBugFix = $versionParts.size() == 3 && $versionParts[2] > 0)
11 {{/velocity}}
12
13 {{box cssClass="floatinginfobox" title="**Contents**"}}
14 {{toc/}}
15 {{/box}}
16
Manuel Leduc 4.1 17 This is the release notes for [[Cristal>>http://cristal.xwiki.org]].
Manuel Leduc 1.1 18
19 <insert description of release here>
20
Manuel Leduc 3.1 21 {{info}}
22 **Note for translators:** While there is currently no easy way to switch languages, we started extracting translatable text info a format that can be exploited by [[Weblate>>https://weblate.org/]]. You can already **[[start translating a few translation keys>>https://l10n.xwiki.org/projects/xwiki-contrib/cristal/]]**.
23 {{/info}}
24
25 {{warning}}
26 Cristal is still under heavy development.
27
28 * All APIs are subject to be changed without notice
29 * A lot of features are subject to limitations that will be removed over time
30 * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases
31 {{/warning}}
32
Manuel Leduc 1.1 33 {{comment}}
34 Uncomment when there's at least one issue listed in the table!
35 {{error}}
36 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.
37
38 {{velocity}}
39 #if ($isFirstFinal)
40 #set ($affectedVersions = "${version}-rc-1, ${version}")
41 #set ($fixVersionJQL = " and (fixVersion != ${version}-rc-1 or fixVersion is empty)")
42 #else
43 #set ($affectedVersions = "${version}")
44 #set ($fixVersionJQL = "")
45 #end
46 {{jira id="xwikiorg" source="jql"}}
47 category = 10000 and affectedVersion in ($affectedVersions)${fixVersionJQL}and priority = Blocker and resolution in (Fixed, Unresolved) and component != "Development Issues only"
48 {{/jira}}
49 {{/velocity}}
50 {{/error}}
51 {{/comment}}
52
Manuel Leduc 2.1 53 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 0.12) =
Manuel Leduc 1.1 54
Manuel Leduc 2.2 55 [[Full list of issues fixed and Dashboard for 0.13>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15823]].
Manuel Leduc 1.1 56
57 {{velocity}}
58 #if ($isBugFix)
59 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
60 resolution = Fixed AND component != "Development Issues only" and component != "Development Issues only - Test" AND project in (XCOMMONS, XRENDERING, XWIKI) AND fixVersion in ($version)
61 {{/jira}}
62 #else
63 {{releasenotechanges/}}
64 #end
65 {{/velocity}}
66
67 === Upgrades ===
68
69 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]] and [[XWiki Platform>>http://platform.xwiki.org]]):
70
Manuel Leduc 3.1 71 (% class="upgrades" %)
72 (((
73 {{jira url="https://jira.xwiki.org" source="jql" style="list"}}
74 project = CRISTAL AND issuetype = Task AND resolution != Duplicate AND fixVersion = 0.11 AND component = " Dependency Upgrades"
75 {{/jira}}
76 )))
Manuel Leduc 1.1 77
78 = Security Issues =
79
80 Security issues are not listed in issue lists or dashboards to avoid disclosing ways to use them, but they will appear automatically in them once they're disclosed. See the [[XWiki Security Policy>>dev:Community.SecurityPolicy.WebHome]] for more details.
81
82 = Known issues =
83
Manuel Leduc 3.1 84 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20and%20project%20%3D%20CRISTAL%20ORDER%20BY%20updated%20DESC]]
Manuel Leduc 1.1 85
Manuel Leduc 3.1 86 = Credits =
Manuel Leduc 1.1 87
Manuel Leduc 3.1 88 (% class="col-sm-3" %)
89 (((
90 {{display reference="cristal:Main.France2030Support.WebHome"/}}
91 )))
Manuel Leduc 1.1 92
93
Manuel Leduc 3.1 94 (% class="col-sm-9" %)
95 (((
96 The following people have contributed code to this release (sorted alphabetically):
Manuel Leduc 1.1 97
Manuel Leduc 3.1 98 * TBD
99 )))

Get Connected