summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ac745e2..786e33d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-16 Dan Winship <danw@gnome.org>
+
+ * configure.in: 2.25.91
+
+ * NEWS: update
+
2009-02-15 Dan Winship <danw@gnome.org>
* docs/reference/client-howto.xml: Updates: Mention
diff --git a/NEWS b/NEWS
index a26405de..7153ee81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
Changes in libsoup from 2.25.4 to 2.25.5:
+ * Fixed a crash in SoupProxyResolverGNOME when the proxy
+ requires authentication. (This does not make proxy
+ authentication *work* yet, it just makes it not crash.)
+
+ * Updated documentation
+
+Changes in libsoup from 2.25.4 to 2.25.5:
+
* SoupProxyResolverGConf (which was incomplete) is gone, and
libsoup-gnome now requires libproxy, which is now officially
an external dependency of GNOME.
diff --git a/configure.in b/configure.in
index 400e22f7..da9b1c77 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.5)
+AC_INIT(libsoup, 2.25.91)
AC_CONFIG_SRCDIR(libsoup-2.4.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)