libsoup r1103 - trunk



Author: danw
Date: Mon Mar 10 21:49:27 2008
New Revision: 1103
URL: http://svn.gnome.org/viewvc/libsoup?rev=1103&view=rev

Log:
        * configure.in: 2.4.0!

        * NEWS: update


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar 10 21:49:27 2008
@@ -1,3 +1,16 @@
+Changes in libsoup from 2.3.4 to 2.4.0:
+
+	* Fixed a small memory leak in SoupSession. [#518798, Wouter
+          Cloetens]
+
+	* Minor fixes to redirect behavior; PROPFINDs can now be
+          automatically redirected (pointed out by Christian Kellner),
+          and 302 is treated like 307, not 303. Also fixed to make
+          sure that redirect-test actually gets run by "make check".
+
+	* The SoupSocket I/O methods now set nread/nwrote even on
+          error. [Benjamin Otte]
+
 Changes in libsoup from 2.3.2 to 2.3.4:
 
 	* The documentation should be accessible from devhelp again

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar 10 21:49:27 2008
@@ -3,7 +3,7 @@
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.3.4)
+AC_INIT(libsoup, 2.4.0)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]