From f119d47e9392bf4a642cec20b5c361f99b2f4b42 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 2 Sep 2023 10:24:07 -0400 Subject: [PATCH] bumped version to 3.2.14 --- NEWS | 14 ++++++++++++++ configure.ac | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 307886c3..2453cbe6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +### GMime 3.2.14 + +* Avoid clearing the header list of a GMimeMessage when adding addresses to an address header. (issue #129) +* Added the internet_address_list_append_parse() prototype definition to internet-address.h. (issue #128) +* Use gtk-doc ulink syntax in doc comments instead of ``. (issue #131) +* Fixed rfc2047 token decoding logic for base64 encodings. (issue #133) +* Properly handle GDateTime UTC offsets with non-zero seconds. (issue #134) +* Improved introspection data for bindings such as Vala. +* Improved address name quoting. +* Added a GNotifyDestroy to the GMimeParserOptions callback. +* Fixed the URL linkifier logic to properly handle links without a '/' before the query string. +* Fixed the URL linkifier logic to handle domains that start with numbers. (issue #152) +* Reverted base64 decoder optimizations from 3.2.10 and 3.2.11 to support chunked base64. (issue #150) + ### GMime 3.2.13 * Optimized parsing of messages with lots of address headers. (issue #126) diff --git a/configure.ac b/configure.ac index 82ab9289..c6c60296 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ([2.71]) # m4_define([gmime_major_version], [3]) m4_define([gmime_minor_version], [2]) -m4_define([gmime_micro_version], [13]) +m4_define([gmime_micro_version], [14]) m4_define([gmime_interface_age], [0]) m4_define([gmime_binary_age], [m4_eval(100 * gmime_minor_version + gmime_micro_version)]) @@ -191,7 +191,7 @@ dnl ************************************ GTK_DOC_CHECK([1.8]) AC_PATH_PROGS([DB2HTML], [db2html docbook2html]) -AM_CONDITIONAL(HAVE_DOCBOOK, [test -n "$DB2HTML"]) +AM_CONDITIONAL(HAVE_DOCBOOK, [test -n "$DB2HTML"], "true", "false") dnl NOTE: We need to use a separate automake conditional for this dnl to make this work with the tarballs. @@ -580,6 +580,7 @@ AC_SUBST(GMIME_INCLUDEDIR) AC_SUBST(GMIME_LIBS_PRIVATE) AC_SUBST(GMIME_CFLAGS) AC_SUBST(GMIME_LIBS) +AC_SUBST(HAVE_DOCBOOK) AC_CONFIG_FILES([ Makefile