Skip to content

Commit 963c1ff

Browse files
committed
Gromox 1.28
1 parent b8146cd commit 963c1ff

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-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], [1.27])
1+
AC_INIT([gromox], [1.28])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
1-
1.27.79
2-
=======
1+
1.28 (2022-07-25)
2+
=================
33

44
Enhancements:
55

6-
* php_mapi: add mapi_icaltomapi2 and mapi_vcftomapi2
6+
* oxcmail: add support for multi-iCal and multi-vCard support
7+
* php_mapi: add ``mapi_icaltomapi2`` and ``mapi_vcftomapi2`` APIs
78
* emsmdb, zcore: Send-As support
9+
* midb_agent: make midb command buffer size for SRHL/SRHU configurable
10+
11+
Fixes:
12+
13+
* freebusy: do not publicize private recurrence exceptions
14+
* Delayed Sending had left messages in Outbox
15+
* midb: P-DTLU command incorrectly sorted by received date
16+
* emsmdb: the contact folder list erroneously rejected sort requests
17+
that grouped and sorted by the same column
18+
* oxcical: add missing ``PR_ATTACH_METHOD`` to iCal appointment
19+
collection members
20+
* oxvcard: do not map unrecognized types of telephone numbers to
21+
``PR_RADIO_TELEPHONE_NUMBER`` on import
22+
* oxvcard: avoid filing ``PR_NORMALIZED_SUBJECT`` with garbage
23+
* exch: ``PR_SENDER_ENTRYID`` was filled with the wrong value in
24+
delegate mail sending
25+
* exmdb_provider: avoid sending ``PR_DISPLAY_NAME`` to clients twice
26+
27+
Changes:
28+
29+
* The config directives "service_plugin_list", "service_plugin_path",
30+
"hpm_plugin_list", "hpm_plugin_path", "proc_plugin_list", "proc_plugin_path",
31+
"mpc_plugin_list", "mpc_plugin_path" have been removed.
832

933

1034
1.27 (2022-07-11)

0 commit comments

Comments
 (0)