summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-11-29 18:01:58 -0500
committerDan Winship <danw@gnome.org>2010-11-29 18:01:58 -0500
commite270b7813f96896229bc12e17d1c59f0deb55be4 (patch)
tree1d436c9c9e7c86aa553fa42f35feded532860709
parent81664255ad6c3dc09a74695bc863b8903f0a15ca (diff)
downloadlibsoup-gnome-2-32.tar.gz
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 43d2918f..98f41763 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in libsoup from 2.32.1 to 2.32.2:
+
+ * Fixed a regression in 2.32.0 that caused evolution-exchange
+ to get stuck and stop updating. [#634422]
+
+ * Fixed a regression in 2.32.0 with apps using asynchronous
+ sessions from multiple threads (in particular, gupnp)
+ [#635101]
+
+ * Fixed the regression test for #631525 to not cause spurious
+ "make check" failures on some machines.
+
Changes in libsoup from 2.32.0 to 2.32.1:
* Fixed a regression in 2.32.0 with the use of persistent
diff --git a/configure.ac b/configure.ac
index 078cccaa..1819a5c3 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.32.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.32.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])