libsoup r1235 - trunk



Author: danw
Date: Mon Feb  2 21:59:27 2009
New Revision: 1235
URL: http://svn.gnome.org/viewvc/libsoup?rev=1235&view=rev

Log:
	* configure.in: 2.25.5

	* NEWS: update


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Feb  2 21:59:27 2009
@@ -1,3 +1,19 @@
+Changes in libsoup from 2.25.4 to 2.25.5:
+
+	* SoupProxyResolverGConf (which was incomplete) is gone, and
+          libsoup-gnome now requires libproxy, which is now officially
+          an external dependency of GNOME.
+
+	* Fixed a bug in SoupCookieJar that was making it send
+          "Cookie: (null)" when it had no cookies for a site, which
+          confused some web servers (WebKit bug 23240).
+
+	* Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and
+          soup_message_body_set_accumulate(FALSE). (Part of WebKit bug
+          18343, noticed by Gustavo Noronha Silva.)
+
+	* Fixed the build with non-gcc compilers
+
 Changes in libsoup from 2.25.3 to 2.25.4:
 
 	* Added soup_session_get_feature() and

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb  2 21:59:27 2009
@@ -3,7 +3,7 @@
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.25.4)
+AC_INIT(libsoup, 2.25.5)
 AC_CONFIG_SRCDIR(libsoup-2.4.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]