Skip to content

Commit 6321e0a

Browse files
committed
Gromox 1.32
1 parent 35aca1c commit 6321e0a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
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.31])
1+
AC_INIT([gromox], [1.32])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
1.32 (2022-09-23)
2+
=================
3+
4+
Enhancements:
5+
6+
* kdb2mt: detect unsupported "db" attachment layout
7+
* kdb2mt: add option for mapping ACL identities using a text file
8+
* nsp: support reading PR_EMS_MEMBER property
9+
* zcore: support GetContentsTable on distlist objects
10+
* exm2eml: add options --ical and --vcard
11+
12+
Fixes:
13+
14+
* oxcical: some RECURRENCE-ID may have been emitted based on undefined contents
15+
* oxcical: emit allday events as YMDHMS when YMD cannot be computed due to lack
16+
of timezone information
17+
18+
Changes:
19+
20+
* email_lib: reimplementation of MJSON parsing using jsoncpp
21+
22+
123
1.31 (2022-08-30)
224
=================
325

0 commit comments

Comments
 (0)