chore(release): 4.3.2

pull/274/head SOGo-4.3.2
Francis Lachapelle 2020-05-06 17:07:38 -04:00
parent 7b5c787718
commit 33d3154d15
4 changed files with 14 additions and 5 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 4.3.1 - May 2020</releaseinfo>
<subtitle>for version 4.3.1</subtitle>
<date>2020-05-01</date>
<releaseinfo>Version 4.3.2 - May 2020</releaseinfo>
<subtitle>for version 4.3.2</subtitle>
<date>2020-05-06</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: 4.3.1
:release_version: 4.3.2
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

View File

@ -1,3 +1,3 @@
MAJOR_VERSION=4
MINOR_VERSION=3
SUBMINOR_VERSION=1
SUBMINOR_VERSION=2