Skip to content

Commit 4ea11a2

Browse files
committed
Gromox 2.48
1 parent 498971f commit 4ea11a2

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
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], [2.47])
1+
AC_INIT([gromox], [2.48])
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
Gromox 2.47 (2025-07-31)
1+
Gromox 2.48 (2025-07-31)
2+
========================
3+
4+
Enhancements:
5+
6+
* gromox.cfg now has a ``ruleproc_debug`` directive (applies to the TWOSTEP
7+
Processor only)
8+
9+
Fixes:
10+
11+
* ews: repair a nullptr dereference from the OOF XML change
12+
* exmdb: make EXRPC write_message_v2 fill in return MID/CN values
13+
* ab_tree: restore filtering of objects with AB_HIDE_FROM_GAL for NSP (this was
14+
lost in a Global Address Book provider rewrite in 2.40)
15+
16+
17+
Gromox 2.47 (2025-07-28)
218
========================
319

420
Enhancements:
@@ -8,8 +24,6 @@ Enhancements:
824
* oxcical: try to handle ICS files with missing VTIMEZONE blocks
925
* oxcical: support YEARLY recurrences with BYDAY without BYSETPOS
1026
* imap: offer $Forwarded keyword for APPEND/STORE commands
11-
* gromox.cfg now has a ``ruleproc_debug`` directive (applies to
12-
the TWOSTEP Processor only)
1327
* edb2mt, eml2mt, kdb2mt, oxm2mt, pff2mt, exm2eml: add ``--loglevel`` option
1428

1529
Fixes:

0 commit comments

Comments
 (0)