Wiki source code of Release Notes for XWiki 7.4.1
Version 6.3 by Vincent Massol on 2016/02/08
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
7 | This is a bug fix release including some important improvements such as: asynchronous copy and rename page actions, improved location picker when copying and renaming, ability to omit "WebHome" in wiki links and images syntaxes. | ||
8 | |||
9 | = New and Noteworthy (since XWiki 7.4) = | ||
10 | |||
11 | [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]]. | ||
12 | |||
13 | {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} | ||
14 | category in ("Top Level Projects") AND fixVersion in ("7.4.1") AND resolution in (Fixed) and component not in ("Development Issues only") | ||
15 | {{/jira}} | ||
16 | |||
17 | = Translations = | ||
18 | |||
19 | The following translations have been updated: | ||
20 | |||
21 | {{language codes="fr, nl, pt_BR, ru"/}} | ||
22 | |||
23 | = Tested Browsers & Databases = | ||
24 | |||
25 | {{warning}} | ||
26 | The QA Tests are executed after the release has been done. Thus, they are being prepared now and will be published soon. | ||
27 | {{/warning}} | ||
28 | |||
29 | {{comment}} | ||
30 | TODO: uncomment and update with proper link when the report is ready. | ||
31 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
32 | {{/comment}} | ||
33 | |||
34 | = Known issues = | ||
35 | |||
36 | * [[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]] | ||
37 | |||
38 | = Backward Compatibility and Migration Notes = | ||
39 | |||
40 | == General Notes == | ||
41 | |||
42 | When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or 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. | ||
43 | |||
44 | == Issues specific to XWiki 7.4.1 == | ||
45 | |||
46 | == Mail API Unique Message Identifier == | ||
47 | |||
48 | In order to solve [[XWIKI-12165>>http://jira.xwiki.org/browse/XWIKI-12165]], the unique identifier of each mime message sent has been changed to a SHA1 based on the ##Message-ID## header and the list of recipients of the mails, ensuring uniqueness during a newsletter or mailing sending. To introduce this change, the ##MailContentStore## and the ##MailListener API## has been broken, and now use a new ExtendedMimeMessage instead of the simple ##MimeMessage## for all arguments. The values ##messageId## returned or used as argument in the API is no more equivalent to the ##Message-ID## header, but is now the unique identifier returned by ##ExtendedMimeMessage#getUniqueMessageId()##. Finally, the ##MessageMimeMessageFactory## now returns cloned ##MimeMessage## without changing the ##Message-ID##. | ||
49 | |||
50 | == New Space prefix for wiki links == | ||
51 | |||
52 | We've introduced the possibility to explicitly create a link to a Space in XWiki Syntax 2.1, e.g. ##[~[space:Space1.Space2]~]##. However if you had a subwiki named ##space## the new notation will conflict with the syntax for referencing that wiki. Thus you'll need to edit existing links such as ##[~[space:something]~]## to ##[~[doc:space:something]~]##. And if you wish to reference a given space in the ##space## subwiki, you'd write ##[~[space:space:something]~]##. | ||
53 | |||
54 | == API Breakages == | ||
55 | |||
56 | The following APIs were modified since XWiki 7.4: | ||
57 | |||
58 | {{code language="none"}} | ||
59 | <clirr output here> | ||
60 | {{/code}} |