diff options
author | nia <nia@pkgsrc.org> | 2020-06-12 11:40:18 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-06-12 11:40:18 +0000 |
commit | 21dbb2ee8d0f4ca64a60f8463a347fdcff5db04b (patch) | |
tree | 1accf1c83e496c6ccc5c492c74a5ab6a75d6e6fd /chat/pidgin-silc | |
parent | e056a7072183500ef7d37911376003f964b1c75f (diff) | |
download | pkgsrc-21dbb2ee8d0f4ca64a60f8463a347fdcff5db04b.tar.gz |
pidgin: Update to 2.14.1
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)
Diffstat (limited to 'chat/pidgin-silc')
-rw-r--r-- | chat/pidgin-silc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile index a3eced26b5d..c84d06ee61e 100644 --- a/chat/pidgin-silc/Makefile +++ b/chat/pidgin-silc/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2020/06/02 08:23:20 adam Exp $ +# $NetBSD: Makefile,v 1.57 2020/06/12 11:40:19 nia Exp $ PKGNAME= pidgin-silc-${PIDGIN_VERSION} -PKGREVISION= 5 COMMENT= SILC plugin for the Pidgin instant messenger |