File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1- AC_INIT ( [ gromox] , [ 1.23 ] )
1+ AC_INIT ( [ gromox] , [ 1.24 ] )
22AC_CONFIG_AUX_DIR ( [ build-aux] )
33AC_CONFIG_MACRO_DIR ( [ build-aux] )
44AC_PREFIX_DEFAULT ( [ /usr] )
Original file line number Diff line number Diff line change 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+
1301.23 (2022-05-13)
231=================
332
You can’t perform that action at this time.
0 commit comments