From 1cf85475d71c3c1b54858eb8734a9f51c1c55bc3 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 14 Sep 2016 09:27:29 -0400 Subject: [PATCH] Updates for the release --- ChangeLog | 119 ++++++++++++++++++ Documentation/docinfo.xml | 6 +- .../includes/global-attributes.asciidoc | 2 +- NEWS | 5 +- Version | 2 +- 5 files changed, 125 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 216c0de10..2bf07416c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,122 @@ +commit 83ce0f01b4a5519def236a3121ef0222c7ad72cc +Author: Ludovic Marcotte +Date: Wed Sep 14 09:20:45 2016 -0400 + + Updated NEWS + +M NEWS + +commit d1dcb820bd76c2aed3f78a4c6f62264e2809450c +Author: Ludovic Marcotte +Date: Wed Sep 14 09:19:30 2016 -0400 + + (fix) EAS yearly rrule generation + small EAS MoveItems fix + +M ActiveSync/SOGoActiveSyncDispatcher.m +M ActiveSync/iCalRecurrenceRule+ActiveSync.m + +commit e098b3d050bebc2d338c56cae39b499e88fd6ac9 +Author: Ludovic Marcotte +Date: Tue Sep 13 11:06:32 2016 -0400 + + Updated NEWS + +M NEWS + +commit 18f7bc7e69b8c7d2b86b946e45ef6b94233fde27 +Author: Ludovic Marcotte +Date: Tue Sep 13 11:02:26 2016 -0400 + + (fix) handle binary just like 7 and 8bit + +M SoObjects/Mailer/SOGoMailBodyPart.m + +commit 1a1afb7b95c5df19808f1ec03248dcd96db2d2dc +Author: Ludovic Marcotte +Date: Mon Aug 29 16:13:33 2016 -0400 + + Updated NEWS + +M NEWS + +commit 44f7fdc50a1514c3106c1fe86794f38a3e9dbb20 +Author: Ludovic Marcotte +Date: Mon Aug 29 15:01:47 2016 -0400 + + (fix) make sure to escape email and all address fields + +M ActiveSync/NGVCard+ActiveSync.m + +commit 3de6e0fc5aeb95f34cd5a7d941fe430703420927 +Author: Francis Lachapelle +Date: Mon Aug 29 14:36:04 2016 -0400 + + Until date of repeat must end after first event + +M NEWS +M UI/Scheduler/English.lproj/Localizable.strings +M UI/Scheduler/UIxAppointmentEditor.m + +commit 928b18890c22a45462409e87780f55cca4a8e87c +Author: Ludovic Marcotte +Date: Fri Aug 19 14:13:21 2016 -0400 + + Updated NEWS + +M NEWS + +commit 828fed54a0983cc92c91026dcf5269ff0de30b0c +Author: Ludovic Marcotte +Date: Fri Aug 19 14:11:53 2016 -0400 + + (fix) properly generate the BusyStatus for normal events + +M ActiveSync/iCalEvent+ActiveSync.m + +commit 1b88d17e015bfd7d8ee6e4a84c11bb06b2a43cb9 +Author: Ludovic Marcotte +Date: Fri Aug 19 11:45:15 2016 -0400 + + (fix) allow multiple space-delimited addresses in the MailFieldNames column + +M SoObjects/SOGo/SQLSource.m + +commit 3d54bfb882cb060eff1db631e3f891d923d8869d +Author: Ludovic Marcotte +Date: Thu Aug 18 15:41:39 2016 -0400 + + (doc) updated regarding previous commit + +M Documentation/SOGoInstallationGuide.asciidoc + +commit 96914b39fb547b2bc6b7af860b87575d4ddfae59 +Author: Ludovic Marcotte +Date: Thu Aug 18 15:38:33 2016 -0400 + + Updated NEWS + +M NEWS + +commit ec11b8abb4ba33b7e5965bddc549168f81d6be1a +Author: Ludovic Marcotte +Date: Thu Aug 18 15:34:13 2016 -0400 + + (fix) strip protocol value from proxyAddresses (fixes #3182) + +M SoObjects/SOGo/LDAPSource.m + +commit 2fbe6e84290ac586c5a712132a47a7f61b3ed4b9 +Author: Ludovic Marcotte +Date: Wed Aug 17 08:18:50 2016 -0400 + + Version bump to 2.3.14 + +M ChangeLog +M Documentation/docinfo.xml +M Documentation/includes/global-attributes.asciidoc +M NEWS +M Version + commit ac6b60c4c98b2f2f3f9f2a5138d5fc6c709d6223 Author: Francis Lachapelle Date: Fri Aug 12 14:31:28 2016 -0400 diff --git a/Documentation/docinfo.xml b/Documentation/docinfo.xml index 0d006c9de..1036a15e5 100644 --- a/Documentation/docinfo.xml +++ b/Documentation/docinfo.xml @@ -1,7 +1,7 @@ -Version 2.3.14 - August 2016 -for version 2.3.14 -2016-08-017 +Version 2.3.15 - August 2016 +for version 2.3.15 +2016-09-14 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". diff --git a/Documentation/includes/global-attributes.asciidoc b/Documentation/includes/global-attributes.asciidoc index 802fb6cea..19efebd91 100644 --- a/Documentation/includes/global-attributes.asciidoc +++ b/Documentation/includes/global-attributes.asciidoc @@ -13,6 +13,6 @@ // TODO have the build system take care of this -:release_version: 2.3.14 +:release_version: 2.3.15 // vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab: diff --git a/NEWS b/NEWS index ee7fef2a6..e4f87a0e0 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,6 @@ -2.3.15 (2016-MM-DD) +2.3.15 (2016-09-14) ------------------ -New features - - - Enhancements - [web] don't allow a recurrence rule to end before the first occurrence diff --git a/Version b/Version index 9b6f353df..0ea9cb294 100644 --- a/Version +++ b/Version @@ -4,4 +4,4 @@ MAJOR_VERSION=2 MINOR_VERSION=3 -SUBMINOR_VERSION=14 +SUBMINOR_VERSION=15