Skip to content

Commit e3e4971

Browse files
author
Victor Tesla
committed
Gromox 0.24
1 parent dfcb95b commit e3e4971

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-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.23])
1+
AC_INIT([gromox], [0.24])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
0.24 (2021-05-31)
2+
=================
3+
4+
Enhancements:
5+
6+
* zcore: new config directive "zrpc_debug"
7+
* exchamge_emsmdb: new config directory "exrpc_debug"
8+
9+
Fixes:
10+
11+
* imap: fix standard folders' garbled name display (Sent Items, Junk, etc.)
12+
* authmgr: quench stray password resets to the SQL DB
13+
* pffimport: skip over nonsensical bytes in Unicode string properties
14+
* pffimport: skip over unknown nodes when doing tree-analyze (-t)
15+
* tools: fix crash when /etc/gromox is unreadable
16+
* Overquota events are now signalled with better error message
17+
in grammm-web (MAPI_E_STORE_FULL rather than MAPI_E_DISK_FULL).
18+
19+
Changes:
20+
21+
* mysql_adaptor: first-time password functionality is now disabled by default;
22+
new config directive "enable_firsttimepw".
23+
* mysql_adaptor: SHA512-crypt is now used.
24+
25+
126
0.23 (2021-05-13)
227
=================
328

0 commit comments

Comments
 (0)