[gmime] Bumped version to 3.2.3
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Bumped version to 3.2.3
- Date: Wed, 28 Nov 2018 18:33:11 +0000 (UTC)
commit 01be60574ccf95b9fe971a586292a275af8e2c8b
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date: Mon Nov 26 19:14:27 2018 -0500
Bumped version to 3.2.3
NEWS | 29 +++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 86c0f977..b41e7eec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+### GMime 3.2.3
+
+* Fixed GMimeFilterBasic for uudecode.
+
+ Don't allow the outbuf to ever get set to NULL which could happen
+ if the begin-line had not yet been found (and thus
+ g_mime_filter_set_size() had never been called to allocate the
+ outbuf buffer).
+
+ * Fixed a bug in g_mime_uuencode_step().
+
+ * Modified GMimeParser to work around broken mailers that send base64
+ encoded message/rfc822 parts.
+
+ Fixes https://gitlab.gnome.org/GNOME/gmime/issues/1
+
+ * Fixed a bug in g_mime_quoted_encode_close() where it would incorrectly
+ end the quoted-printable output with a line containing only "=\n" even
+ when it is not needed.
+
+ * Improved g_mime_content_encoding_from_string(). This function no
+ longer requires the input string to be an exact match for "7bit",
+ "8bit", "base64", etc. It can now handle whitespace before and
+ after the value. In other words, it is now easy to use this
+ function on raw header values before any whitespace trimming
+ has been done.
+
+ * Really, really fixed the packaging to include the Vala build files.
+
### GMime 3.2.2
* Fixed packaging to include Vala files.
diff --git a/configure.ac b/configure.ac
index 3fb0209b..52bfcfcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,8 @@ AC_PREREQ(2.54)
#
m4_define([gmime_major_version], [3])
m4_define([gmime_minor_version], [2])
-m4_define([gmime_micro_version], [2])
-m4_define([gmime_interface_age], [1])
+m4_define([gmime_micro_version], [3])
+m4_define([gmime_interface_age], [2])
m4_define([gmime_binary_age],
[m4_eval(100 * gmime_minor_version + gmime_micro_version)])
m4_define([gmime_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]