2.23.6 LIBSOUP_2_23_6
authorDan Winship <danw@src.gnome.org>
Mon, 4 Aug 2008 13:42:30 +0000 (13:42 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 4 Aug 2008 13:42:30 +0000 (13:42 +0000)
* configure.in: 2.23.6

* NEWS: update

svn path=/trunk/; revision=1149

ChangeLog
NEWS
configure.in

index cb27adf..d6637be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-04  Dan Winship  <danw@gnome.org>
+
+       * configure.in: 2.23.6
+
+       * NEWS: update
+
 2008-07-26  Dan Winship  <danw@gnome.org>
 
        * libsoup/soup-misc.c (soup_add_completion): Add this to schedule
diff --git a/NEWS b/NEWS
index 973cb48..0eb7903 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in libsoup from 2.23.1 to 2.23.6:
+
+       * Fixed use of g_idle_add() so that heavy I/O won't end up
+          blocking libsoup callbacks. [#536676, Benjamin Otte]
+
+       * Allow the caller to override the Host header. [#539803, Marc
+          Maurer]
+
+       * Properly handle responses larger than 4G. [#539861, Peter
+          Christensen]
+
+       * Fixed the build when using certain LDFLAGS [#541506, Götz
+          Waschk]
+
+       * Fixed a small bug in Digest auth handling. [#544681, Mads
+          Chr. Olesen]
+
+       * Fixed multiple Windows bugs [Tor Lillqvist]
+
 Changes in libsoup from 2.4.1 to 2.23.1:
 
        * This is the first unstable release leading up to GNOME 2.24.
index c638eff..76aa901 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.23.1)
+AC_INIT(libsoup, 2.23.6)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)