Version 12.1 by Manuel Leduc on 2024/04/26

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 [[Cristal>>http://cristal.xwiki.org]].
17
18 This is the first public release of Cristal.
19
20 The two main changes are the introduction of a main UI layout corresponding to the [[wireframes>>doc:cristal:Wireframes.WebHome]], and the possibility to persist the modifications done in edit mode.
21
22 {{warning}}
23 This is a very early release and Cristal is still under heavy development.
24
25 * All APIs are subject to be changed without notice
26 * A lot of features are subject to limitations that will be removed over time
27 * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases
28 {{/warning}}
29
30 {{comment}}
31 Uncomment when there's at least one issue listed in the table!
32 {{error}}
33 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.
34
35 {{velocity}}
36 #if ($isFirstFinal)
37 #set ($affectedVersions = "${version}-rc-1, ${version}")
38 #set ($fixVersionJQL = " and (fixVersion != ${version}-rc-1 or fixVersion is empty)")
39 #else
40 #set ($affectedVersions = "${version}")
41 #set ($fixVersionJQL = "")
42 #end
43
44 {{jira id="xwikiorg" source="jql"}}
45 category = 10000 and affectedVersion in ($affectedVersions)${fixVersionJQL}and priority = Blocker and resolution in (Fixed, Unresolved) and component != "Development Issues only"
46 {{/jira}}
47 {{/velocity}}
48 {{/error}}
49 {{/comment}}
50
51 = New and Noteworthy =
52
53 [[Full list of issues fixed and Dashboard for 0.7>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15711]].
54
55 {{releasenotechanges/}}
56
57 {{comment}}
58 === Moved Modules ===
59
60 <description deprecated, retired and moved projects>
61 {{/comment}}
62
63 === Upgrades ===
64
65 The following runtime dependencies have been upgraded (they have a different release cycle than [[Cristal>>http://cristal.xwiki.org]]):
66
67 {{jira url="https://jira.xwiki.org" source="jql" style="list"}}
68 project = CRISTAL AND issuetype = Task AND component = " Dependency Upgrades" and fixVersion = 0.7
69 {{/jira}}
70
71 {{comment}}
72 = Translations =
73
74 The following translations have been updated:
75
76 {{language codes="none, none"/}}
77
78 TODO: uncomment and update with proper link when the report is ready.
79
80 = Tested Browsers & Databases =
81
82 {{include reference="TestReports.<test report page>"/}}
83
84 TODO: uncomment and update with proper links when the report is ready.
85
86 = Performances tests compared to <last super stable version> =
87
88 {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}}
89
90 More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]].
91 {{/comment}}
92
93 = Security Issues =
94
95 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.
96
97 = Known issues =
98
99 * [[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]]
100
101 {{comment}}
102 = Backward Compatibility and Migration Notes =
103
104 == General Notes ==
105
106 * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
107 ** ##xwiki.cfg##
108 ** ##xwiki.properties##
109 ** ##web.xml##
110 ** ##hibernate.cfg.xml##
111 * 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.
112
113 == Issues specific to {{velocity}}$product $version{{/velocity}} ==
114
115 <issues specific to the project>
116
117 == API Breakages ==
118
119 The following APIs were modified since {{velocity}}$product{{/velocity}} <version - 1>:
120
121 Remove!
122 {{velocity}}
123 {{backwardCompatibilityReport134 version="$version"/}}
124 {{/velocity}}
125 {{/comment}}
126
127 = Credits =
128
129 The following people have contributed code to this release (sorted alphabetically):
130
131 * Ludovic Dubost
132 * Manuel Leduc
133 * Thiago Krieck

Get Connected