libsoup r1217 - trunk



Author: danw
Date: Mon Dec  1 23:08:33 2008
New Revision: 1217
URL: http://svn.gnome.org/viewvc/libsoup?rev=1217&view=rev

Log:
	* configure.in: 2.25.2

	* NEWS: update


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec  1 23:08:33 2008
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.25.1 to 2.25.2:
+
+	* Fixed client behavior when presented with multiple auth
+          types to choose the *strongest* auth type (eg, Digest)
+          rather than the *weakest* one [#562339, Pontus Oldberg].
+          Added a regression test for this.
+
+	* Moved libsoup-gnome headers to a different directory to make
+          it easier to split libsoup and libsoup-gnome into separate
+          packages, and to ensure that things that only want to be
+          looking at plain libsoup headers (like gir-repository) don't
+          accidentally see the libsoup-gnome ones.
+
+	* Some minor doc fixes
+
+	* Fixed libsoup-gnome linking with --as-needed. [#559342]
+
 Changes in libsoup from 2.24.1 to 2.25.1:
 
 	libsoup 2.25.1 introduces a new library, libsoup-gnome, which

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Dec  1 23:08:33 2008
@@ -3,7 +3,7 @@
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.25.1)
+AC_INIT(libsoup, 2.25.2)
 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]