SHA256
1
0
forked from pool/gromox

[info=a8a3c49febbb1b6e2f658859e1d62ee5463a6ca3bc18c2922ae46b05f5057fcd]

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=99
This commit is contained in:
OBS User unknown
2024-11-06 16:03:10 +00:00
committed by Git OBS Bridge
parent b8beb84727
commit f248b8133f
9 changed files with 43 additions and 16 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Nov 6 15:51:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>