Wiki source code of Release Notes for XWiki Enterprise 3.3 Milestone 2
Version 1.1 by Sergiu Dumitriu on 2011/11/01
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | <insert description of release here> | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 3.3 Milestone 1) = | ||
8 | |||
9 | == <feature N> == | ||
10 | |||
11 | <description of feature N> | ||
12 | |||
13 | = For Developers = | ||
14 | |||
15 | == <developer feature N> == | ||
16 | |||
17 | <description of developer feature N> | ||
18 | |||
19 | == Deprecated and Retired projects == | ||
20 | |||
21 | <description of deprecated and retired projects> | ||
22 | |||
23 | == Upgrades == | ||
24 | |||
25 | The following dependencies have been upgraded: | ||
26 | |||
27 | * <list libraries that have been upgraded> | ||
28 | |||
29 | == Miscellaneous == | ||
30 | |||
31 | <other stuff to add and link to JIRA for all issues fixed> | ||
32 | |||
33 | == Translations == | ||
34 | |||
35 | The following translations have been updated: | ||
36 | |||
37 | {{language codes="code1, code2"/}} | ||
38 | |||
39 | = Supported Browsers = | ||
40 | |||
41 | Here's the list of supported browsers for this version (i.e. browsers that we've tested as working): | ||
42 | |||
43 | {{velocity}} | ||
44 | ## name = iexplorer, firefox, chrome, safari, opera | ||
45 | {{/velocity}} | ||
46 | |||
47 | {{browser name="browser" version="x.x"/}} | ||
48 | |||
49 | = Known issues = | ||
50 | |||
51 | * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] | ||
52 | |||
53 | = Test Report = | ||
54 | |||
55 | You can check the [[manual test report>>TestReports.WebHome#<anchor to test report>]] to learn about what was tested and the results on various browsers. | ||
56 | |||
57 | = Backward Compatibility and Migration Notes = | ||
58 | |||
59 | == General Notes == | ||
60 | |||
61 | {{warning}} | ||
62 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//. | ||
63 | {{/warning}} | ||
64 | |||
65 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
66 | |||
67 | {{warning}} | ||
68 | Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. | ||
69 | {{/warning}} | ||
70 | |||
71 | == Issues specific to <projet> <version> == | ||
72 | |||
73 | <issues specific to the project> | ||
74 | |||
75 | == API Breakages == | ||
76 | |||
77 | The following APIs were modified since <project> <version - 1>: | ||
78 | |||
79 | {{code language="none"}} | ||
80 | <clirr output here> | ||
81 | {{/code}} |