Skip to content

Commit

Permalink
Gromox 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Sep 4, 2023
1 parent 540fe23 commit 66c6f17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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.11])
AC_INIT([gromox], [2.12])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
12 changes: 10 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
Development 2.11.26
===================
Gromox 2.12 (2023-09-04)
========================

Enhancements:

* ews: support CreateItem, DeleteItem, SendItem requests
* oxm2mt: support multi-valued properties

Fixes:

* kdb2mt: do not abort when --src-mbox is used
* exmdb_provider: opening the detail view of Personal Addressbook entries now
works in Outlook, as does selecting them as message recipients
* zcore: fix a flaw in permissions dialog that caused the delegates
to be able to see the private items of the delegator

Behavioral changes:

* exch: remove old PHP EWS handler
* zcore: delete getuseravailability RPC and replace by new getuserfreebusy RPC


Gromox 2.11 (2023-08-21)
Expand Down

0 comments on commit 66c6f17

Please sign in to comment.