summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-09-16 16:36:19 +0000
committerDan Winship <danw@src.gnome.org>2008-09-16 16:36:19 +0000
commit1431b0adc41c7fec55c1aeeb66877f019cd6b095 (patch)
treed58f0071813cfafd7d94ecff4a515936f92436d6
parent08eb1e0b1c838ee6adac7c0751c0ee5adf5f009f (diff)
downloadlibsoup-1431b0adc41c7fec55c1aeeb66877f019cd6b095.tar.gz
2.23.92 (belated; I apparently forgot to commit this after distingLIBSOUP_2_23_92
2.23.92 (belated; I apparently forgot to commit this after disting 2.23.92) svn path=/trunk/; revision=1159
-rw-r--r--ChangeLog6
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fb16a9e..4e182edf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-08 Dan Winship <danw@gnome.org>
+
+ * configure.in: 2.23.92
+
+ * NEWS: update
+
2008-09-07 Dan Winship <danw@gnome.org>
* libsoup/soup-session.c (redirect_handler): a 302 response to
diff --git a/NEWS b/NEWS
index 5ed67d57..bba5dfc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.23.91 to 2.23.92:
+
+ * Fixed the handling of a 302 response to a HEAD request,
+ which should NOT be treated like a 303 response. [#551190,
+ Jonathan Matthew]
+
Changes in libsoup from 2.23.6 to 2.23.91:
* Fixed a crash in gvfs [#528882], though there is still an
diff --git a/configure.in b/configure.in
index f3417aa1..1e46309a 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.23.91)
+AC_INIT(libsoup, 2.23.92)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)