Skip to content

Commit 3b0e9ce

Browse files
committed
Gromox 1.24
1 parent fe29799 commit 3b0e9ce

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
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.23])
1+
AC_INIT([gromox], [1.24])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
1.24 (2022-06-01)
2+
=================
3+
4+
Enhancements:
5+
6+
* Added a config directive ``tls_min_proto`` so one can set a minimum TLS
7+
standard when your distro doesn't have crypto-policies
8+
(https://gitlab.com/redhat-crypto/fedora-crypto-policies )
9+
* autodiscover.ini: new directives ``advertise_mh`` and ``advertise_rpch``
10+
for finer grained control over individual protocol advertisements;
11+
replaces ``mapihttp``.
12+
* exmdb_provider: lifted the folder limit from 10k to 28 billion
13+
* oxcmail: cease excessive base64 encoding.
14+
* Messages are now preferably encoded as quoted-printable during conversion to
15+
Internet Mail format. This might help with spam classification.
16+
* delivery-queue: the maximum mail size is now strictly enforced rather than
17+
rounded up to the next 2 megabytes
18+
* gromox-dscli: the -h option is no longer strictly needed, it will be derived
19+
from the -e argument if absent
20+
21+
Fixes:
22+
23+
* http: resolve a crash on shutdown due to wrong order of teardown
24+
* exmdb_provider: fix buffer overread (crash) when a truncated /cid/N file
25+
is read.
26+
* emsmdb: fix buffer overread (crash) when common_util_check_message_class is
27+
called with an empty string.
28+
29+
130
1.23 (2022-05-13)
231
=================
332

0 commit comments

Comments
 (0)