2.25.2 LIBSOUP_2_25_2
authorDan Winship <danw@src.gnome.org>
Mon, 1 Dec 2008 23:08:33 +0000 (23:08 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 1 Dec 2008 23:08:33 +0000 (23:08 +0000)
* configure.in: 2.25.2

* NEWS: update

svn path=/trunk/; revision=1217

ChangeLog
NEWS
configure.in

index 373d337..079e80d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-01  Dan Winship  <danw@gnome.org>
+
+       * configure.in: 2.25.2
+
+       * NEWS: update
+
 2008-11-28  Dan Winship  <danw@gnome.org>
 
        * libsoup/soup-auth-manager.c (auth_type_compare_func): Fix this
diff --git a/NEWS b/NEWS
index e06b660..fdcbe04 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 0acbd12..14a899e 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 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)