* 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
2007-02-12 Dan Winship <danw@novell.com>
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
* 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
+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
Changes in libsoup from 2.2.98 to 2.2.99:
* Fixed header parsing, including a crash in SoupServer with
dnl *******************************************
AC_PREREQ(2.53)
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)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)