2.2.103 LIBSOUP_2_2_103
authorDan Winship <danw@src.gnome.org>
Sun, 28 Oct 2007 17:50:14 +0000 (17:50 +0000)
committerDan Winship <danw@src.gnome.org>
Sun, 28 Oct 2007 17:50:14 +0000 (17:50 +0000)
* configure.in: 2.2.103

* NEWS: update

svn path=/trunk/; revision=949

ChangeLog
NEWS
configure.in

index bced2b1..14b6fbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-10-28  Dan Winship  <danw@gnome.org>
 
+       * configure.in: 2.2.103
+
+       * NEWS: update
+
+2007-10-28  Dan Winship  <danw@gnome.org>
+
        * libsoup/soup-server.c (start_request, request_finished): ref the
        socket around the processing of the message, since otherwise it
        might already be freed when request_finished runs. #459896.
diff --git a/NEWS b/NEWS
index 0d3fa4f..41f6540 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in libsoup from 2.2.102 to 2.2.103:
+
+       * Fix memory corruption in SoupSessionAsync that caused
+          rhythmbox to crash. [#484988, patch from Rob Bradford]
+
+       * Fix socket refcounting in SoupServer to fix warnings /
+          possible crash. [#459896, Emanuele Aina]
+
 Changes in libsoup from 2.2.101 to 2.2.102:
 
        * Unbreak the build when building without SSL. Not that you
index f81db1e..2911657 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.102)
+AC_INIT(libsoup, 2.2.103)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)