summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--configure.in2
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 373d3374..079e80d7 100644
--- 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 e06b660b..fdcbe049 100644
--- 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
diff --git a/configure.in b/configure.in
index 0acbd129..14a899ea 100644
--- a/configure.in
+++ b/configure.in
@@ -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)