summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-07-09 21:20:26 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-07-09 21:20:26 +0300
commitfe084b7ef77184927e7740583a395eb5106f0151 (patch)
tree41cf1fff519e8dc2833067318c11cd9a291b81d5
parent712cce532db8b6bb8c52b693036bc4ad07d482e1 (diff)
NEWS for 0.18.4
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1163ef3e0..f375a69a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+telepathy-gabble 0.18.4 (UNRELEASED)
+====================================
+
+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)
+
telepathy-gabble 0.18.3 (2014-05-07)
====================================