Skip to content

Commit

Permalink
chore(release): 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed May 6, 2020
1 parent 7b5c787 commit 33d3154
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions Documentation/docinfo.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/includes/global-attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR_VERSION=4
MINOR_VERSION=3
SUBMINOR_VERSION=1
SUBMINOR_VERSION=2

0 comments on commit 33d3154

Please sign in to comment.