[libsoup] 2.30.0



commit c7640cf1d721e2685168fe96e7ab38b9cf356cb9
Author: Dan Winship <danw gnome org>
Date:   Mon Mar 29 16:51:38 2010 -0400

    2.30.0

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5cb1999..a0d3f2b 100644
--- 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
diff --git a/configure.ac b/configure.ac
index eb45cfc..e298524 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
 



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