Release preparation

pull/224/head SOGo-2.3.17
Ludovic Marcotte 2016-10-20 10:47:50 -04:00
parent 6d9c5e4542
commit 827e9cfca6
5 changed files with 130 additions and 9 deletions

124
ChangeLog
View File

@ -1,3 +1,127 @@
commit 6d9c5e4542204dfb6c980ad777596f11e38e24f1
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Oct 20 10:27:26 2016 -0400
(fix) make sure we unencode @ signs before storing them in the ACL table
M SoObjects/SOGo/SOGoGCSFolder.m
commit cad99d476dad229e2293bca0ef05efafe07aea32
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Wed Oct 19 15:18:44 2016 -0400
(fix) We never send IMIP reply when the "initiator" is Outlook 2013/2016 over EAS
M NEWS
M SoObjects/Appointments/SOGoCalendarComponent.m
commit eaf0a19002dafaa74e268f9a0f758e62dcac1e02
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Tue Oct 18 19:41:47 2016 -0400
(fix) improve handling of email folders without a parent
M ActiveSync/SOGoActiveSyncDispatcher.m
M NEWS
commit a912fe0c5e34bde1feae1fcf0ebefa9d95dd68ee
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Mon Oct 17 11:42:13 2016 -0400
Updated NEWS
M NEWS
commit 73cc81c71f8a496ec0aa11d70439a0ce29aa8faa
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Mon Oct 17 11:40:17 2016 -0400
(fix) only consider SMTP proxyAddresses for AD (fixes #3842)
M SoObjects/SOGo/LDAPSource.m
commit 5796992b5677906f311325c3490ad620115b0b35
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Thu Oct 6 12:27:59 2016 -0400
(js,css) Resizable left column in attendees editor
Will not work in IE since it doesn't support the "resize" CSS property.
Fixes #1479, #3667
M NEWS
M UI/Templates/SchedulerUI/UIxAttendeesEditor.wox
A UI/WebServerResources/ResizeSensor.js
M UI/WebServerResources/UIxAttendeesEditor.css
M UI/WebServerResources/UIxAttendeesEditor.js
commit be12528a0ee8e8c3bb23ac37247e76482b060fbc
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Tue Oct 4 06:14:41 2016 -0400
Fix condition in UIxPreferences.m
M UI/PreferencesUI/UIxPreferences.m
commit 0fc3791f378b6dd4e298364a9924f9a0bb413c33
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Mon Oct 3 10:29:30 2016 -0400
Allow custom email to be one of the user's profile
Fixes #3551
M NEWS
M SoObjects/SOGo/SOGoUser.m
M UI/PreferencesUI/UIxPreferences.m
commit 3badf13c2297516ad376c03af385d46fb6b50ea8
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Mon Oct 3 09:09:14 2016 -0400
Updated NEWS
M NEWS
commit 665367f8f86a60b5bfffdc44a852ec48a3edf5e2
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Mon Oct 3 08:59:37 2016 -0400
(fix) fixed recurring events with timezones for EAS (fixes #3822)
M ActiveSync/iCalRecurrenceRule+ActiveSync.m
M ActiveSync/iCalTimeZone+ActiveSync.m
commit 340c110442640cd375a25ff87c0f026fb1e6dc8d
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Sep 29 13:08:21 2016 -0400
Updated NEWS
M NEWS
commit 81d3d3bc5b405bbb2a232c6dcd202145073c23ed
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Sep 29 13:00:48 2016 -0400
(fix) make sure we don't sleep for too long when EAS processes need interruption
M ActiveSync/SOGoActiveSyncDispatcher+Sync.m
M ActiveSync/SOGoActiveSyncDispatcher.m
commit 686b32d78b77ca8d98758d2cebc4db5ad7d22d6d
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Wed Sep 28 10:58:05 2016 -0400
Release preparation
M ChangeLog
M Documentation/docinfo.xml
M Documentation/includes/global-attributes.asciidoc
M NEWS
M Version
commit 6b322e6b75f08d7e3302f71917dffda632d4b82d
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Wed Sep 28 10:37:14 2016 -0400

View File

@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 2.3.16 - September 2016</releaseinfo>
<subtitle>for version 2.3.16</subtitle>
<date>2016-09-28</date>
<releaseinfo>Version 2.3.17 - October 2016</releaseinfo>
<subtitle>for version 2.3.17</subtitle>
<date>2016-10-20</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>

View File

@ -13,6 +13,6 @@
// TODO have the build system take care of this
:release_version: 2.3.16
:release_version: 2.3.17
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

5
NEWS
View File

@ -1,9 +1,6 @@
2.3.17 (2016-10-XX)
2.3.17 (2016-10-20)
-------------------
New features
-
Enhancements
- [web] allow custom email address to be one of the user's profile (#3551)
- [web] the left column of the attendees editor is resizable (not supported in IE) (#1479, #3667)

View File

@ -4,4 +4,4 @@
MAJOR_VERSION=2
MINOR_VERSION=3
SUBMINOR_VERSION=16
SUBMINOR_VERSION=17