Wiki source code of Release Notes for XWiki Enterprise 4.2 Milestone 1
Version 3.1 by Vincent Massol on 2012/06/08
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | {{warning}}This release is not finished yet, this is a work in progress{{/warning}} | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 4.1 version) = | ||
8 | |||
9 | {{todo/}} | ||
10 | |||
11 | == Upgrades == | ||
12 | |||
13 | The following dependencies have been upgraded: | ||
14 | |||
15 | * Selenium 2.22 | ||
16 | |||
17 | = Test Report = | ||
18 | |||
19 | You can check the [[manual test report>>TestReports.ManualTestReportXE42M1]] to learn about what was tested and the results on various browsers. | ||
20 | |||
21 | == Tested Browsers == | ||
22 | |||
23 | 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]]): | ||
24 | |||
25 | {{todo/}} | ||
26 | |||
27 | == Tested Databases == | ||
28 | |||
29 | {{todo/}} | ||
30 | |||
31 | = Known issues = | ||
32 | |||
33 | * [[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]] | ||
34 | |||
35 | = Upgrade Notes = | ||
36 | |||
37 | == Version-specific Upgrade Notes == | ||
38 | |||
39 | * The ##xwiki.work.dir## and ##xwiki.temp.dir## properties in the ##xwiki.cfg## configuration file are no longer taken into account. The XWiki work dir (now called XWiki Data Directory or XWiki Permanent Directory) is now configured either by setting the ##xwiki.data.dir## System property or by setting the ##xwiki.properties##'s ##environment.permanentDirectory## property. The temporary directory is not configurable within XWiki but can be configured through your Servlet Container (since XWiki uses the Servlet container's temporary directory). See also [[Configuring directories>>platform:AdminGuide.Configuration||anchor="HConfiguringDirectories"]]. | ||
40 | |||
41 | == General Upgrade Notes == | ||
42 | |||
43 | {{info}} | ||
44 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases// in your //xwiki.cfg// file if you want to explicitly name some databases to be migrated as the default is now to migrate all databases. Database that are not migrated could not be accessed. | ||
45 | {{/info}} | ||
46 | |||
47 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
48 | |||
49 | {{warning}} | ||
50 | 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. | ||
51 | {{/warning}} | ||
52 | |||
53 | == API Breakages == | ||
54 | |||
55 | The following APIs were modified since version 4.0: | ||
56 | |||
57 | {{todo/}} |