libsoup r1156 - trunk



Author: danw
Date: Mon Sep  1 21:48:11 2008
New Revision: 1156
URL: http://svn.gnome.org/viewvc/libsoup?rev=1156&view=rev

Log:
	* configure.in: 2.23.91

	* NEWS: update


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep  1 21:48:11 2008
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.23.6 to 2.23.91:
+
+	* Fixed a crash in gvfs [#528882], though there is still an
+          unknown bug there. As part of this fix, libsoup will now
+          return an error if you try to do an operation on a non-HTTP
+          URI. (Previously it was just treating any URI scheme except
+          "https" as HTTP.)
+
+	* Added soup_date_to_timeval() for gvfs. [#549006, patch from
+          Bastien Nocera]
+
 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

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Sep  1 21:48:11 2008
@@ -3,7 +3,7 @@
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.23.6)
+AC_INIT(libsoup, 2.23.91)
 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]