summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2016-08-15 18:02:27 -0400
committerDan Winship <danw@gnome.org>2016-08-15 18:02:27 -0400
commitda03a1ec141ab034eb961817ff83cb63bea75a46 (patch)
treec94192df7e79f30ec7ec5eb7baa8cebd820e3d7f
parentdaeb4d56afb9062be03a17c2febe26aaeac616f8 (diff)
downloadlibsoup-da03a1ec141ab034eb961817ff83cb63bea75a46.tar.gz
2.55.902.55.90
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b8a40a81..980fe762 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Changes in libsoup from 2.54.1 to 2.55.90:
+
+ * Removed support for SSLv3 fallback; sites that reject TLS
+ 1.x handshakes will now just fail with an error. (Firefox
+ and Chrome have both already switched to this behavior.)
+ [#765940, Dan Winship]
+
+ * Fixed the parsing of <double>s in the new GVariant-based
+ XMLRPC code. [#767707, Dan Winship]
+
+ * Fixed soup_server_set_ssl_cert_file(), which was added in
+ 2.48 but didn't actually work... [patch on libsoup-list from
+ Sean DuBois]
+
+ * Added GObject properties to SoupLogger to make it
+ bindings-friendly. [#768053, Jonh Wendell]
+
+ * Fixed build error on FreeBSD [#765376, Ting-Wei Lan]
+
+ * Fixed build with certain new versions of glibc that define
+ "EOF" as a macro. [#768731, Philip Withnall]
+
+ * Updated m4/ax_code_coverage.m4 with support for lcov 1.12
+ [Philip Withnall]
+
+ * Updated po files for future gettext versions [Piotr Drąg]
+
+ * New/updated translations:
+ Occitan, Scottish Gaelic
+
Changes in libsoup from 2.54.0.1 to 2.54.1:
* *** IMPORTANT ***
diff --git a/configure.ac b/configure.ac
index 95444432..dbc188a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
m4_define([soup_major_version], [2])
m4_define([soup_minor_version], [55])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_version], [90])
AC_PREREQ(2.63)
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])