From 33d3154d157bfbfb32c760785104b38ae54c0ccf Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 6 May 2020 17:07:38 -0400 Subject: [PATCH] chore(release): 4.3.2 --- CHANGELOG.md | 9 +++++++++ Documentation/docinfo.xml | 6 +++--- Documentation/includes/global-attributes.asciidoc | 2 +- Version | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317d34ee3..0d3865339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [4.3.2](https://github.com/inverse-inc/sogo/compare/SOGo-4.3.1...SOGo-4.3.2) (2020-05-06) + +### Bug Fixes + +* **core:** LDAP group expansion must use all user sources ([7b5c787](https://github.com/inverse-inc/sogo/commit/7b5c7877182030e113bc6734f3ce9d3b09e7fec5)) +* **core:** LDAP group expansion must use all user sources ([8f7b2bf](https://github.com/inverse-inc/sogo/commit/8f7b2bfbed3978751011a86e764e65ee45ac2cf4)) +* **core:** skip folder check during ACL subscribe ([7929fd3](https://github.com/inverse-inc/sogo/commit/7929fd394fa7da003a079872a0128b848c514876), [8a4e799](https://github.com/inverse-inc/sogo/commit/8a4e79963f4ec973f893eb6fe9d38700488dcc45)) +* **web(js):** improve encoding of folder paths in XHR calls ([e7da4c1](https://github.com/inverse-inc/sogo/commit/e7da4c19b82fa9f9587f97d6ba2d4a411cc778db)), closes [#4989](https://sogo.nu/bugs/view.php?id=4989) + ### [4.3.1](https://github.com/inverse-inc/sogo/compare/SOGo-4.3.0...SOGo-4.3.1) (2020-05-01) ### Bug Fixes diff --git a/Documentation/docinfo.xml b/Documentation/docinfo.xml index f1358baf3..52944da63 100644 --- a/Documentation/docinfo.xml +++ b/Documentation/docinfo.xml @@ -1,7 +1,7 @@ -Version 4.3.1 - May 2020 -for version 4.3.1 -2020-05-01 +Version 4.3.2 - May 2020 +for version 4.3.2 +2020-05-06 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 9928f2bef..558944699 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: 4.3.1 +:release_version: 4.3.2 // vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab: diff --git a/Version b/Version index 5ca024fee..9372d28ed 100644 --- a/Version +++ b/Version @@ -1,3 +1,3 @@ MAJOR_VERSION=4 MINOR_VERSION=3 -SUBMINOR_VERSION=1 \ No newline at end of file +SUBMINOR_VERSION=2 \ No newline at end of file