diff --git a/configure.ac b/configure.ac index 4a23f38e7..94a8ecb71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gromox], [2.29]) +AC_INIT([gromox], [2.30]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux]) AC_PREFIX_DEFAULT([/usr]) diff --git a/doc/changelog.rst b/doc/changelog.rst index af78b0d01..4f07a871a 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,5 +1,5 @@ -2.29.54 -======= +2.30 (2024-06-21) +================= Fixes: @@ -20,6 +20,14 @@ Fixes: Enhancements: * gromox-mbop: new subcommand ``set-locale`` to change store language +* exmdb: add more SQLite transactions and make concurrent read access for + stores possible +* ruleproc: initial autoprocessing for meeting requests + * conflict detection, response sending for conflicts, + automatic addition to calendar + * needs to be enabled with gromox.cfg:``lda_mrautoproc``=yes +* imap, pop3, delivery-queue: HAProxy protocol support (send-proxy-v2) +* zcore: show private distribution lists the grommunio-web address book Gromox 2.29 (2024-06-04)