pidgin/old.pidgin.im

cfca5f9d33f6
Parents 93b9e4e519a6
Children af2d360d0740
Update the version and ChangeLog for 2.14.9
--- a/htdocs/ChangeLog Thu Sep 16 22:54:24 2021 -0500
+++ b/htdocs/ChangeLog Thu Apr 28 19:21:10 2022 -0500
@@ -1,5 +1,66 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+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)
+ * 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)
+
+ 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)
+ * Fix file transfers failing at 99% on IRC. (PIDGIN-15893) (RR 1385) (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:
+ * Fix a regression in purple_str_to_time. (PIDGIN-17552) (RR 931) (Gary
+ Kramlich)
+
+ XMPP:
+ * Fix a double free in jabber/message.c. (PIDGIN-17547) (RR 932) (Gary
+ Kramlich, pv32768)
+
+ Pidgin:
+ * Fix the link to the support mailing list archive in the About Dialog.
+ (RR 929) (Gary Kramlich)
+
version 2.14.7 (09/16/2021):
libpurple:
* Fix leak in purple_markup_find_tag on error. (OSS-FUZZ 35816) (RR 924)
--- a/inc/version.inc Thu Sep 16 22:54:24 2021 -0500
+++ b/inc/version.inc Thu Apr 28 19:21:10 2022 -0500
@@ -1,8 +1,8 @@
<?php
// Current Pidgin Release
-$pidgin_version = "2.14.7";
+$pidgin_version = "2.14.9";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.14.7";
+$pidgin_win32_version = "2.14.9";