Skip to content

Commit

Permalink
Gromox 2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Oct 8, 2024
1 parent afd2d30 commit de7ce35
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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.33])
AC_INIT([gromox], [2.34])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
18 changes: 18 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Gromox 2.34 (2024-10-08)
========================

Fixes:

* php_mapi: cure crash occurring with mapi_getidsfromnames
* midb: resolve "inside a readonly TXN" warnings during message deletion
* exmdb: emit notifications only after SQL transactions are complete
* imap: resolve unstable EXPUNGE observability

Enhancements:

* exm2eml: do output named property map when -p is used
* exm2eml: show named property mnemonics when -p is used twice
* php_mapi: allow calling namedprop resolution functions with
not just store objects, but also folder/message/attachment objects


Gromox 2.33 (2024-10-01)
========================

Expand Down

0 comments on commit de7ce35

Please sign in to comment.