Last modified by Thomas Mortagne on 2017/03/24

<
From version < 7.2 >
edited by Ecaterina Moraru (Valica)
on 2016/02/09
To version < 9.1
edited by Thomas Mortagne
on 2017/03/24
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.evalica
1 +XWiki.ThomasMortagne
Content
... ... @@ -8,9 +8,9 @@
8 8  
9 9  = New and Noteworthy (since XWiki 7.4) =
10 10  
11 -[[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
11 +[[Full list of issues fixed and Dashboard for <version>>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].
12 12  
13 -{{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
13 +{{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
14 14  category in ("Top Level Projects") AND fixVersion in ("7.4.1") AND resolution in (Fixed) and component not in ("Development Issues only")
15 15  {{/jira}}
16 16  
... ... @@ -22,18 +22,11 @@
22 22  
23 23  = Tested Browsers & Databases =
24 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}}
25 +{{include reference="TestReports.ManualTestReportSummaryXWiki741"/}}
28 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 34  = Known issues =
35 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]]
29 +* [[Bugs we know about>>https://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 37  
38 38  = Backward Compatibility and Migration Notes =
39 39  
... ... @@ -45,7 +45,7 @@
45 45  
46 46  == Mail API Unique Message Identifier ==
47 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##.
41 +In order to solve [[XWIKI-12165>>https://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 49  
50 50  == New Space prefix for wiki links ==
51 51  

Get Connected