Fixed soup_headers_parse_status_line() so WebDAV response parsing will LIBSOUP_2_2_100 SOUP_2_2_100
authorDan Winship <danw@src.gnome.org>
Mon, 12 Feb 2007 15:35:04 +0000 (15:35 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 12 Feb 2007 15:35:04 +0000 (15:35 +0000)
* Fixed soup_headers_parse_status_line() so WebDAV response
          parsing will work again. [406997]

* Fixed a bug in the header-parsing regression test that
          caused the test to fail sometimes, even though the actual
          header-parsing code was fine.

svn path=/trunk/; revision=910

ChangeLog
NEWS
configure.in

index 5530631..d8711e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-02-12  Dan Winship  <danw@novell.com>
 
+       * configure.in: 2.2.100
+
+2007-02-12  Dan Winship  <danw@novell.com>
+
        * libsoup/soup-headers.c (soup_headers_parse_status_line): Fix
        this to handle "\0"-terminated status lines (eg, from WebDAV
        responses), like the docs say it does. #406997
diff --git a/NEWS b/NEWS
index fe6d934..4956407 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in libsoup from 2.2.99 to 2.2.100:
+
+       * Fixed soup_headers_parse_status_line() so WebDAV response
+          parsing will work again. [406997]
+
+       * Fixed a bug in the header-parsing regression test that
+          caused the test to fail sometimes, even though the actual
+          header-parsing code was fine.
+
 Changes in libsoup from 2.2.98 to 2.2.99:
 
        * Fixed header parsing, including a crash in SoupServer with
index 6d0e254..5e0f92f 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.99)
+AC_INIT(libsoup, 2.2.100)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)