Version 2.1 by Thomas Mortagne on 2012/10/02

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
6
7 This is the first milestone of the XWiki 4.3 version ([[Roadmap>>xwiki:Main.Roadmap]]). This release brings absolutely nothing? really? Oh, it's not released yet...
8
9 = New and Noteworthy (since XWiki 4.2) =
10
11 == <feature N> ==
12
13 <description of feature N>
14
15 == Miscellaneous ==
16
17 * XWiki's multiwiki feature (a.k.a "virtual mode") now works with the HSQLDB database
18
19 == Important Bug Fixes ==
20
21 * Fixed failure to import Office documents when using Filesystem Attachments.
22
23 See the [[full list of JIRA 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+%224.3-milestone-1%22&tempMax=1000]] fixed in this release.
24
25 = For Developers =
26
27 == <developer feature N> ==
28
29 <description of developer feature N>
30
31 == Deprecated and Retired projects ==
32
33 <description of deprecated and retired projects>
34
35 == Upgrades ==
36
37 The following dependencies have been upgraded:
38
39 * HSQLDB [[2.2.9>>http://hsqldb.org/doc/2.0/changelist_2_0.txt]]
40
41 == Miscellaneous ==
42
43 * new ##org.xwiki.rendering.block.CompositeBlock## introduce to allow passing several Blocks as one Block
44
45 == Translations ==
46
47 The following translations have been updated:
48
49 {{language codes="code1, code2"/}}
50
51 = Tested Browsers =
52
53 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]]):
54
55 {{velocity}}
56 ## name = iexplorer, firefox, chrome, safari, opera
57 {{/velocity}}
58
59 {{browser name="browser" version="x.x"/}}
60
61 = Known issues =
62
63 * [[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]]
64
65 = Test Report =
66
67 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.
68
69 = Backward Compatibility and Migration Notes =
70
71 == General Notes ==
72
73 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
74
75 {{warning}}
76 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.
77 {{/warning}}
78
79 == Issues specific to XWiki 4.3 Milestone 1 ==
80
81 <issues specific to the project>
82
83 == API Breakages ==
84
85 The following APIs were modified since 4.2:
86
87 {{code language="none"}}
88 <clirr output here>
89 {{/code}}

Get Connected