Skip to content

Commit

Permalink
Gromox 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Sep 23, 2022
1 parent 35aca1c commit 6321e0a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
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.31])
AC_INIT([gromox], [1.32])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
22 changes: 22 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -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)
=================

Expand Down

0 comments on commit 6321e0a

Please sign in to comment.