pidgin/old.pidgin.im

Parents 971fa9f4c219
Children 26d3c0d94d62
Update the old website so the release notification plugin with work
--- a/htdocs/ChangeLog Wed Jan 08 19:39:12 2020 -0600
+++ b/htdocs/ChangeLog Tue Apr 06 14:34:42 2021 -0500
@@ -1,5 +1,75 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.14.2 (04/01/2021):
+ * Fix a build issue when compiling with gstreamer but without voice and
+ video. (RR #25)
+ * Enable cyrus-sasl by default. (RR #26)
+ * Fix an issue with opening link in Firefox. (RR #503) (PIDGIN-16589)
+ * Fix a regression from 2.14.0 where extra whitespace would be displayed
+ when pasting <p> elements from HTML. (RR #504) (PIDGIN-17437)
+ * Require Python 3 for generating the D-Bus bindings. (RR #550)
+ * Fix an issue where pasting <hr>'s and other HTML elements would
+ eventually lead to a crash. (RR #514) (PIDGIN-17446)
+
+version 2.14.1 (11/06/2020):
+ * Fixed issues with Windows installer that always thought Pidgin was
+ running. (Eion Robb)
+ * Fixed an issue where the Windows installer was not using Unicode while
+ doing checksums which made it fail. (Eion Robb)
+ * Fixed an issue in the released source code that caused the Mercurial
+ revision in the About box to be "unknown". (Gary Kramlich)
+
+version 2.14.0 (10/06/2020):
+ General:
+ * Fixed a memory leak in search results. (#17292 PR #320 David Woodhouse)
+ * Support SNI with GNUTLS. (#17300 tiagosalem) (PR #659 Mihai Moldovan)
+ * Add additional error handling to NSS and GNUTLS. (PR #679 Samuel Thibault)
+
+ libpurple:
+ * Add invisible buddy support to support presence/name/photos for non
+ buddies. (#17295 PR 321 David Woodhouse)
+ * Make purple-remote compatible with both Python 2 and Python 3. (Jan
+ Synacek of RedHat)
+ * Fixed some leaky deprecation warnings. (PR #586 Gary Kramlich)
+ * Fixed HTML logs which were writing invalid HTML. (#17280 stars PR #312
+ Daniel Kamil Kozar)
+ * Fixed a use after free in purple_smiley_set_data_impl. (PR #694 Gary
+ Kramlich)
+ * Added the chat_send_file ability to protocol plugins. (PR #701 David
+ Woodhouse)
+
+ Pidgin:
+ * Treat <p> tags as line breaks when pasting. (PR #678 Colin Xu)
+ * Reverted Ticket #17232/PR #695. It caused more harm than good and a new
+ solution needs to be found. (PR #695 Gary Kramlich)
+
+ Bonjour:
+ * Always use port fallback for IPv4 addresses. (PR #382 Michael Osborne)
+
+ XMPP:
+ * Support for XEP-0198 Stream Management (PR #309 defanor)
+ * Decrease delay for file transfer using streamhosts (PR #464 #627 Evert
+ Mouw)
+
+ Voice & Video:
+ * Improve webcam failure handling. (PR #322 David Woodhouse)
+ * Show error when creating media pipeline fails. (#17290 PR 322 David
+ Woodhouse)
+ * Clip audio level reporting. (#14426 PR #322 David Woodhouse)
+ * Keep track of devices managed by GstDeviceMonitor. (PR #322 David
+ Woodhouse)
+ * Ignore PulseAudio monitors. (PR #322 David Woodhouse)
+ * Backport native Voice & Video prefs from 3.0. (PR #322 David Woodhouse)
+ * Fixed building against GStreamer 0.10 (PR #325 David Woodhouse)
+ * Fixed initial delay on incoming audio (PR #379 David Woodhouse)
+ * Properly cleanup timeouts. (PR #383 Jakub Adam)
+ * Added an audio mixer so mixed sources don't cause a pipe failure. (PR #522
+ Fabrice Bellet)
+ * Added screen share support for Wayland via XDP Portal. (PR #337 David
+ Woodhouse)
+ * Handle unplug and replug events of selected media device. (PR #699 David
+ Woodhouse)
+
version 2.13.0 (03/08/2018):
libpurple:
* Unified string comparison. (PR #186) (Arkadiy Illarionov)
--- a/inc/version.inc Wed Jan 08 19:39:12 2020 -0600
+++ b/inc/version.inc Tue Apr 06 14:34:42 2021 -0500
@@ -1,8 +1,8 @@
<?php
// Current Pidgin Release
-$pidgin_version = "2.13.0";
+$pidgin_version = "2.14.2";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.13.0";
+$pidgin_win32_version = "2.14.1";