# HG changeset patch # User Gary Kramlich # Date 1651183015 18000 # Node ID f729a2939e033edbbe1c59f038f6f59749aca68a # Parent 0c87a5831aa32a782435ed29afc93eb5aac3eaa6 Add a few more things to the ChangeLog and set the version number Testing Done: ran `make distcheck` Reviewed at https://reviews.imfreedom.org/r/1404/ diff -r 0c87a5831aa3 -r f729a2939e03 ChangeLog --- a/ChangeLog Thu Apr 28 04:50:20 2022 -0500 +++ b/ChangeLog Thu Apr 28 16:56:55 2022 -0500 @@ -1,34 +1,52 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.14.9 (??/??/????): - General: +version 2.14.9 (04/28/2022): + Security: + * Remove _xmppconnect support. (RR 1357) (CVE-2022-26491) (Gary Kramlich) + + libpurple: * Fix a GLib CRITICAL message with typing time outs. (RR 1123) (Mohammed Sadiq) * Fix an issue where the unit tests for purple_str_to_time would fail. (GENTOO-819774) (RR 1238) (Gary Kramlich) + + Pidgin: * Fix a memory leak in pidgin_conversations_set_tab_colors. (RR 1244) (ivanhoe) - * Fix a typo in the German translations. (PIDGIN-17575) (RR 1242) (ivanhoe) + * Fixed the majority of the infinite resizing issues in the input box. + (PIDGIN-16753, PIDGIN-16999, PIDGIN-17287, PIDGIN-17413, PIDGIN-17430, + PIDGIN-17568, PIDGIN-17602) (RR 1342) (Belgin Știrbu) + * Add transient-buddy back which is used to show some context menus and + other things. (PIDGIN-17523) (RR 1381) (Belgin Știrbu) + + Windows: * Fix the download of dictionaries in the Windows installer. (PIDGIN-14618, PIDGIN-15648, PIDGIN-15540, PIDGIN-14612, PIDGIN-14893) (RR 1303) (Gary Kramlich) - * Fix an issue with the CSeq numbers in SIMPLE. (PIDGIN-9675) (RR 1379) - (dohmniq) + + Translations: + * Fix a typo in the German translations. (PIDGIN-17575) (RR 1242) (ivanhoe) + * Synced all of the translations with Transifex. + + IRC: * Fix IRC file transfers on Windows. (PIDGIN-17175) (RR 1382) (Belgin Știrbu) - * Add transient-buddy back which is used to show some context menus and - other things. (PIDGIN-17523) (RR 1381) (Belgin Știrbu) - * Fixed the majority of the infinite resizing issues in the input box. - (PIDGIN-16753, PIDGIN-16999, PIDGIN-17287, PIDGIN-17413, PIDGIN-17430, - PIDGIN-17568, PIDGIN-17602) (RR 1342) (Belgin Știrbu) * Fix file transfers failing at 99% on IRC. (PIDGIN-15893) (RR 1385) (Belgin Știrbu) - * Fix XMPP attention messages being sent to incorrect JIDs. (PIDGIN-14714) - (RR 1387) (itsnotabigtruck, Belgin Știrbu) * Default realname and ident name in IRC to the username (nickname) of the account. (PIDGIN-17610) (RR 1386) (Belgin Știrbu) * Add an advanced account option to IRC accounts for explicitly setting the SASL login name. (PIDGIN-15451) (RR 1388) (Belgin Știrbu) + * Added a rate limiter that should make it impossible to excess flood. + (RR 1391) (Gary Kramlich) + + SIMPLE: + * Fix an issue with the CSeq numbers in SIMPLE. (PIDGIN-9675) (RR 1379) + (dohmniq) + + XMPP: + * Fix XMPP attention messages being sent to incorrect JIDs. (PIDGIN-14714) + (RR 1387) (itsnotabigtruck, Belgin Știrbu) version 2.14.8 (10/14/2021): libpurple: diff -r 0c87a5831aa3 -r f729a2939e03 configure.ac --- a/configure.ac Thu Apr 28 04:50:20 2022 -0500 +++ b/configure.ac Thu Apr 28 16:56:55 2022 -0500 @@ -25,7 +25,7 @@ m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [14]) m4_define([purple_micro_version], [9]) -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]))