Bump version to 2.2.97. Bump AGE and CURRENT for addition of LIBSOUP_2_2_97
authorDan Winship <danw@src.gnome.org>
Mon, 6 Nov 2006 20:55:24 +0000 (20:55 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 6 Nov 2006 20:55:24 +0000 (20:55 +0000)
* configure.in: Bump version to 2.2.97. Bump AGE and CURRENT for
addition of soup_xml_real_node.

* NEWS: update

ChangeLog
NEWS
configure.in

index e3c70b8..7a0d0ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-11-06  Dan Winship  <danw@novell.com>
 
+       * configure.in: Bump version to 2.2.97. Bump AGE and CURRENT for
+       addition of soup_xml_real_node.
+
+       * NEWS: update
+
+2006-11-06  Dan Winship  <danw@novell.com>
+
        * libsoup/soup-misc.c (soup_xml_real_node): new method to find a
        "real" (ie, not comment or whitespace) xml node
 
diff --git a/NEWS b/NEWS
index a16b23a..c3295d0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in libsoup from 2.2.96 to 2.2.97:
+
+       * Fixed SOAP and XML-RPC code to handle whitespace and
+          comments in the XML better. (Based on a patch from Andrew W.
+          Nosenko.)
+
+       * Fixed lots of typecasting/constness warnings in the code
+          (mostly via a patch from Andrew W. Nosenko)
+
+       * Fixed build on Cygwin [321827]
+
+       * Fixed libsoup-2.2.pc fields [343340] and make it get
+          uninstalled correctly [356809]. (Mikhail Zabaluev and
+          Matthew Barnes)
+
+       * Fixed some small leaks in SoupServer pointed out by Paolo
+          Borelli. [351500]
+
 Changes in libsoup from 2.2.95.1 to 2.2.96:
 
        * SoupServer now works even if you don't explicitly set an
index 52a8af6..eaf52a3 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.96)
+AC_INIT(libsoup, 2.2.97)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
@@ -15,10 +15,10 @@ SOUP_API_VERSION=2.2
 AC_SUBST(SOUP_API_VERSION)
 
 # Increment on interface addition. Reset on removal.
-SOUP_AGE=4
+SOUP_AGE=5
 
 # Increment on interface add, remove, or change.
-SOUP_CURRENT=12
+SOUP_CURRENT=13
 
 # Increment on source change. Reset when CURRENT changes.
 SOUP_REVISION=0