2.2.99 LIBSOUP_2_2_99
authorDan Winship <danw@src.gnome.org>
Mon, 8 Jan 2007 21:20:07 +0000 (21:20 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 8 Jan 2007 21:20:07 +0000 (21:20 +0000)
        * configure.in: 2.2.99

        * NEWS: update

svn path=/trunk/; revision=906

ChangeLog
NEWS
configure.in

index 7937ce0..1d0f880 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-08  Dan Winship  <danw@novell.com>
+
+       * configure.in: 2.2.99
+
+       * NEWS: update
+
 2007-01-06  Dan Winship  <danw@novell.com>
 
        * libsoup/soup-headers.c (soup_headers_parse): Rewrite this to be
diff --git a/NEWS b/NEWS
index 4460804..fe6d934 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.2.98 to 2.2.99:
+
+       * Fixed header parsing, including a crash in SoupServer with
+          certain malformed requests [391970].
+
+       * Fixed redirection to other hosts with SoupSessionAsync.
+          [382251]
+
+       * Fixed a small memory leak pointed out by Chris Austin.
+
 Changes in libsoup from 2.2.97 to 2.2.98:
 
        * The XML-RPC code now correctly interprets <value>foo</value>
index 66754a0..6d0e254 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.98)
+AC_INIT(libsoup, 2.2.99)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)