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 96b5524 commit f081b4aCopy full SHA for f081b4a
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([gromox], [0.24])
+AC_INIT([gromox], [0.25])
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,13 @@
+0.25 (2021-05-09)
+=================
+
+Fixes:
5
6
+* http: fix a garbage return code in the emsmdb logon procedure
7
+* zcore: fix a use-after-free crash when opening the addressbook
8
+* event: speedier shutdown of service
9
10
11
0.24 (2021-05-31)
12
=================
13
0 commit comments