Skip to content

Commit

Permalink
Gromox 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Jul 25, 2022
1 parent b8146cd commit 963c1ff
Show file tree
Hide file tree
Showing 2 changed files with 28 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], [1.27])
AC_INIT([gromox], [1.28])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
30 changes: 27 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
1.27.79
=======
1.28 (2022-07-25)
=================

Enhancements:

* php_mapi: add mapi_icaltomapi2 and mapi_vcftomapi2
* oxcmail: add support for multi-iCal and multi-vCard support
* php_mapi: add ``mapi_icaltomapi2`` and ``mapi_vcftomapi2`` APIs
* emsmdb, zcore: Send-As support
* midb_agent: make midb command buffer size for SRHL/SRHU configurable

Fixes:

* freebusy: do not publicize private recurrence exceptions
* Delayed Sending had left messages in Outbox
* midb: P-DTLU command incorrectly sorted by received date
* emsmdb: the contact folder list erroneously rejected sort requests
that grouped and sorted by the same column
* oxcical: add missing ``PR_ATTACH_METHOD`` to iCal appointment
collection members
* oxvcard: do not map unrecognized types of telephone numbers to
``PR_RADIO_TELEPHONE_NUMBER`` on import
* oxvcard: avoid filing ``PR_NORMALIZED_SUBJECT`` with garbage
* exch: ``PR_SENDER_ENTRYID`` was filled with the wrong value in
delegate mail sending
* exmdb_provider: avoid sending ``PR_DISPLAY_NAME`` to clients twice

Changes:

* The config directives "service_plugin_list", "service_plugin_path",
"hpm_plugin_list", "hpm_plugin_path", "proc_plugin_list", "proc_plugin_path",
"mpc_plugin_list", "mpc_plugin_path" have been removed.


1.27 (2022-07-11)
Expand Down

0 comments on commit 963c1ff

Please sign in to comment.