Version 6.1 by Marius Dumitru Florea on 2012/01/19

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 The first release candidate of the 3.4 version brings a few bug fixes and improvements over the previous version.
6
7 = New and Noteworthy (since 3.4 Milestone 1) =
8
9 Checkout the full unabridged [[list of issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%223.4-rc-1%22&tempMax=1000]] fixed in this release.
10
11 == UI to import and synchronize external extensions in the repository ==
12
13 It's now possible to easily import an extension from any repository into XWiki Repository.
14
15 A common use case is the need to make a maven extension available to the search with a complete documentation since search is not supported in plain maven repositories and it's hard to add a nice documentation in maven pom.xml since there is no real place for it (just a summary).
16
17 XWiki Repository then act as a proxy for the actual extension file.
18
19 = For developers =
20
21 == Upgrades ==
22
23 The following dependencies have been upgraded:
24
25 * Hibernate 3.6.9
26 * Restlet 2.0.11
27 * Selenium 2.17
28 * Selenium Maven Plugin 2.2
29
30 == Translations ==
31
32 The following translations have been updated:
33
34 {{language codes="lv"/}}
35
36 = Tested Browsers =
37
38 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]]):
39
40 {{browser name="firefox" version="9.0.1"/}}
41
42 {{todo}}Sorin{{/todo}}
43
44 = Test Report =
45
46 You can check the [[manual test report>>TestReports.ManualTestReportXE34RC1]] to learn about what was tested and the results on various browsers.
47
48 = Known issues =
49
50 * [[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]]
51
52 = Backward Compatibility and Migration Notes =
53
54 == General Notes ==
55
56 {{warning}}
57 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,...//.
58 {{/warning}}
59
60 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
61
62 {{warning}}
63 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.
64 {{/warning}}
65
66 == API Breakages ==
67
68 The following APIs were modified since version 3.3:
69
70 {{code language="none"}}
71 {{/code}}

Get Connected