Skip to content

Commit 27faa35

Browse files
committed
Gromox 1.36
1 parent 9cc7311 commit 27faa35

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gromox], [1.35])
1+
AC_INIT([gromox], [1.36])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
Development 1.35.14
2-
===================
1+
Gromox 1.36 (2022-12-09)
2+
========================
33

44
Enhancements:
55

66
* exmdb_provider: on-disk content file compression, controllable using
77
the "exmdb_file_compression" config directive (affects only new files)
88
* tools: new utility `gromox-compress` to compress existing content files
9+
* exmdb_provider: support evaluation of inbox rules that have RES_CONTENT
10+
restrictions with PT_BINARY properties
11+
12+
Fixes:
13+
14+
* Asynchronous notification over MH was not responsive due to a malformed
15+
HTTP response, which was fixed.
16+
17+
Changes:
18+
19+
* Bounce template generation was rewritten for size
20+
* mysql_adaptor: silence PR_DISPLAY_TYPE_EX warning for admin user
21+
* emsmdb: let ropSaveChangesMessage return ecObjectDeleted
22+
* exmdb_provider: set PR_RULE_ERROR property when Deferred Error Messages
23+
(DEMs) are generated
924

1025

1126
1.35 (2022-11-25)

0 commit comments

Comments
 (0)