From ee5b60c5446822402b6d42e7c6ca81eddb4fee0f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 1 Dec 2016 11:59:16 -0500 Subject: [PATCH] Preparation for release 3.2.4 --- Documentation/docinfo.xml | 6 +++--- Documentation/includes/global-attributes.asciidoc | 2 +- NEWS | 1 + Version | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/docinfo.xml b/Documentation/docinfo.xml index b3e59a492..a8511bb62 100644 --- a/Documentation/docinfo.xml +++ b/Documentation/docinfo.xml @@ -1,7 +1,7 @@ -Version 3.2.3 - November 2016 -for version 3.2.3 -2016-11-25 +Version 3.2.4 - December 2016 +for version 3.2.4 +2016-12-01 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 dfdb53be9..bc4c9707b 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: 3.2.3 +:release_version: 3.2.4 // vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab: diff --git a/NEWS b/NEWS index 6c49adb82..02e26d14a 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ Bug fixes - [web] fixed JavaScript exception when SOGo is launched from an external link (#3900) - [web] restored fetching of freebusy information of MS Exchange contacts - [web] fixed mail attribute when importing an LDIF file (#3878) + - [web] don't save empty custom auto-reply subject - [web] fixed detection of session expiration - [eas] properly escape all GAL responses (#3923) diff --git a/Version b/Version index 2c93f9f60..72fde98d1 100644 --- a/Version +++ b/Version @@ -4,4 +4,4 @@ MAJOR_VERSION=3 MINOR_VERSION=2 -SUBMINOR_VERSION=3 +SUBMINOR_VERSION=4