summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-10-17 21:33:24 -0400
committerDan Winship <danw@gnome.org>2011-10-17 21:33:24 -0400
commit9a20991b2e38c25ab8dc783dc529de4fc36d4a58 (patch)
treec63ffc503bc72c80ab324e479a5b6922650c35a0
parent214ff779329703bbe150a1838b356c0e0efc7cbe (diff)
downloadlibsoup-gnome-3-2.tar.gz
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe6dbdbe..2dd8b87a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in libsoup from 2.36.0 to 2.36.1:
+
+ * Fixed a problem with connections being assigned to multiple
+ requests at once after a redirection [#651146, Sergio]
+
+ * Bumped the glib requirement to 2.30.0; although libsoup does
+ not use any new glib 2.30 APIs, there are several important
+ bugfixes in glib between 2.28 and 2.30 that libsoup needs.
+
Changes in libsoup from 2.35.92 to 2.36.0:
* Improvements to gtk-doc documentation. [Dan]
diff --git a/configure.ac b/configure.ac
index c7fc7a7d..4c916fe3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.36.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.36.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])