Skip to content

Commit f081b4a

Browse files
committed
Gromox 0.25
1 parent 96b5524 commit f081b4a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gromox], [0.24])
1+
AC_INIT([gromox], [0.25])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.25 (2021-05-09)
2+
=================
3+
4+
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+
111
0.24 (2021-05-31)
212
=================
313

0 commit comments

Comments
 (0)