Skip to content

Commit

Permalink
Gromox 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Jan 16, 2023
1 parent 015186d commit 34a25a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
17 changes: 15 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 34a25a9

Please sign in to comment.