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 3487c88 commit 2e2b911Copy full SHA for 2e2b911
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([gromox], [0.22])
+AC_INIT([gromox], [0.23])
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,17 @@
+0.23 (2021-05-13)
+=================
+
+Enhancements:
5
6
+* New utility ``gromox-pffimport`` for importing PFF/PST/OST
7
8
+Fixes:
9
10
+* exchange_emsmdb: fix a crash upon retrieval of calculated properties
11
+* lib: fix crash when zcore uses a zero-length name during
12
+ zcore_callid::COPYFOLDER
13
14
15
0.22 (2021-05-03)
16
=================
17
0 commit comments