We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb259b commit c4c5dbdCopy full SHA for c4c5dbd
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([gromox], [2.28])
+AC_INIT([gromox], [2.29])
2
AC_CONFIG_AUX_DIR([build-aux])
3
AC_CONFIG_MACRO_DIR([build-aux])
4
AC_PREFIX_DEFAULT([/usr])
doc/changelog.rst
@@ -1,5 +1,5 @@
-Gromox 2.28.37 (2024-05-31)
-===========================
+Gromox 2.29 (2024-06-04)
+========================
Fixes:
5
@@ -9,6 +9,8 @@ Fixes:
9
* imap: cope with truncated EML files
10
* exmdb: delete leftover stray ROLLBACK statement
11
* ews: cure null dereference in tInternetMessageHeader::parse
12
+* ews: use vmime parser to break down IMHs and reset an Apple workaround for
13
+ "From" lines
14
15
Changes:
16
0 commit comments