libsoup r1149 - trunk



Author: danw
Date: Mon Aug  4 13:42:30 2008
New Revision: 1149
URL: http://svn.gnome.org/viewvc/libsoup?rev=1149&view=rev

Log:
	* configure.in: 2.23.6

	* NEWS: update


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Aug  4 13:42:30 2008
@@ -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.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Aug  4 13:42:30 2008
@@ -3,7 +3,7 @@
 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)
 



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