Wiki source code of Release Notes for $doc.getValue('product') $doc.getValue('version')
Version 13.1 by Manuel Leduc on 2024/04/26
Hide last authors
author | version | line-number | content |
---|---|---|---|
|
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 | {{/velocity}} | ||
11 | |||
12 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
13 | {{toc/}} | ||
14 | {{/box}} | ||
15 | |||
|
12.1 | 16 | This is the release notes for [[Cristal>>http://cristal.xwiki.org]]. |
|
1.1 | 17 | |
|
12.1 | 18 | This is the first public release of Cristal. |
|
1.1 | 19 | |
|
12.1 | 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 | |||
|
1.1 | 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 | ||
|
3.1 | 43 | |
|
1.1 | 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 | |||
|
2.1 | 51 | = New and Noteworthy = |
|
1.1 | 52 | |
|
9.1 | 53 | [[Full list of issues fixed and Dashboard for 0.7>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=15711]]. |
|
1.1 | 54 | |
55 | {{releasenotechanges/}} | ||
56 | |||
|
2.1 | 57 | {{comment}} |
|
1.1 | 58 | === Moved Modules === |
59 | |||
60 | <description deprecated, retired and moved projects> | ||
|
2.1 | 61 | {{/comment}} |
|
1.1 | 62 | |
63 | === Upgrades === | ||
64 | |||
|
2.1 | 65 | The following runtime dependencies have been upgraded (they have a different release cycle than [[Cristal>>http://cristal.xwiki.org]]): |
|
1.1 | 66 | |
|
2.1 | 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}} | ||
|
1.1 | 70 | |
|
2.1 | 71 | {{comment}} |
|
1.1 | 72 | = Translations = |
73 | |||
|
2.1 | 74 | The following translations have been updated: |
|
1.1 | 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 | |||
|
8.1 | 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]] |
|
1.1 | 100 | |
|
2.1 | 101 | {{comment}} |
|
1.1 | 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. | ||
|
11.1 | 112 | |
|
1.1 | 113 | == Issues specific to {{velocity}}$product $version{{/velocity}} == |
114 | |||
115 | <issues specific to the project> | ||
|
11.1 | 116 | |
|
1.1 | 117 | == API Breakages == |
118 | |||
119 | The following APIs were modified since {{velocity}}$product{{/velocity}} <version - 1>: | ||
|
11.1 | 120 | |
|
1.1 | 121 | Remove! |
122 | {{velocity}} | ||
123 | {{backwardCompatibilityReport134 version="$version"/}} | ||
124 | {{/velocity}} | ||
125 | {{/comment}} | ||
126 | |||
127 | = Credits = | ||
128 | |||
|
2.1 | 129 | The following people have contributed code to this release (sorted alphabetically): |
|
1.1 | 130 | |
|
2.1 | 131 | * Ludovic Dubost |
132 | * Manuel Leduc | ||
133 | * Thiago Krieck |