From e7685ddd00fb99be0651852917d1ba40a4e4d399 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 4 Sep 2024 17:21:48 +0200 Subject: [PATCH] Gromox 2.32 --- configure.ac | 2 +- doc/changelog.rst | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index deccedf24..5cd215c1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gromox], [2.31]) +AC_INIT([gromox], [2.32]) 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 34a9c8eb2..5d964ea77 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,3 +1,19 @@ +Gromox 2.32 (2024-09-04) +======================== + +Fixes: + +* mysql_adaptor: re-speedup queries that came to ran without an index +* mbop: make the "clear-profile" operation do clear g-web settings again +* zcore: workaround potential hang during shutdown + +Enhancements: + +* emsmdb, zcore: allow "Empty Folder" operations in public stores +* exmdb: increased verbosity during shutdown phase so it does not appear + like a hang + + Gromox 2.31 (2024-08-14) ========================