[libsoup/gnome-3-14] 2.48.1



commit 08b6c8f3f0305e7993a7470b97e03c7f571b51af
Author: Dan Winship <danw gnome org>
Date:   Sun Dec 7 16:00:16 2014 +0100

    2.48.1

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 22bcd28..1a49e8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Changes in libsoup from 2.48.0 to 2.48.1:
+
+       * Fixed a bug in the SoupMessage:event signal that broke
+         evolution's ability to connect to https hosts with "bad"
+         certificates. [#739951, Dan Winship]
+
+       * Fixed a case where the async codepaths could potentially
+          block on a synchronous write [#727138, Dan Winship]
+
+       * Fixed the symbol soup_server_set_ssl_cert_file() to get
+          exported, and added soup_server_get_uris() to the
+          documentation. [Tristan Van Berkom]
+
+       * Improved a bunch of introspection annotations [#729987, Evan
+          Nemerson]
+
+       * Clarified some documentation. [Tristan Van Berkom, Dan
+          Winship]
+
+       * Fixed Windows build, twice [#738003, Kouhei Sutou, and
+          #738551, Kalev Lember].
+
+       * Updated translations:
+         Bengali (Indian), Chinese (Traditional), Italian, Latvian,
+         Serbian, Telugu, Ukranian
+
 Changes in libsoup from 2.47.92 to 2.48.0:
 
        * Updated translations:
diff --git a/configure.ac b/configure.ac
index 29b00fa..449f882 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [48])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_version], [1])
 
 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]