From a8a3c49febbb1b6e2f658859e1d62ee5463a6ca3bc18c2922ae46b05f5057fcd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Nov 2024 17:02:58 +0100 Subject: [PATCH] Gromox 2.36 --- debian.changelog | 4 ++-- gromox-2.35.tar.asc | 7 ------- gromox-2.35.tar.zst | 3 --- gromox-2.36.tar.asc | 7 +++++++ gromox-2.36.tar.zst | 3 +++ gromox.changes | 27 +++++++++++++++++++++++++++ gromox.spec | 2 +- 7 files changed, 40 insertions(+), 13 deletions(-) delete mode 100644 gromox-2.35.tar.asc delete mode 100644 gromox-2.35.tar.zst create mode 100644 gromox-2.36.tar.asc create mode 100644 gromox-2.36.tar.zst diff --git a/debian.changelog b/debian.changelog index e9e03dc..dd00ce4 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,8 +1,8 @@ -gromox (2.35-0) unstable; urgency=low +gromox (2.36-0) unstable; urgency=low * The build process is supposed to replace the entries here automatically from data present in gromox.changes. But if you see this message in installed systems, that would indicate a problem in debtransform(1). - -- Gromox Tue, 15 Oct 2024 13:25:00 +0200 + -- Gromox Wed, 06 Nov 2024 16:56:00 +0100 diff --git a/gromox-2.35.tar.asc b/gromox-2.35.tar.asc deleted file mode 100644 index 301113b..0000000 --- a/gromox-2.35.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZw5b6gAKCRCutpQaL5yZ -RAooAP9+v7Vd15fz1zpf6q4EqTg/MeIofwik3M5NzMzDUQddCAD9GfHmmIuBgCax -gxCZ/oLfUoz1WjBv13EZTKEvkS0gXgE= -=6E19 ------END PGP SIGNATURE----- diff --git a/gromox-2.35.tar.zst b/gromox-2.35.tar.zst deleted file mode 100644 index 01d9b04..0000000 --- a/gromox-2.35.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dc47db9e3f72fc307da1bb1494c9c131646a535de75480829185297ce20bafc -size 2155552 diff --git a/gromox-2.36.tar.asc b/gromox-2.36.tar.asc new file mode 100644 index 0000000..25eb44d --- /dev/null +++ b/gromox-2.36.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZyuRqwAKCRCutpQaL5yZ +RI6TAP9Qx13UzqXw5aeYWnq+XuZema8g4By7/6lkdiA485b+8QD/SQ8rGGdRj45L +aiyEAK8oPeqSClrVcV0rWQKpE642rQI= +=jMpo +-----END PGP SIGNATURE----- diff --git a/gromox-2.36.tar.zst b/gromox-2.36.tar.zst new file mode 100644 index 0000000..d60867e --- /dev/null +++ b/gromox-2.36.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e98cc1da525084b0f81b42fd98e58fed4be51dccee58b787ec577bc7453aa9c +size 2165852 diff --git a/gromox.changes b/gromox.changes index 800f317..bc26be1 100644 --- a/gromox.changes +++ b/gromox.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Nov 6 15:51:31 UTC 2024 - Jan Engelhardt + +- Update to release 2.36 + * ews: fix an ABA locking problem when EWS unsubscribe actions + were processed + * genimport: fix a data juggling issue that led to mt2exm + printing ``proptag … from input stream has no named property + info`` + * mbck: do not attempt to repair allocated_eids if repair mode + was not selected, fixing mbck printing ``sqlite3_prep(INSERT + INTO allocated_eids) ... inside a readonly TXN``. + * exmdb: fix an issue where creating new embedded messages + could lead to ``sqlite3_exec(… INSERT INTO messages ... + VALUES (65536, …): UNIQUE constraint failed: messages.message_id (19)`` + * mkprivate et al: fix an issue where force-overwriting + databases would print "database is locked" + * mbop: new commands "ping", "for-all-users", "echo-username" + * exmdb: faster process shutdown through parallelized closing + of sqlite files + * exmdb: better location diagnostics for RO-RO transactions, + for RW-in-RO, and ROLLBACK issues + * exmdb: deactivate implicit integrity check when upgrading a + mailbox's database schema, it takes too much time + (Integrity checks can still be done offline with ``mkprivate + -U --integ``) + ------------------------------------------------------------------- Tue Oct 15 11:24:31 UTC 2024 - Jan Engelhardt diff --git a/gromox.spec b/gromox.spec index 6346e14..6b9e942 100644 --- a/gromox.spec +++ b/gromox.spec @@ -19,7 +19,7 @@ %define _libexecdir %_prefix/libexec Name: gromox -Version: 2.35 +Version: 2.36 Release: 0 Summary: Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support License: AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later