We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf0703 commit a79c617Copy full SHA for a79c617
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([gromox], [1.4])
+AC_INIT([gromox], [1.5])
2
AC_CONFIG_AUX_DIR([build-aux])
3
AC_CONFIG_MACRO_DIR([build-aux])
4
AC_PREFIX_DEFAULT([/usr])
doc/changelog.rst
@@ -1,3 +1,18 @@
+1.5 (2021-10-21)
+================
+
+Fixes:
5
6
+* exmdb_provider: repair two erroneously inverted conditions involving
7
+ message instance saving
8
+* exchange_emsmdb, zcore: fix crash in conjunction with modifyrecipients RPC
9
10
+Enhancements:
11
12
+* cgkrepair: new utility to replace broken PR_CHANGE_KEYs and PCLs generated by
13
+ libexmdbpp/admin-api/mkprivate/mkpublic.
14
15
16
1.4 (2021-10-08)
17
================
18
0 commit comments