libsoup r1229 - branches/gnome-2-24



Author: danw
Date: Mon Jan 12 22:43:12 2009
New Revision: 1229
URL: http://svn.gnome.org/viewvc/libsoup?rev=1229&view=rev

Log:
	* configure.in: 2.24.3

	* NEWS: Update


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/configure.in

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Mon Jan 12 22:43:12 2009
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.24.2.1 to 2.24.3:
+
+	* Fixed SoupCookieJar to not send "Cookie: (null)", which is
+          (a) wrong, and (b) confusing to some servers.
+          [bugs.webkit.org #23240]
+
+	* Fixed soup_form_decode() to correctly handle forms with
+          URI-encoded parameter names. [#563302, Evan Nemerson]
+
+	* Fixed SoupSession to use Digest auth when both Digest and
+          Basic are available. (It was mistakenly comparing the
+          strengths backwards before, choosing the weakest-available
+          auth instead of the strongest.) [#562339, Pontus Oldberg]
+
+	* Fixed a bug in the Client How-To docs. [#562411, Andreas
+          Bruse]
+
 Changes in libsoup from 2.24.1 to 2.24.2.1:
 
 	* Fixed two bugs and a memory leak in cookie handling

Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Mon Jan 12 22:43:12 2009
@@ -3,7 +3,7 @@
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.24.2.1)
+AC_INIT(libsoup, 2.24.3)
 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]