2.33.5 LIBSOUP_2_33_5
authorDan Winship <danw@gnome.org>
Mon, 10 Jan 2011 22:54:33 +0000 (17:54 -0500)
committerDan Winship <danw@gnome.org>
Mon, 10 Jan 2011 22:54:33 +0000 (17:54 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index dee6b0d..623d2d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.33.4 to 2.33.5:
+
+       * Fixed certain cases of soup_session_cancel_message() with
+         SoupSessionSync that could previously cause warnings or
+         crashes. [#637741]
+
 Changes in libsoup from 2.32.2 to 2.33.4:
 
        * SoupSocket now uses GSocketConnection and GTlsConnection
index 064c577..7bacd49 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.33.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.33.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])