2.4.0! LIBSOUP_2_4_0
authorDan Winship <danw@src.gnome.org>
Mon, 10 Mar 2008 21:49:27 +0000 (21:49 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 10 Mar 2008 21:49:27 +0000 (21:49 +0000)
        * configure.in: 2.4.0!

        * NEWS: update

svn path=/trunk/; revision=1103

ChangeLog
NEWS
configure.in

index ead8f8f..42c6a6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-10  Dan Winship  <danw@gnome.org>
+
+       * configure.in: 2.4.0!
+
+       * NEWS: update
+
 2008-02-28  Dan Winship  <danw@gnome.org>
 
        * libsoup/soup-session.c (finalize): free priv->user_agent.
diff --git a/NEWS b/NEWS
index e2e5a78..ac50f59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index fdd6f11..7e05b74 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 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)