diff options
author | Dan Winship <danw@src.gnome.org> | 2009-02-16 23:40:33 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2009-02-16 23:40:33 +0000 |
commit | e63e35dbfc58c97955d71da2be8bb49b976034a0 (patch) | |
tree | d05855661ecea66cad92ad0c23a0b6f68a3cd8e5 | |
parent | 536a7b8130533a107f5a50962287b64b0838ef81 (diff) | |
download | libsoup-e63e35dbfc58c97955d71da2be8bb49b976034a0.tar.gz libsoup-e63e35dbfc58c97955d71da2be8bb49b976034a0.tar.bz2 libsoup-e63e35dbfc58c97955d71da2be8bb49b976034a0.zip |
2.25.91LIBSOUP_2_25_91
* configure.in: 2.25.91
* NEWS: update
svn path=/trunk/; revision=1239
-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) |