Wiki source code of Release Notes for XWiki Enterprise 3.3 Milestone 1
Version 5.1 by Vincent Massol on 2011/10/19
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | First milestone of the XWiki Enterprise 3.3 version ([[Roadmap>>Main.Roadmap]]). | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 3.2 version) = | ||
8 | |||
9 | == Debian packages == | ||
10 | |||
11 | Starting with 3.3 Milestone 1 Debian packages and repositories are released. | ||
12 | |||
13 | You add add one of the following list files to ##/etc/debian/apt/source.list.d/##: | ||
14 | * http://maven.xwiki.org/stable/xwiki-stable.list : all stable releases starting with 3.3 (so nothing right now) | ||
15 | * http://maven.xwiki.org/releases/xwiki-releases.list : all releases starting with 3.3 Milestone 1 | ||
16 | * http://maven.xwiki.org/snapshots/xwiki-snapshots.list : all snapshots release starting with 3.3 branch | ||
17 | |||
18 | {{code}} | ||
19 | sudo wget http://maven.xwiki.org/stable/xwiki-stable.list -P /etc/apt/sources.list.d | ||
20 | {{/code}} | ||
21 | |||
22 | == LDAP user membership improvements improvements == | ||
23 | |||
24 | Organization unit and search filter support have been added in the group membership mapping settings. To use them, replace the group DB with an organization unit DB or with any search filter. | ||
25 | |||
26 | = For Developers = | ||
27 | |||
28 | == <developer feature N> == | ||
29 | |||
30 | <description of developer feature N> | ||
31 | |||
32 | == Deprecated and Retired projects == | ||
33 | |||
34 | <description of deprecated and retired projects> | ||
35 | |||
36 | == Upgrades == | ||
37 | |||
38 | The following dependencies have been upgraded: | ||
39 | |||
40 | * JGroups 2.12.2 | ||
41 | * SLF4J 1.6.3 | ||
42 | * CSS4J 0.13 | ||
43 | |||
44 | == Miscellaneous == | ||
45 | |||
46 | <other stuff to add and link to JIRA for all issues fixed> | ||
47 | |||
48 | == Translations == | ||
49 | |||
50 | The following translations have been updated: | ||
51 | |||
52 | {{language codes="code1, code2"/}} | ||
53 | |||
54 | = Supported Browsers = | ||
55 | |||
56 | Here's the list of supported browsers for this version (i.e. browsers that we've tested as working): | ||
57 | |||
58 | {{velocity}} | ||
59 | ## name = iexplorer, firefox, chrome, safari, opera | ||
60 | {{/velocity}} | ||
61 | |||
62 | {{browser name="browser" version="x.x"/}} | ||
63 | |||
64 | = Known issues = | ||
65 | |||
66 | * [[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]] | ||
67 | |||
68 | = Test Report = | ||
69 | |||
70 | 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. | ||
71 | |||
72 | = Backward Compatibility and Migration Notes = | ||
73 | |||
74 | == General Notes == | ||
75 | |||
76 | {{warning}} | ||
77 | 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,...//. | ||
78 | {{/warning}} | ||
79 | |||
80 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
81 | |||
82 | {{warning}} | ||
83 | 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. | ||
84 | {{/warning}} | ||
85 | |||
86 | == Issues specific to <projet> <version> == | ||
87 | |||
88 | <issues specific to the project> | ||
89 | |||
90 | == API Breakages == | ||
91 | |||
92 | The following APIs were modified since <project> <version - 1>: | ||
93 | |||
94 | {{code language="none"}} | ||
95 | <clirr output here> | ||
96 | {{/code}} |