From 3a168af9d3a316c310024fb0ed9e5df7c4fe345e Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 2 Jun 2022 21:06:26 -0500 Subject: Prepare for the 2.14.10 release Testing Done: Ran `codespell` and `make distcheck` Reviewed at https://reviews.imfreedom.org/r/1489/ --- ChangeLog | 7 ++++++- configure.ac | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1cfe50644..589cac52c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.14.10 (??/??/????): +version 2.14.10 (06/02/2022): General: * Audit and correct the COPYRIGHT file. (RR 1425) (Richard Laager) * Fix a spelling error in a debug message for proxies. (RR 1426) (Richard @@ -13,6 +13,9 @@ version 2.14.10 (??/??/????): * Modernize the appdata file. (RR 1431) (Richard Laager) * Make privacy settings persist. (PIDGIN-17137) (RR 1463) (Belgin Știrbu) + Pidgin: + * Fix a use after free that was introduced in 2.14.9. (RR 1488) (ivanhoe) + IRC: * Fix a crash if the server sends a short form JOIN message. (PIDGIN-17375) (RR 1484) (Belgin Știrbu) @@ -26,6 +29,8 @@ version 2.14.10 (??/??/????): Știrbu) * Fix updating custom smileys. (PIDGIN-17153) (RR 1477) (Belgin Știrbu) * Fix unblocking users. (PIDGIN-16414) (RR 1479) (Belgin Știrbu) + * Fix a crash when cancelling a file transfer. (PIDGIN-17189) (RR 1485) + (Belgin Știrbu) version 2.14.9 (04/28/2022): Security: diff --git a/configure.ac b/configure.ac index b337ac1a65..ad434db2ba 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ m4_define([purple_lt_current], [14]) m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [14]) m4_define([purple_micro_version], [10]) -m4_define([purple_version_suffix], [dev]) +m4_define([purple_version_suffix], []) m4_define([purple_version], [purple_major_version.purple_minor_version.purple_micro_version]) m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix])) -- cgit v1.2.1