2.28.0 LIBSOUP_2_28_0
authorDan Winship <danw@gnome.org>
Mon, 21 Sep 2009 17:54:00 +0000 (13:54 -0400)
committerDan Winship <danw@gnome.org>
Mon, 21 Sep 2009 17:54:00 +0000 (13:54 -0400)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index a8b6e48..ed0b538 100644 (file)
--- 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
index aad9222..24e0390 100644 (file)
@@ -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])