diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 57 |
1 files changed, 57 insertions, 0 deletions
@@ -52,6 +52,63 @@ Internal changes: • Remove regression tests for obsolete APIs to reduce delta between 0.20 and 1.0 branches (Simon, Guillaume) +telepathy-gabble 0.18.4 (2016-11-15) +==================================== + +The "crawling" release. + +Fixes: + +• Update wocky + · Use SoupSession instead of SoupSessionAsync to fix + function deprecation errors (fd.o #96383, Diane Trout) + · Replaced deprecated usage of gnutls_certificate_credentials + with gnutls_certificate_credentials_t (George Kiagiadakis) + · Updated CRL of the ssl-related unit tests to fix errors + when running the tests with the openssl backend, due to + the CRL being expired (fd.o #79548, Diane Trout) + · Renamed a unit test to avoid duplicate test names, which + is an error in recent GLib versions (Diane Trout) + · Removed WockyHttpProxy in favour of GIO http proxy, + fixing a failing unit test (fd.o #94031, George Kiagiadakis) + · Bumped GLib dependency to 2.44 for using the GIO + http proxy (George Kiagiadakis) + · Fixed a race condition in the wocky-connector-test (George + Kiagiadakis) + +• Replaced deprecated _BSD_SOURCE with _DEFAULT_SOURCE + to fix compilation with recent glibc (Diane Trout) + +• Make XEP-0030 disco#info query advertise the disco#info feature + (fd.o #98127, Maxime Buquet) + +telepathy-gabble 0.18.3 (2014-05-07) +==================================== + +Fixes: + +• fd.o #76465: fix a crash in Jingle (Guillaume) + +telepathy-gabble 0.18.2 (2014-03-20) +==================================== + +The “mithril boxing gloves” release. + +Fixes: + +• update Wocky: + · don't try to cancel a source ID twice, which issues a critical warning + in GLib 2.39 + · fix failure to build with recent (Markdown-based) gtk-doc + +• plugin loader: don't crash if g_dir_open() fails twice (fd.o #66085, Will) + +• fix a crash in 1-1 Tubes on 64-bit machines (fd.o #70038, Guillaume) + +• fix enum cast warnings under clang (fd.o #70038, Guillaume) + +• add a regression test for fd.o #68829 (Simon) + telepathy-gabble 0.18.1 (2013-09-06) ==================================== |