2.30.0 LIBSOUP_2_30_0
authorDan Winship <danw@gnome.org>
Mon, 29 Mar 2010 20:51:38 +0000 (16:51 -0400)
committerDan Winship <danw@gnome.org>
Mon, 29 Mar 2010 20:51:38 +0000 (16:51 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5cb1999..a0d3f2b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Changes in libsoup from 2.29.91 to 2.30.0:
+
+       * Fixed a crash in the whitespace-stripping code in
+          soup_uri_new() [#612644, "arnaud.lb"]
+
+       * Update content-sniffing algorithm to match Chrome and the
+          soon-to-be-updated sniffing spec. [#611502, Gustavo Noronha
+          Silva]
+
+       * We now handle "Content-Encoding: x-gzip" as well as "gzip"
+         (even though "x-gzip" has been deprecated for more than 10
+         years). [#611476]
+
+       * Fixed leaks found by valgrind
+
+       * Make the "make check" programs only bind to 127.0.0.1, not
+          any public network interfaces. [#609489, Saleem Absulrasool]
+
+       * Add a test to sniffing-test to make sure that Content-Type
+          parameters are preserved correctly. [Gustavo Noronha Silva]
+
 Changes in libsoup from 2.29.90 to 2.29.91:
 
        * Added SOUP_SESSION_SSL_STRICT and
index eb45cfc..e298524 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.29.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.30.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])