pidgin/nest

f327239f6bcc
Parents 54caf026d2f4
Children 396d15623330
Update everything for the 2.14.0 release
--- a/hugo/content/development/building/2.x.y/windows.md Thu Mar 12 21:22:16 2020 -0500
+++ b/hugo/content/development/building/2.x.y/windows.md Wed Jun 10 06:06:13 2020 -0500
@@ -70,7 +70,7 @@
```plain
pidgin-dev/
-├── pidgin-2.13.0
+├── pidgin-2.14.0
└── win32-dev
```
--- a/hugo/content/install/_index.md Thu Mar 12 21:22:16 2020 -0500
+++ b/hugo/content/install/_index.md Wed Jun 10 06:06:13 2020 -0500
@@ -23,14 +23,14 @@
## Windows
-[![](/images/download.png)](http://sourceforge.net/projects/pidgin/files/Pidgin/2.13.0/pidgin-2.13.0.exe/download?accel_key=62%3Aa4c0d8b6-1952-11e9-abae-525400fc71c5&click_id=a4c154bc-1952-11e9-abae-525400fc71c5&source=accel)
+[![](/images/download.png)](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.0/pidgin-2.14.0.exe/download)
This version of Pidgin downloads an appropriate version of GTK. GTK is now
installed locally for Pidgin, and not system-wide, thus Pidgin will not
interfere with other GTK apps on your system.
If you would like to have GTK included in the installer, we have an [offline
-installer](https://sourceforge.net/projects/pidgin/files/Pidgin/2.13.0/pidgin-2.13.0-offline.exe/download)
+installer](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.0/pidgin-2.14.0-offline.exe/download)
that bundles everything except spell-checking dictionaries.
## Linux
@@ -75,9 +75,9 @@
## Source
-[![](/images/download.png)](https://sourceforge.net/projects/pidgin/files/Pidgin/2.13.0/pidgin-2.13.0.tar.bz2/download?accel_key=62%3Abd2389f8-1952-11e9-9fd1-5254004ddb8f&click_id=bd238c5a-1952-11e9-9fd1-5254004ddb8f&source=accel)
+[![](/images/download.png)](https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.0/pidgin-2.14.0.tar.bz2/download)
-This download is for the source code of Pidgin 2.13.0.
+This download is for the source code of Pidgin 2.14.0.
If you want to **use** Pidgin, you should either download and use our Windows
installer or look for pre-built packages from your operating system
--- a/hugo/static/ChangeLog Thu Mar 12 21:22:16 2020 -0500
+++ b/hugo/static/ChangeLog Wed Jun 10 06:06:13 2020 -0500
@@ -1,5 +1,56 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+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 user 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 againstg 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)