libsoup r1224 - trunk



Author: danw
Date: Tue Dec 23 19:25:27 2008
New Revision: 1224
URL: http://svn.gnome.org/viewvc/libsoup?rev=1224&view=rev

Log:
doh. belatedly commit the 2.25.3 commit, and then bump to 2.25.4


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Dec 23 19:25:27 2008
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.25.2 to 2.25.3:
+
+	* Fixed a crash when using both cookies and a proxy. [#562191,
+          Mark Lee]
+
+	* Fixed soup_form_decode() to correctly handle forms with
+          URI-encoded parameter names [#563302, Evan Nemerson] and
+          added a regression test.
+
+	* Fixed a crash in SoupProxyResolverGConf. [#563145]
+
 Changes in libsoup from 2.25.1 to 2.25.2:
 
 	* Fixed client behavior when presented with multiple auth

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Dec 23 19:25:27 2008
@@ -3,7 +3,7 @@
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.25.2)
+AC_INIT(libsoup, 2.25.4)
 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]