From 172d78f04d8ae8ba3ee3c8174302f723178d22ee Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 21 Sep 2017 21:34:01 -0500 Subject: ChangeLog the fix for #16836. Fixes #16836 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb59a51b95..1893be808b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ version 2.12.1 (??/??/????): libpurple: * Unified string comparison. (PR #186) (Arkadiy Illarionov) + General: + * Fixed bashism in autotools. (#16836 lameventanas) (PR #267 Daniel Kamil Kozar) + XMPP: * Show XEP-0066 OOB URLs in any message, not just headlines -- cgit v1.2.1 From 785855509fa278c12192414e8b4f9397476e5d80 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 21 Sep 2017 21:42:25 -0500 Subject: ChangeLog the fix for #17200. Fixes #17200 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1893be808b..4db24f8dbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ version 2.12.1 (??/??/????): XMPP: * Show XEP-0066 OOB URLs in any message, not just headlines + * Fix a user after free (#17200 debarshiray) (PR #266 Ethan Blanton) IRC: * Fix "Registration timeout" on SASL auth with InspIRCd servers -- cgit v1.2.1 From 1bfa9971d18d083466ebecaf47c4284e46e24145 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 21 Sep 2017 22:22:04 -0500 Subject: ChangeLog the dark theme fixes from Alyssa Rosenzweig --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4db24f8dbc..178ab368f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,9 @@ version 2.12.1 (??/??/????): * Fix issues with plugins that modify outgoing messages (such as the custom PART/QUIT feature of the IRC More plugin) + Pidgin: + * Better support for dark themes. (Alyssa Rosenzweig and Gary Kramlich) + version 2.12.0 (03/09/2017): libpurple: * Fix an out of bounds memory write in purple_markup_unescape_entity. -- cgit v1.2.1 From 48414b384b20d26fde67106777fa377092d56db3 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 21 Sep 2017 22:28:07 -0500 Subject: Add the ticket number for the dark theme fixes. Fixes #12572 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 178ab368f0..47d72dec01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,7 +18,7 @@ version 2.12.1 (??/??/????): (such as the custom PART/QUIT feature of the IRC More plugin) Pidgin: - * Better support for dark themes. (Alyssa Rosenzweig and Gary Kramlich) + * Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich) version 2.12.0 (03/09/2017): libpurple: -- cgit v1.2.1 From 009b3a039a1be4449dbd5abc9fd12506a0b43758 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Mon, 25 Sep 2017 23:18:01 -0500 Subject: ChangeLog the pr and fix for ncurses 6.0 opaque structs. Fixes #16764 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47d72dec01..8c872dec2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ version 2.12.1 (??/??/????): libpurple: * Unified string comparison. (PR #186) (Arkadiy Illarionov) + libgnt: + * Fixed build against curses 6.0 with opaque structs set. (#16764 dimstar) + (PR #268 Daniel Kamil Kozar) + General: * Fixed bashism in autotools. (#16836 lameventanas) (PR #267 Daniel Kamil Kozar) -- cgit v1.2.1 From 39a7d888c733371a4706141c4f2ad3805381ff03 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 28 Sep 2017 20:32:31 -0500 Subject: ChangeLog PR #270 which fixes #16391 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c872dec2b..acba507671 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,7 @@ version 2.12.1 (??/??/????): Pidgin: * Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich) + * Fixed IPv6 links by not escaping []'s. (#16391 cyisfor) (PR #270 Daniel Kamil Kozar) version 2.12.0 (03/09/2017): libpurple: -- cgit v1.2.1 From 4e0d38dec2c9bd84cd88ff2039c93522af884974 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 28 Sep 2017 20:41:27 -0500 Subject: ChangeLog for PR #269 which fixes #16680 --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index acba507671..f07c908f85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,9 @@ version 2.12.1 (??/??/????): * Unified string comparison. (PR #186) (Arkadiy Illarionov) libgnt: - * Fixed build against curses 6.0 with opaque structs set. (#16764 dimstar) + * Fixed build against curses 6.0 with opaque structs set. (#16764 dimstar) (PR #268 Daniel Kamil Kozar) + * Fixed a crash when resizing the window. (#16680 marcus) (PR #269 Daniel Kamil Kozar) General: * Fixed bashism in autotools. (#16836 lameventanas) (PR #267 Daniel Kamil Kozar) @@ -23,7 +24,7 @@ version 2.12.1 (??/??/????): Pidgin: * Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich) - * Fixed IPv6 links by not escaping []'s. (#16391 cyisfor) (PR #270 Daniel Kamil Kozar) + * Fixed IPv6 links by not escaping []'s. (#16391 cyisfor) (PR #270 Daniel Kamil Kozar) version 2.12.0 (03/09/2017): libpurple: -- cgit v1.2.1 From 6b5e75dda5573d18af7b4df3edad8951536ca101 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 6 Oct 2017 22:30:02 +0100 Subject: Fix Finch search results display (#17238) --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f07c908f85..55fcc742f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,9 @@ version 2.12.1 (??/??/????): * Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich) * Fixed IPv6 links by not escaping []'s. (#16391 cyisfor) (PR #270 Daniel Kamil Kozar) + Finch: + * Fix handling of search results (#17238 David Woodhouse) + version 2.12.0 (03/09/2017): libpurple: * Fix an out of bounds memory write in purple_markup_unescape_entity. -- cgit v1.2.1 From ef510a34c83291c99e744896aa06805910b2bb80 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 19 Oct 2017 23:37:06 -0500 Subject: ChangeLog PR #276 and add David Woodhouse to the COPYRIGHT file --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 55fcc742f3..974a4cb891 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,7 @@ version 2.12.1 (??/??/????): Pidgin: * Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich) * Fixed IPv6 links by not escaping []'s. (#16391 cyisfor) (PR #270 Daniel Kamil Kozar) + * Only write buddy icons to the cache if they're not already cached. (PR #276 David Woodhouse) Finch: * Fix handling of search results (#17238 David Woodhouse) -- cgit v1.2.1 From eeb7e2ce538bb486e1f5222d838befae540d8872 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Thu, 19 Oct 2017 23:48:13 -0500 Subject: Bump the versions and update ChangeLog.API for the new API addition --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 974a4cb891..829d07ed9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.12.1 (??/??/????): +version 2.13.0 (??/??/????): libpurple: * Unified string comparison. (PR #186) (Arkadiy Illarionov) + * Properlly shell escape URI's when opening them. (PR #271 Daniel Kamil Kozar) libgnt: * Fixed build against curses 6.0 with opaque structs set. (#16764 dimstar) -- cgit v1.2.1