changelog
- Sun, 19 Jun 2016 00:12:16 -0500
- by Gary Kramlich <grim@reaperworld.com> [Sun, 19 Jun 2016 00:12:16 -0500] rev 37801
- Merge in the oscar string updates
- Sat, 18 Jun 2016 23:40:50 -0500
- by Gary Kramlich <grim@reaperworld.com> [Sat, 18 Jun 2016 23:40:50 -0500] rev 37800
- remove devel from the version for release
- Sun, 19 Jun 2016 00:07:18 -0500
- by Richard Laager <rlaager@pidgin.im> [Sun, 19 Jun 2016 00:07:18 -0500] rev 37799
- Cleanup AIM/ICQ authentication descriptions
- Sun, 19 Jun 2016 01:08:36 -0300
- by dx <dx@dxzone.com.ar> [Sun, 19 Jun 2016 01:08:36 -0300] rev 37798
- media: Fix gstreamer 0.10 compat (gst_registry_get() is missing there)
So this replaces it with gst_registry_get_default()
- Sat, 18 Jun 2016 21:09:49 -0500
- by Gary Kramlich <grim@reaperworld.com> [Sat, 18 Jun 2016 21:09:49 -0500] rev 37797
- Merged in xhaakon/pidgin/release-2.x.y (pull request #81)
Backport of my patches from Pidgin 3.0
- Fri, 10 Jun 2016 18:22:28 +0200
- by Jakub Adam <jakub.adam@ktknet.cz> [Fri, 10 Jun 2016 18:22:28 +0200] rev 37796
- mediamanager: fix invalid access to freed PurpleMediaAppDataInfo
appsrc_destroyed() and appsink_destroyed() may have read from/written to
appdata info after it had been freed. Reported by Valgrind.
Backport of Pidgin 3 commit 76f0178e3479.
- Fri, 10 Jun 2016 16:47:02 +0200
- by Jakub Adam <jakub.adam@ktknet.cz> [Fri, 10 Jun 2016 16:47:02 +0200] rev 37795
- mediamanager: fix invalid memory read
Loop was accessing 'next' pointer in already deallocated GList item.
Reported by Valgrind.
Backport of Pidgin 3 commit 457ce85caedc.
- Mon, 16 May 2016 14:52:58 +0200
- by Jakub Adam <jakub.adam@ktknet.cz> [Mon, 16 May 2016 14:52:58 +0200] rev 37794
- media: don't let Farstream use VA-API elements
Video Acceleration API isn't well supported in Farstream and produces
errors during video calls, however a high Rank of vaapi GStreamer
elements causes them to be picked as preferred video encoders and
decoders when available in the system.
For now, set the rank of all elements from vaapi plugin to NONE, so that
they are ignored.
Backport of Pidgin 3 commit 1e3a33f69fab.
- Fri, 17 Jun 2016 07:11:46 +0200
- by Jakub Adam <jakub.adam@ktknet.cz> [Fri, 17 Jun 2016 07:11:46 +0200] rev 37793
- gtkxfer: add 'file://' scheme to purple_notify_uri() argument
The argument should be a URI, so make sure what we pass is one.
Not doing so causes trouble when the filename contains spaces or special
characters which may get escaped:
'/tmp/some file.txt' turns into '/tmp/some%20file.txt' which for example
xdg-open treats as a different and likely non-existent file.
'file:///tmp/some%20file.txt' is still a valid file URI though.
Backport of Pidgin 3 commits d9798c40b7ec and 9ab6c9a03ae5.
- Sat, 18 Jun 2016 22:33:30 -0300
- by dx <dx@dxzone.com.ar> [Sat, 18 Jun 2016 22:33:30 -0300] rev 37792
- ca-certs: Temporarily remove release prep targets