Bump the version and update ChangeLog for the 2.14.7 release release-2.x.y v2.14.7

Thu, 16 Sep 2021 21:14:00 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 16 Sep 2021 21:14:00 -0500
branch
release-2.x.y
changeset 41051
f7894672b4e3
parent 41050
ac6dbd45da27
child 41052
baba2db74f71

Bump the version and update ChangeLog for the 2.14.7 release

Testing Done:
Ran `make distcheck`

Reviewed at https://reviews.imfreedom.org/r/925/

ChangeLog file | annotate | diff | comparison | revisions
ChangeLog.API file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/ChangeLog	Thu Sep 16 21:11:59 2021 -0500
+++ b/ChangeLog	Thu Sep 16 21:14:00 2021 -0500
@@ -1,5 +1,23 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.14.7 (09/16/2021):
+	libpurple:
+	* Fix leak in purple_markup_find_tag on error. (OSS-FUZZ 35816) (RR 924)
+	  (Elliott Sales de Andrade)
+	* Fix an issue where the XMPP utility tests would fail if libidn was
+	  disabled. (RR 922) (Gary Kramlich)
+	* Fix an assert in purple_markup_html_to_xhtml (OSS-FUZZ 35029) (RR 921)
+	  (Elliott Sales de Andrade)
+	* Fix building on Haiku (RR 916) (Haiku Ports Team)
+	* Correctly free parse tags at end of purple_html_to_xhtml (OSS-FUZZ 34996)
+	  (RR 913) (Elliott Sales de Andrade)
+	* Fix leak that may occur when xmlnode_from_str fails (OSS-FUZZ 34988)
+	  (RR 911) (Elliott Sales de Andrade)
+	* Cleanup, standardize and create starting corpora for all of the fuzzers.
+	  (RR 920) (Gary Kramlich)
+	* Port purple_str_to_time to use a regular expression and add additional
+	  unit tests for it. (RR 923) (Gary Kramlich)
+
 version 2.14.6 (07/08/2021):
 	General:
 	* Update references to point to our current websites. (RR 766) (Gary
--- a/ChangeLog.API	Thu Sep 16 21:11:59 2021 -0500
+++ b/ChangeLog.API	Thu Sep 16 21:14:00 2021 -0500
@@ -1,5 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.14.7:
+	* No changes
+
 version 2.14.6:
 	* No changes
 
--- a/configure.ac	Thu Sep 16 21:11:59 2021 -0500
+++ b/configure.ac	Thu Sep 16 21:14:00 2021 -0500
@@ -24,7 +24,7 @@
 m4_define([purple_lt_current], [14])
 m4_define([purple_major_version], [2])
 m4_define([purple_minor_version], [14])
-m4_define([purple_micro_version], [6])
+m4_define([purple_micro_version], [7])
 m4_define([purple_version_suffix], [])
 m4_define([purple_version],
           [purple_major_version.purple_minor_version.purple_micro_version])

mercurial