2.2.98 LIBSOUP_2_2_98
authorDan Winship <danw@src.gnome.org>
Mon, 20 Nov 2006 21:52:58 +0000 (21:52 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 20 Nov 2006 21:52:58 +0000 (21:52 +0000)
* configure.in: 2.2.98

* NEWS: update

ChangeLog
NEWS
configure.in

index 7d6bbd8..76e0122 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-11-20  Dan Winship  <danw@novell.com>
 
+       * configure.in: 2.2.98
+
+       * NEWS: update
+
+2006-11-20  Dan Winship  <danw@novell.com>
+
        Patch from Andrew W. Nosenko:
 
        * libsoup/soup-message-client-io.c (parse_response_headers): Avoid
diff --git a/NEWS b/NEWS
index c3295d0..4460804 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in libsoup from 2.2.97 to 2.2.98:
+
+       * The XML-RPC code now correctly interprets <value>foo</value>
+         as meaning the same thing as
+         <value><string>foo</string></value>. [364490] Pointed out by
+         Todd Kulesza.
+
+       * Memory leak fixes from Andrew W. Nosenko.
+
+       * A few symbols that should have been static before now are.
+         [376387] Patch from Matthias Clasen.
+
 Changes in libsoup from 2.2.96 to 2.2.97:
 
        * Fixed SOAP and XML-RPC code to handle whitespace and
index eaf52a3..66754a0 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.97)
+AC_INIT(libsoup, 2.2.98)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)