diff --git a/configure.ac b/configure.ac index b1eecc0ba..ad706aa70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gromox], [1.31]) +AC_INIT([gromox], [1.32]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux]) AC_PREFIX_DEFAULT([/usr]) diff --git a/doc/changelog.rst b/doc/changelog.rst index d5a5c30b0..2dddf78e7 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,3 +1,25 @@ +1.32 (2022-09-23) +================= + +Enhancements: + +* kdb2mt: detect unsupported "db" attachment layout +* kdb2mt: add option for mapping ACL identities using a text file +* nsp: support reading PR_EMS_MEMBER property +* zcore: support GetContentsTable on distlist objects +* exm2eml: add options --ical and --vcard + +Fixes: + +* oxcical: some RECURRENCE-ID may have been emitted based on undefined contents +* oxcical: emit allday events as YMDHMS when YMD cannot be computed due to lack + of timezone information + +Changes: + +* email_lib: reimplementation of MJSON parsing using jsoncpp + + 1.31 (2022-08-30) =================