diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -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 @@ -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) |