From 34a25a94e612ee4d80fb611146aac349225d0002 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 16 Jan 2023 19:28:37 +0100 Subject: [PATCH] Gromox 2.2 --- configure.ac | 2 +- doc/changelog.rst | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ef27c3df9..895865dbe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gromox], [2.1]) +AC_INIT([gromox], [2.2]) 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 5243bd59e..93389a1dd 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,10 +1,23 @@ -Development 2.1.13 -================== +Gromox 2.2 (2023-01-16) +======================= Behavioral changes: * The /usr/libexec/gromox/rebuild utility has been removed in favor of using SQLite's own `.clone` / `.recover` commands. +* dbop_sqlite: perform integrity check ahead of sqlite database upgrades + +Fixes: + +* emsmdb: sending mail could have yielded success even if there was + an outgoing SMTP server outage +* exmdb_provider: repair SQL logic errors showing up when a folder's + contents are requested in Conversation mode +* exmdb_provider: only delete links, not messages, from search folders + +Enhancements: + +* tools: add --integrity option for mkprivate, mkpublic, mkmidb Gromox 2.1 (2023-01-12)