[libsoup] 2.49.1



commit b8a63645824c9c8000ccbeae47cfcd8c03c4628c
Author: Dan Winship <danw gnome org>
Date:   Mon Nov 24 18:31:48 2014 -0500

    2.49.1

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 22bcd28..81a3005 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Changes in libsoup from 2.48.0 to 2.49.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..eb3e29c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [48])
-m4_define([soup_micro_version], [0])
+m4_define([soup_minor_version], [49])
+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]