diff --git a/imp/docs/CHANGES b/imp/docs/CHANGES index 70141b63a57..4ca89abefc3 100644 --- a/imp/docs/CHANGES +++ b/imp/docs/CHANGES @@ -2,6 +2,7 @@ v6.2.1-git ---------- +[mjr] Fix iTip handling when recurrence exceptions are present (Bug #13399). [mms] Fix displaying Sent mailbox label when multiple sent-mail mailboxes are defined. [mms] Fix advanced search in all mailboxes if virtual folders or remote diff --git a/imp/package.xml b/imp/package.xml index 18d48afd6fb..e9f633ff712 100644 --- a/imp/package.xml +++ b/imp/package.xml @@ -33,6 +33,7 @@ GPL-2.0 +* [mjr] Fix iTip handling when recurrence exceptions are present (Bug #13399). * [mms] Fix displaying Sent mailbox label when multiple sent-mail mailboxes are defined. * [mms] Fix advanced search in all mailboxes if virtual folders or remote accounts exist (Bug #13384). * [mms] Fix regression in automatically expanding deeply nested mailboxes in the dynamic folder list. @@ -3707,6 +3708,7 @@ 2014-07-08 GPL-2.0 +* [mjr] Fix iTip handling when recurrence exceptions are present (Bug #13399). * [mms] Fix displaying Sent mailbox label when multiple sent-mail mailboxes are defined. * [mms] Fix advanced search in all mailboxes if virtual folders or remote accounts exist (Bug #13384). * [mms] Fix regression in automatically expanding deeply nested mailboxes in the dynamic folder list. diff --git a/kronolith/docs/CHANGES b/kronolith/docs/CHANGES index 21486e7d21f..4f07359b563 100644 --- a/kronolith/docs/CHANGES +++ b/kronolith/docs/CHANGES @@ -2,6 +2,8 @@ v4.2.1-git ---------- +[mjr] Fix both importing and replacing text/calendar data via the API when + recurrence exceptions are present (Bug #13399). [mjr] Ensure default share attribute is set when auto determining a default share. [mjr] Fix fatal error when calculating alarms on a recurring event that has diff --git a/kronolith/package.xml b/kronolith/package.xml index 29f682dd7b5..db01df033d0 100644 --- a/kronolith/package.xml +++ b/kronolith/package.xml @@ -33,6 +33,7 @@ GPL-2.0 +* [mjr] Fix both importing and replacing text/calendar data via the API when recurrence exceptions are present (Bug #13399). * [mjr] Ensure default share attribute is set when auto determining a default share. * [mjr] Fix fatal error when calculating alarms on a recurring event that has completed. * [mjr] Fix catching minical clicks on browsers that return element names in uppercase (Bug #13370, Jasper.Olbrich@students.uni-marburg.de). @@ -2423,6 +2424,7 @@ 2014-07-08 GPL-2.0 +* [mjr] Fix both importing and replacing text/calendar data via the API when recurrence exceptions are present (Bug #13399). * [mjr] Ensure default share attribute is set when auto determining a default share. * [mjr] Fix fatal error when calculating alarms on a recurring event that has completed. * [mjr] Fix catching minical clicks on browsers that return element names in uppercase (Bug #13370, Jasper.Olbrich@students.uni-marburg.de).