From 71ad5de910de96a293f75c7c0caba7a36b96c020 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 30 Dec 2014 08:00:41 -0500 Subject: [PATCH] Bumped everything for the release --- ChangeLog | 137 ++++++++++++++++++ Documentation/docinfo.xml | 6 +- .../includes/global-attributes.asciidoc | 2 +- NEWS | 2 +- Version | 2 +- 5 files changed, 143 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 942c03d5f..f8728b5e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,122 @@ +commit ead665de85e2202dbde926c316cbba927d38dfa7 +Author: Ludovic Marcotte +Date: Mon Dec 29 16:19:10 2014 -0500 + + fix tz issue when the user one was different from the system one with EAS + +M ActiveSync/NSString+ActiveSync.m +M ActiveSync/iCalEvent+ActiveSync.m +M ActiveSync/iCalToDo+ActiveSync.m +M NEWS + +commit a0c1ce8f3b7c22002661d40c24e95a1233b6a6e8 +Author: Ludovic Marcotte +Date: Mon Dec 29 12:43:20 2014 -0500 + + Improved handling of non-existant vs. subscribed folders over EAS + +M ActiveSync/SOGoActiveSyncDispatcher.m +M SoObjects/Mailer/SOGoMailAccount.m +M SoObjects/Mailer/SOGoMailFolder.m + +commit 204a62aa6ac8feb5a13d5a2ee162bb26cc495a50 +Author: Ludovic Marcotte +Date: Tue Dec 23 10:25:53 2014 -0500 + + Improved comments in the code + +M SoObjects/Appointments/SOGoAppointmentFolder.m + +commit 31cffdffd34429d1f4873d07d67e822bff82b7cf +Author: Ludovic Marcotte +Date: Tue Dec 23 10:24:16 2014 -0500 + + Fix freebusy info not always returned + +M NEWS +M SoObjects/Appointments/SOGoAppointmentFolder.m +M SoObjects/SOGo/SOGoFolder.h +M SoObjects/SOGo/SOGoFolder.m + +commit 255bcbe92fa6b4610edf5f4d05c97b74537ecb6e +Author: Ludovic Marcotte +Date: Mon Dec 22 19:59:33 2014 -0500 + + Fixed memory leaks in SOGoSyncCacheObject and correctly kill the cache upon each EAS iteration + +M ActiveSync/SOGoSyncCacheObject.m +M SoObjects/Mailer/SOGoMailBaseObject.m +M SoObjects/SOGo/NSObject+Utilities.m +M UI/MainUI/SOGoMicrosoftActiveSyncActions.m + +commit 72732879fafe8ef928593c0cf3e39d962b096ec9 +Author: Ludovic Marcotte +Date: Mon Dec 22 19:32:17 2014 -0500 + + Added memory statistics - set SOGoDebugLeaks = YES and call [[self class] memoryStatistics] + +M SoObjects/SOGo/NSObject+Utilities.h +M SoObjects/SOGo/NSObject+Utilities.m + +commit 24a934275f5678f7ab86cb706aa817dfb5ef8991 +Author: Ludovic Marcotte +Date: Mon Dec 22 16:12:26 2014 -0500 + + Fix small memory leak incase of errors + +M ActiveSync/SOGoActiveSyncDispatcher.m + +commit 58f634bffe35b3a1f6a02072ba0103fea2155a45 +Author: Ludovic Marcotte +Date: Mon Dec 22 15:26:22 2014 -0500 + + Cosmetic improvements to the code + +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/SOGo/SOGoMailer.h +M SoObjects/SOGo/SOGoMailer.m + +commit ca4a754f2c12784ff437df34c255d3dccbf5c6f2 +Author: Ludovic Marcotte +Date: Mon Dec 22 12:39:58 2014 -0500 + + Use the right cutoff date + +M ActiveSync/SOGoActiveSyncDispatcher+Sync.m +M NEWS +M SoObjects/SOGo/SOGoGCSFolder.m + +commit 8015688df31a3e3254093b260851d4664d725ea6 +Author: Ludovic Marcotte +Date: Mon Dec 22 11:50:51 2014 -0500 + + Added SOGoMaximumSyncResponseSize to support memory-limited EAS syncs + +M ActiveSync/SOGoActiveSyncDispatcher+Sync.m +M Documentation/SOGoInstallationGuide.asciidoc +M NEWS +M SoObjects/SOGo/SOGoSystemDefaults.h +M SoObjects/SOGo/SOGoSystemDefaults.m + +commit b07913d66d4a47919e09cbcd0c41d92bd97ea0a3 +Author: Ludovic Marcotte +Date: Mon Dec 22 08:36:55 2014 -0500 + + See NEWS file + +M ActiveSync/NGVCard+ActiveSync.m +M ActiveSync/SOGoActiveSyncDispatcher+Sync.m +M ActiveSync/SOGoActiveSyncDispatcher.m +M NEWS + +commit df8a0d8715d97873e782ccfbfaab8b580c88c66e +Author: Ludovic Marcotte +Date: Fri Dec 19 09:03:37 2014 -0500 + + Update ChangeLog + +M ChangeLog + commit e6cc56dca1126e09cb8336bdbd4e5dabc7b83cf1 Author: Ludovic Marcotte Date: Fri Dec 19 09:03:19 2014 -0500 @@ -15,6 +134,24 @@ Date: Fri Dec 19 09:01:39 2014 -0500 M NEWS M SoObjects/Mailer/SOGoDraftObject.m +commit 0e56527e05566e78ac8fe4687d19423de78b0276 +Author: Chris Rosenhain +Date: Fri Dec 19 11:04:05 2014 +1030 + + Change ACL modification text to non-gender specific terms + +M SoObjects/Appointments/SOGoAppointmentObject.m +M SoObjects/Appointments/SOGoCalendarComponent.m +M SoObjects/SOGo/SOGoGCSFolder.m +M SoObjects/SOGo/SOGoUserFolder.h +M UI/MainUI/SOGoRootPage.m +M UI/Templates/SOGoACLDanishModificationAdvisory.wox +M UI/Templates/SOGoACLDanishRemovalAdvisory.wox +M UI/Templates/SOGoACLDutchModificationAdvisory.wox +M UI/Templates/SOGoACLDutchRemovalAdvisory.wox +M UI/Templates/SOGoACLEnglishModificationAdvisory.wox +M UI/Templates/SOGoACLEnglishRemovalAdvisory.wox + commit db911f323d23f263f5fa9c5fb02d8234127687b3 Author: Ludovic Marcotte Date: Thu Dec 18 08:56:23 2014 -0500 diff --git a/Documentation/docinfo.xml b/Documentation/docinfo.xml index 247cd8a9b..aa1164747 100644 --- a/Documentation/docinfo.xml +++ b/Documentation/docinfo.xml @@ -1,7 +1,7 @@ -Version 2.2.12 - December 2014 -for version 2.2.12 -2014-12-18 +Version 2.2.13 - December 2014 +for version 2.2.13 +2014-12-30 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 064ce5b49..0bce4709c 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.2.12 +:release_version: 2.2.13 // vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab: diff --git a/NEWS b/NEWS index e3f181db7..e6aeb7c61 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2.2.13 (2014-12-xx) +2.2.13 (2014-12-30) ------------------- Bug fixes diff --git a/Version b/Version index 04dd784e2..7e063e996 100644 --- a/Version +++ b/Version @@ -4,4 +4,4 @@ MAJOR_VERSION=2 MINOR_VERSION=2 -SUBMINOR_VERSION=12a +SUBMINOR_VERSION=13