summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-10-20 20:40:45 +0000
committerDan Winship <danw@src.gnome.org>2008-10-20 20:40:45 +0000
commit96cab3f15d47fb19e2a192526ccfb5a5d6b42c33 (patch)
treee7ea0b989b1559e0763ea215c5a03abb5cda8a77
parent248196792a4b75f6941f347dac69df6851919155 (diff)
downloadlibsoup-96cab3f15d47fb19e2a192526ccfb5a5d6b42c33.tar.gz
* configure.in: 2.24.1 * NEWS: update svn path=/branches/gnome-2-24/; revision=1186
-rw-r--r--ChangeLog6
-rw-r--r--NEWS30
-rw-r--r--configure.in2
3 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 097d38b4..b177e58e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-10-20 Dan Winship <danw@gnome.org>
+ * configure.in: 2.24.1
+
+ * NEWS: update
+
+2008-10-20 Dan Winship <danw@gnome.org>
+
* tests/Makefile.am (INCLUDES): add SOUP_MAINTAINER_FLAGS here
too.
diff --git a/NEWS b/NEWS
index a9dedc80..21ce7c8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Changes in libsoup from 2.24.0.1 to 2.24.1:
+
+ * Fixed a crash when unreffing the session from a
+ soup_session_queue_message() callback [#533473], and added
+ regression test. In particular, this fixes a crash in
+ seahorse when trying to connect to a non-responsive
+ keyserver.
+
+ * Fixed an infinite loop when giving a bad password to a site
+ that uses non-standard capitalization in the
+ WWW-Authenticate header (eg, gmail.com) [#536285].
+
+ * Fixed a leak in SoupSessionAsync when using a non-default
+ GMainContext. [addendum to #498509, Arnout Vandecappelle]
+ Added additional code to the regression tests to make sure
+ sessions and servers do not get leaked.
+
+ * Fixed a leak in the XML-RPC code
+
+ * Compile fixes for "gcc -pedantic" [#553976, Sander Dijkhuis]
+ and -DG_DISABLE_DEPRECATED / -DG_DISABLE_SINGLE_INCLUDES
+ [#557072, Cosimo Cecchi]
+
+ * Patched xmlrpc-test to accept the incorrect response to
+ test_echo() that php-xmlrpc gives when it's built against
+ libxml2 >= 2.7.1 (qv http://bugs.php.net/45996), so that
+ I can "make distcheck"...
+
+ * Updated generated documentation
+
Changes in libsoup from 2.23.92 to 2.24.0.1:
* Reverted part of the fix for #528882, which caused the DAAP
diff --git a/configure.in b/configure.in
index 0e8bd36c..081db6df 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.24.0.1)
+AC_INIT(libsoup, 2.24.1)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)