[libsoup] 2.28.0



commit f280b01e4f5a13ec475f7766a3fa9fd892a4cfa2
Author: Dan Winship <danw gnome org>
Date:   Mon Sep 21 13:54:00 2009 -0400

    2.28.0

 NEWS         |   14 ++++++++++++++
 configure.in |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a8b6e48..ed0b538 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in libsoup from 2.27.92 to 2.28.0:
+
+	* Fixed a handful of leaks found with valgrind, including a
+          large one in SoupContentSniffer [WebKit bug 28148].
+
+	* Changed the behavior of SoupCookieJarSqlite to improve
+          performance. [#584522, patch from Gustavo Noronha Silva]
+
+	* Fixed a crash in SoupSocket that affected gupnp. [#594951,
+          patch from Olivier Crête]
+
+	* Fixed the type of the SOUP_METHOD_* and SOUP_URI_SCHEME_*
+          macros to be const char * rather than gpointer. [#594508]
+
 Changes in libsoup from 2.27.91 to 2.27.92:
 
 	* Removed SoupPasswordManager from the public API until its
diff --git a/configure.in b/configure.in
index aad9222..24e0390 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.27.92)
+AC_INIT(libsoup, 2.28.0)
 AC_CONFIG_SRCDIR(libsoup-2.4.pc.in)
 AC_CONFIG_MACRO_DIR([m4])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]