Skip to content

Commit

Permalink
Gromox 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Feb 26, 2023
1 parent 14afd7d commit b67a026
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([gromox], [2.3])
AC_INIT([gromox], [2.4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
12 changes: 9 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
Development 2.3.83
==================
Gromox 2.4 (2023-02-26)
=======================

Enhancements:

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

Fixes:

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

Behavioral changes:

Expand Down

0 comments on commit b67a026

Please sign in to comment.