Last modified by Thomas Mortagne on 2017/03/24

<
From version < 5.1 >
edited by Thomas Mortagne
on 2016/02/08
To version < 6.2 >
edited by Vincent Massol
on 2016/02/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 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 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 syntax.
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 8  
9 9  = New and Noteworthy (since XWiki 7.4) =
10 10  
... ... @@ -47,6 +47,10 @@
47 47  
48 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 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]~]##.
53 +
50 50  == API Breakages ==
51 51  
52 52  The following APIs were modified since XWiki 7.4:

Get Connected