Wiki source code of ReleaseNotesXWikiEnterprise42RC1
Version 6.1 by Marius Dumitru Florea on 2012/09/21
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 4.2 Milestone 3) = | ||
8 | |||
9 | == Improved Distribution Wizard == | ||
10 | |||
11 | {{image reference="DistributionWizard-WelcomeStep.png" /}} | ||
12 | |||
13 | {{image reference="DistributionWizard-UIStep.png" /}} | ||
14 | |||
15 | {{image reference="DistributionWizard-ExtensionsStep.png" /}} | ||
16 | |||
17 | == Miscellaneous == | ||
18 | |||
19 | * The Repository Application now registers an entry in the Application Panel:((( | ||
20 | {{image reference="repository.png"/}} | ||
21 | ))) | ||
22 | * Better internationalization support for the [[Workspace Application>>extensions:Extension.Workspace Application]]. | ||
23 | |||
24 | = For Developers = | ||
25 | |||
26 | == <developer feature N> == | ||
27 | |||
28 | <description of developer feature N> | ||
29 | |||
30 | == Deprecated and Retired projects == | ||
31 | |||
32 | <description of deprecated and retired projects> | ||
33 | |||
34 | == Upgrades == | ||
35 | |||
36 | The following dependencies have been upgraded: | ||
37 | |||
38 | * Apache commons-codec 1.7 | ||
39 | |||
40 | == Miscellaneous == | ||
41 | |||
42 | <other stuff to add and link to JIRA for all issues fixed> | ||
43 | |||
44 | == Translations == | ||
45 | |||
46 | The following translations have been updated: | ||
47 | |||
48 | {{language codes="code1, code2"/}} | ||
49 | |||
50 | = Tested Browsers = | ||
51 | |||
52 | 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]]): | ||
53 | |||
54 | {{velocity}} | ||
55 | ## name = iexplorer, firefox, chrome, safari, opera | ||
56 | {{/velocity}} | ||
57 | |||
58 | {{browser name="browser" version="x.x"/}} | ||
59 | |||
60 | = Known issues = | ||
61 | |||
62 | * [[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]] | ||
63 | |||
64 | = Test Report = | ||
65 | |||
66 | 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. | ||
67 | |||
68 | = Backward Compatibility and Migration Notes = | ||
69 | |||
70 | == General Notes == | ||
71 | |||
72 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
73 | |||
74 | {{warning}} | ||
75 | 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. | ||
76 | {{/warning}} | ||
77 | |||
78 | == Issues specific to <project> <version> == | ||
79 | |||
80 | <issues specific to the project> | ||
81 | |||
82 | == API Breakages == | ||
83 | |||
84 | The following APIs were modified since <project> <version - 1>: | ||
85 | |||
86 | {{code language="none"}} | ||
87 | <clirr output here> | ||
88 | {{/code}} |