[libsoup] 2.55.90
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.55.90
- Date: Mon, 15 Aug 2016 22:06:19 +0000 (UTC)
commit da03a1ec141ab034eb961817ff83cb63bea75a46
Author: Dan Winship <danw gnome org>
Date: Mon Aug 15 18:02:27 2016 -0400
2.55.90
NEWS | 30 ++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b8a40a8..980fe76 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 9544443..dbc188a 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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]