Wiki source code of Release Notes for Cristal 0.7
Last modified by Manuel Leduc on 2024/05/28
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | (% class='upgrades'%) | ||
68 | {{jira url="https://jira.xwiki.org" source="jql" style="list"}} | ||
69 | project = CRISTAL AND issuetype = Task AND component = " Dependency Upgrades" and fixVersion = 0.7 | ||
70 | {{/jira}} | ||
71 | |||
72 | {{comment}} | ||
73 | = Translations = | ||
74 | |||
75 | The following translations have been updated: | ||
76 | |||
77 | {{language codes="none, none"/}} | ||
78 | |||
79 | TODO: uncomment and update with proper link when the report is ready. | ||
80 | |||
81 | = Tested Browsers & Databases = | ||
82 | |||
83 | {{include reference="TestReports.<test report page>"/}} | ||
84 | |||
85 | TODO: uncomment and update with proper links when the report is ready. | ||
86 | |||
87 | = Performances tests compared to <last super stable version> = | ||
88 | |||
89 | {{display reference="test:Performances.Jetty HSQLDB single wiki xxx to yyy" section="HSummary"/}} | ||
90 | |||
91 | More details on [[performance comparison on single wiki between x.x and y.y>>test:Performances.Jetty HSQLDB single wiki xxx to yyy]]. | ||
92 | {{/comment}} | ||
93 | |||
94 | = Security Issues = | ||
95 | |||
96 | 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. | ||
97 | |||
98 | = Known issues = | ||
99 | |||
100 | * [[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]] | ||
101 | |||
102 | {{comment}} | ||
103 | = Backward Compatibility and Migration Notes = | ||
104 | |||
105 | == General Notes == | ||
106 | |||
107 | * When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added: | ||
108 | ** ##xwiki.cfg## | ||
109 | ** ##xwiki.properties## | ||
110 | ** ##web.xml## | ||
111 | ** ##hibernate.cfg.xml## | ||
112 | * 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. | ||
113 | |||
114 | == Issues specific to {{velocity}}$product $version{{/velocity}} == | ||
115 | |||
116 | <issues specific to the project> | ||
117 | |||
118 | == API Breakages == | ||
119 | |||
120 | The following APIs were modified since {{velocity}}$product{{/velocity}} <version - 1>: | ||
121 | |||
122 | Remove! | ||
123 | {{velocity}} | ||
124 | {{backwardCompatibilityReport134 version="$version"/}} | ||
125 | {{/velocity}} | ||
126 | {{/comment}} | ||
127 | |||
128 | = Credits = | ||
129 | |||
130 | (% class="col-sm-3" %) | ||
131 | ((( | ||
132 | {{display reference="cristal:Main.France2030Support.WebHome" /}} | ||
133 | )))(% class="col-sm-9" %) | ||
134 | ((( | ||
135 | The following people have contributed code to this release (sorted alphabetically): | ||
136 | |||
137 | * Ludovic Dubost | ||
138 | * Manuel Leduc | ||
139 | * Thiago Krieck | ||
140 | ))) |