summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2007-01-08 21:20:07 +0000
committerDan Winship <danw@src.gnome.org>2007-01-08 21:20:07 +0000
commitf5f56c38db5a3918e9d7f4157b37ecda97b89bfd (patch)
treefc783c0a5653b1418a11f70a512d520a09fe947d
parent536d7139dedeb86cfe19fe1b5de4ab240aae0c06 (diff)
downloadlibsoup-LIBSOUP_2_2_99.tar.gz
* configure.in: 2.2.99 * NEWS: update svn path=/trunk/; revision=906
-rw-r--r--ChangeLog6
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7937ce06..1d0f8806 100644
--- 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 4460804c..fe6d9346 100644
--- 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>
diff --git a/configure.in b/configure.in
index 66754a01..6d0e2543 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.2.98)
+AC_INIT(libsoup, 2.2.99)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)