From fb16258fd4e3ded77fe997cc6b5ab90bb127d51b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 2 Feb 2009 21:59:27 +0000 Subject: [PATCH] 2.25.5 * configure.in: 2.25.5 * NEWS: update svn path=/trunk/; revision=1235 --- ChangeLog | 6 ++++++ NEWS | 16 ++++++++++++++++ configure.in | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eeba2fc..d0c3ed1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-02-02 Dan Winship + * configure.in: 2.25.5 + + * NEWS: update + +2009-02-02 Dan Winship + * libsoup/soup-proxy-resolver-gconf.h: * libsoup/soup-proxy-resolver-gconf.c: Remove this, as it was incomplete, and libproxy is now officially a dependency of GNOME. diff --git a/NEWS b/NEWS index 6ec9e86..a26405d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +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. + + * Fixed a bug in SoupCookieJar that was making it send + "Cookie: (null)" when it had no cookies for a site, which + confused some web servers (WebKit bug 23240). + + * Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and + soup_message_body_set_accumulate(FALSE). (Part of WebKit bug + 18343, noticed by Gustavo Noronha Silva.) + + * Fixed the build with non-gcc compilers + Changes in libsoup from 2.25.3 to 2.25.4: * Added soup_session_get_feature() and diff --git a/configure.in b/configure.in index 035f4d4..400e22f 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.4) +AC_INIT(libsoup, 2.25.5) AC_CONFIG_SRCDIR(libsoup-2.4.pc.in) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) -- 2.7.4