Version 3.6 by Vincent Massol on 2012/09/07

Hide last authors
Eduard Moraru 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
Denis Gervalle 3.1 5 This is probably the last bugfix release for the 4.1 series.
6 This release provides 30 bug fixes, mainly in the Extension Manager, including important fixes for extensions that provide components or script services (see [[XCOMMONS-231>>http://jira.xwiki.org/browse/XCOMMONS-231]] and [[XCOMMONS-232>>http://jira.xwiki.org/browse/XCOMMONS-232]]). It also improves the large data migration introduced in 4.0, in particular to support MS-SQL, and fixes an important issue that cause the migration of annotations to be unintentionally skipped (see below).
Eduard Moraru 1.1 7
8 = New and Noteworthy (since XWiki Enterprise 4.1.3 version) =
9
Denis Gervalle 3.1 10 == Full Issue List ==
Eduard Moraru 1.1 11
Eduard Moraru 2.1 12 {{jira style="list" url="http://jira.xwiki.org" jql="true"}}
13 Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.1.4") and resolution in ("Fixed")
14 {{/jira}}
Eduard Moraru 1.1 15
Denis Gervalle 3.2 16 == Translations ==
17
18 The following translations have been added:
19
20 {{language codes="pt_BR"/}}
21
22 The following translations have been updated:
23
24 {{language codes="da,fr,hu,it,lv,pt_BR,ru,sv,zh"/}}
25
Eduard Moraru 1.1 26 = Known issues =
27
28 * [[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]]
29
30 = Backward Compatibility and Migration Notes =
31
32 == General Notes ==
33
34 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
35
36 {{warning}}
37 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.
38 {{/warning}}
39
40 == Issues specific to XWiki Enterprise 4.1.4 ==
41
42 === R40001XWIKI7540 migration being skipped unintentionally in 4.1.3 ===
43
44 Due to a mistake in the code, the R40001XWIKI7540 migration was being unintentionally skipped. This is now fixed and anyone that is upgrading should avoid the problematic 4.1.3 release and directly use 4.1.4 instead.
45
46 == API Breakages ==
47
Denis Gervalle 3.4 48 The following APIs were modified since version 4.1.3:
Denis Gervalle 3.3 49
50 {{code language="none"}}
51 org.xwiki.job.AbstractJob: Parameter 1 of 'protected void jobFinished(java.lang.Exception)' has changed its type to java.lang.Throwable
52 {{/code}}

Get Connected