summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2009-01-12 22:43:12 +0000
committerDan Winship <danw@src.gnome.org>2009-01-12 22:43:12 +0000
commitbb64972f9d2c66f11e9c8731c25bf2f53507f5a0 (patch)
treed870675ce21e01cbf658b25c90e34ae2a81f61a6
parent7546746140fe24d04c292c85d27ac41ef872ca5e (diff)
downloadlibsoup-gnome-2-24.tar.gz
* configure.in: 2.24.3 * NEWS: Update svn path=/branches/gnome-2-24/; revision=1229
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--configure.in2
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2f4e957..b8230344 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-01-12 Dan Winship <danw@gnome.org>
+ * configure.in: 2.24.3
+
+ * NEWS: Update
+
+2009-01-12 Dan Winship <danw@gnome.org>
+
* libsoup/soup-cookie-jar.c (request_started): Don't pass NULL to
soup_message_headers_replace(), call soup_message_headers_remove()
if there are no cookies. Likely fix for webkit bug #23240.
diff --git a/NEWS b/NEWS
index 9da12bb3..57912ed5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.24.2.1 to 2.24.3:
+
+ * Fixed SoupCookieJar to not send "Cookie: (null)", which is
+ (a) wrong, and (b) confusing to some servers.
+ [bugs.webkit.org #23240]
+
+ * Fixed soup_form_decode() to correctly handle forms with
+ URI-encoded parameter names. [#563302, Evan Nemerson]
+
+ * Fixed SoupSession to use Digest auth when both Digest and
+ Basic are available. (It was mistakenly comparing the
+ strengths backwards before, choosing the weakest-available
+ auth instead of the strongest.) [#562339, Pontus Oldberg]
+
+ * Fixed a bug in the Client How-To docs. [#562411, Andreas
+ Bruse]
+
Changes in libsoup from 2.24.1 to 2.24.2.1:
* Fixed two bugs and a memory leak in cookie handling
diff --git a/configure.in b/configure.in
index 99ace452..e1902097 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.2.1)
+AC_INIT(libsoup, 2.24.3)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)