Skip to content

Commit b67a026

Browse files
committed
Gromox 2.4
1 parent 14afd7d commit b67a026

File tree

2 files changed

+10
-4
lines changed

2 files changed

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

doc/changelog.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
Development 2.3.83
2-
==================
1+
Gromox 2.4 (2023-02-26)
2+
=======================
33

44
Enhancements:
55

66
* php_mapi: add mapi_strerror function
77
* mbop: emptyfld/delmsg support folder names now
88
* dscli: added an --eas option
9-
* oxdisco: handle requests for autodiscover.json
9+
* oxdisco: support autodiscover.json requests
10+
* exmdb_provider: report overquota events with MAPI_E_STORE_FULL
11+
rather than MAPI_E_DISK_FULL
12+
* php_mapi: add function "nsp_essdn_to_username"
1013

1114
Fixes:
1215

1316
* php_mapi: fix stack corruption in zif_mapi_createfolder
1417
* exmdb_provider: resolved possible use-after-free in OP_DELEGATE rule handling
18+
* emsmdb: fix stream_object::commit evaluating wrong member for open flags
19+
* Parse Windows timezone list better and support multiple IANA timezone names
20+
per territory
1521

1622
Behavioral changes:
1723

0 commit comments

Comments
 (0)