bump version to 2.2.91. LIBSOUP_2_2_91
authorDan Winship <danw@src.gnome.org>
Fri, 3 Mar 2006 19:56:28 +0000 (19:56 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 3 Mar 2006 19:56:28 +0000 (19:56 +0000)
        * configure.in: bump version to 2.2.91.

        * NEWS: Update

ChangeLog
NEWS
configure.in

index 4677809..9801079 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-03-03  Dan Winship  <danw@novell.com>
 
+       * configure.in: bump version to 2.2.91.
+
+       * NEWS: Update
+
+2006-03-03  Dan Winship  <danw@novell.com>
+
        * libsoup/soup-dns.c (soup_dns_lookup_resolve_async): Take a
        GMainContext as well, and update the resolution code to dispatch
        each lookup result in the correct context.
diff --git a/NEWS b/NEWS
index 3619b16..7f96bf1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Changes in libsoup from 2.2.7 to 2.2.91:
+
+       * (The large version number bump is because there was an
+         internal 2.2.90 release for SUSE 10.1 alphas, which was
+         supposed to be intermediate between 2.2.7 and 2.4.0. But
+         2.4.0 didn't end up happening, and I don't want to regress
+         the version number at this point.)
+
+       * SoupSession, SoupServer, SoupConnection, SoupSocket, and
+          SoupAddress now have an "async-context" property that allows
+          you to use the async API in a non-default GMainContext.
+          [Based on patches from Armin Bauer and Jürg Billeter.]
+
+       * SoupSession, SoupConnection, and SoupSocket now have a
+          "timeout" property to stop synchronous sockets from hanging
+          forever if the remote end is unresponsive (from Varadhan).
+
+       * Fixed some bugs in soup_date_iso8601_parse(). [324671, from
+          Emmanuele Bassi]
+
+       * More Windows build fixes from Tor.
+
+Changes in libsoup from 2.2.6.1 to 2.2.7:
+
+       * Fixed a crash when using NTLM connections [316313, probably
+         also 318252]. (Also 321208, which was a bug introduced in
+         the original fix for 316313.)
+
+       * Fixed a bug that could cause soup to suck up all available
+          CPU when a connection to a SoupServer was dropped by the
+          other side [319305, patch from Jonathan Matthew]
+
+       * Fixed the creation of struct elements in XMLRPC messages
+         [321362, patch from Sebastian Bauer]
+
+       * Plugged a small memory leak in SoupSocket (from Wang Xin).
+
+       * Fixed two compile problems, a gccism [320349, patch from
+          Roland Illig], and a strict-aliasing warning from gcc 4.1.
+
 Changes in libsoup from 2.2.6 to 2.2.6.1:
 
        * Fixed a crash when using SoupSoapMessage
index e017b56..3914404 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.90)
+AC_INIT(libsoup, 2.2.91)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)