summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-11-24 18:31:48 -0500
committerDan Winship <danw@gnome.org>2014-11-24 18:31:48 -0500
commitb8a63645824c9c8000ccbeae47cfcd8c03c4628c (patch)
tree5d4887ea9440a85b0a3290f806b508fccb992019
parentc8ff05b7308818b914ab7738fdaf3dbf5fa11e16 (diff)
downloadlibsoup-b8a63645824c9c8000ccbeae47cfcd8c03c4628c.tar.gz
2.49.12.49.1
-rw-r--r--NEWS26
-rw-r--r--configure.ac4
2 files changed, 28 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 22bcd281..81a3005f 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 29b00fa5..eb3e29cc 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])