Version 1.1 by Sergiu Dumitriu on 2012/09/18

Hide last authors
Sergiu Dumitriu 1.1 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 4.2 Milestone 3) =
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 * Apache commons-codec 1.7
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 = Tested Browsers =
40
41 Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]):
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 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
62
63 {{warning}}
64 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.
65 {{/warning}}
66
67 == Issues specific to <project> <version> ==
68
69 <issues specific to the project>
70
71 == API Breakages ==
72
73 The following APIs were modified since <project> <version - 1>:
74
75 {{code language="none"}}
76 <clirr output here>
77 {{/code}}

Get Connected