Updates for the release

This commit is contained in:
Ludovic Marcotte
2016-09-14 09:27:29 -04:00
parent 83ce0f01b4
commit 1cf85475d7
5 changed files with 125 additions and 9 deletions
+119
View File
@@ -1,3 +1,122 @@
commit 83ce0f01b4a5519def236a3121ef0222c7ad72cc
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Wed Sep 14 09:20:45 2016 -0400
Updated NEWS
M NEWS
commit d1dcb820bd76c2aed3f78a4c6f62264e2809450c
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
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 <lmarcotte@inverse.ca>
Date: Tue Sep 13 11:06:32 2016 -0400
Updated NEWS
M NEWS
commit 18f7bc7e69b8c7d2b86b946e45ef6b94233fde27
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
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 <lmarcotte@inverse.ca>
Date: Mon Aug 29 16:13:33 2016 -0400
Updated NEWS
M NEWS
commit 44f7fdc50a1514c3106c1fe86794f38a3e9dbb20
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
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 <flachapelle@inverse.ca>
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 <lmarcotte@inverse.ca>
Date: Fri Aug 19 14:13:21 2016 -0400
Updated NEWS
M NEWS
commit 828fed54a0983cc92c91026dcf5269ff0de30b0c
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
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 <lmarcotte@inverse.ca>
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 <lmarcotte@inverse.ca>
Date: Thu Aug 18 15:41:39 2016 -0400
(doc) updated regarding previous commit
M Documentation/SOGoInstallationGuide.asciidoc
commit 96914b39fb547b2bc6b7af860b87575d4ddfae59
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Aug 18 15:38:33 2016 -0400
Updated NEWS
M NEWS
commit ec11b8abb4ba33b7e5965bddc549168f81d6be1a
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
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 <lmarcotte@inverse.ca>
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 <flachapelle@inverse.ca>
Date: Fri Aug 12 14:31:28 2016 -0400
+3 -3
View File
@@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 2.3.14 - August 2016</releaseinfo>
<subtitle>for version 2.3.14</subtitle>
<date>2016-08-017</date>
<releaseinfo>Version 2.3.15 - August 2016</releaseinfo>
<subtitle>for version 2.3.15</subtitle>
<date>2016-09-14</date>
<legalnotice>
<para>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".</para>
@@ -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:
+1 -4
View File
@@ -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
+1 -1
View File
@@ -4,4 +4,4 @@
MAJOR_VERSION=2
MINOR_VERSION=3
SUBMINOR_VERSION=14
SUBMINOR_VERSION=15