Skip to content

Commit

Permalink
Gromox 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Dec 9, 2022
1 parent 9cc7311 commit 27faa35
Show file tree
Hide file tree
Showing 2 changed files with 18 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], [1.35])
AC_INIT([gromox], [1.36])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
19 changes: 17 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
Development 1.35.14
===================
Gromox 1.36 (2022-12-09)
========================

Enhancements:

* exmdb_provider: on-disk content file compression, controllable using
the "exmdb_file_compression" config directive (affects only new files)
* tools: new utility `gromox-compress` to compress existing content files
* exmdb_provider: support evaluation of inbox rules that have RES_CONTENT
restrictions with PT_BINARY properties

Fixes:

* Asynchronous notification over MH was not responsive due to a malformed
HTTP response, which was fixed.

Changes:

* Bounce template generation was rewritten for size
* mysql_adaptor: silence PR_DISPLAY_TYPE_EX warning for admin user
* emsmdb: let ropSaveChangesMessage return ecObjectDeleted
* exmdb_provider: set PR_RULE_ERROR property when Deferred Error Messages
(DEMs) are generated


1.35 (2022-11-25)
Expand Down

0 comments on commit 27faa35

Please sign in to comment.