Skip to content

Commit bcd1157

Browse files
committed
Gromox 3.1
1 parent fa4019f commit bcd1157

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
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], [3.0])
1+
AC_INIT([gromox], [3.1])
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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development 3.0.115
2-
===================
1+
Gromox 3.1 (2025-10-26)
2+
=======================
33

44
Enhancements:
55

@@ -16,18 +16,28 @@ Fixes:
1616
* email_lib: deal with MIME parts with zero header lines
1717
* tools: reinstate submit.php for delayed sending
1818
* nsp: avoid buffer overruns in nsp_interface_fetch_property
19-
* emsmdb: repair IPM.Task items losing properties in cached mode from
20-
defective partial message change tracking
21-
* exmdb: public folders were missing timeindex queries and their content tables
22-
might have shown fewer messages
19+
* emsmdb: Partial message change tracking was bug-ridden and deleted. Standard
20+
transfers are now used instead. (E.g. an IPM.Task object where only the
21+
percentage-completed field was changed would be mis-synchronized to another
22+
Cached Mode client as "delete start/end dates".)
23+
* exmdb: Public folders were missing timeindex queries and their content tables
24+
might have shown fewer messages.
25+
* http: A workaround was added for OpenSSL 3.0 so that connections from
26+
Outlook 2010 once again succeed.
27+
* mysql_adaptor: Improve the time needed to compute the composite mailbox
28+
permission for user in a case of a mailbox with 100K ACL entries.
2329

2430
Changes:
2531

2632
* exmdb: deactivate movecopy/deletemessages event storm compaction
2733
* emsmdb: outgoing lzxpress compression in the EMSMDB protocol is now
2834
disabled as it does not compress well for the time invested.
2935
* http: the ``ntlm_program_helper`` config directive was removed;
30-
your ``gss_program`` simply needs to handle both GSS and NTLM
36+
your ``gss_program`` simply needs to handle both GSS and NTLM.
37+
* event: support for reading the old event_acl.txt was deleted.
38+
The replacement is the ``event_hosts_allow`` config directive.
39+
* timer: support for reading the old timer_acl.txt was deleted.
40+
The replacement is the ``timer_hosts_allow`` config directive.
3141

3242

3343
Gromox 3.0 (2025-10-01)

0 commit comments

Comments
 (0)