2.2.104
authorDan Winship <danw@src.gnome.org>
Mon, 26 Nov 2007 22:19:02 +0000 (22:19 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 26 Nov 2007 22:19:02 +0000 (22:19 +0000)
* configure.in: 2.2.104

* NEWS: update

svn path=/trunk/; revision=958

ChangeLog
NEWS
configure.in

index 83c9060..de57ba6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-26  Dan Winship  <danw@gnome.org>
+
+       * configure.in: 2.2.104
+
+       * NEWS: update
+
 2007-11-21  Dan Winship  <danw@gnome.org>
 
        * libsoup/soup-message-io.c (soup_message_io_cleanup): make this
diff --git a/NEWS b/NEWS
index 41f6540..b348f31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Changes in libsoup from 2.2.103 to 2.2.104:
+
+       * soup_message_io_pause() and soup_message_io_pause() are now
+         allowed for client messages (and in particular, they don't
+         mess up when called from the "got_chunk" callback).
+         [#452280, Marco Barisione]
+
+       * Fixed some bugs in SOUP_SESSION_ASYNC_CONTEXT support that
+         would cause parts of an operation to run in the default
+         context rather than the session's context. Also fixed some
+         leaks and added a regression test. [#498509, Wouter
+         Cloetens]
+
+       * There is a new test/sample program, tests/pull-api.c,
+         showing how to implement a pull API using SoupSessionAsync.
+         (This depends on the fixes for #452280 and #498509, so it
+         won't work with older versions of libsoup.)
+
+       * Discovered "valgrind --leak-resolution=med" and fixed some
+          more memory leaks.
+
 Changes in libsoup from 2.2.102 to 2.2.103:
 
        * Fix memory corruption in SoupSessionAsync that caused
index 2911657..f04ecc6 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.103)
+AC_INIT(libsoup, 2.2.104)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)