libsoup r1274 - trunk



Author: danw
Date: Mon Apr 13 22:15:08 2009
New Revision: 1274
URL: http://svn.gnome.org/viewvc/libsoup?rev=1274&view=rev

Log:
	* configure.in: 2.26.1

	* NEWS: update


Modified:
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Apr 13 22:15:08 2009
@@ -1,11 +1,14 @@
-Changes in libsoup from 2.26.0 to 2.26.0.9:
+Changes in libsoup from 2.26.0 to 2.26.1:
 
 	* libsoup uses libproxy for PAC and WPAD proxy resolution
           again. However, it arranges to do all communication with
           GConf itself, to ensure that libproxy doesn't call it in
           non-thread-safe ways. [#571527] Also, fixed a bug in
           SoupSessionSync when proxy resolution failed. [#574957,
-          patch from Milan Crha]
+          patch from Milan Crha].
+
+	  (Also fixed three SoupProxyResolverGNOME bugs since the
+	  2.26.0.9 preview release. [#578746, #578809])
 
 	* SoupURI now handles unencoded spaces in URIs. In particular,
           redirects via Location headers with spaces in them now work.
@@ -46,6 +49,9 @@
           "localhost" resolves to "::1" instead of "127.0.0.1".
           [#576583, patch from Andreas Rottmann]
 
+	* Fixed warnings when a message has a network problem when
+          many other messages are queued. [#578809]
+
 	* Miscellaneous documentation fixes/clarifications.
 
 Changes in libsoup from 2.25.91 to 2.26.0:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Apr 13 22:15:08 2009
@@ -3,7 +3,7 @@
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.26.0.9)
+AC_INIT(libsoup, 2.26.1)
 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]