summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-03-29 16:51:38 -0400
committerDan Winship <danw@gnome.org>2010-03-29 16:51:38 -0400
commitc7640cf1d721e2685168fe96e7ab38b9cf356cb9 (patch)
tree01422efc0c25640f052bd7c9d6cd9b54eee93167
parentc52b4dea26e446d99483bc1f32c7e90f98f048fa (diff)
downloadlibsoup-c7640cf1d721e2685168fe96e7ab38b9cf356cb9.tar.gz
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cb1999e..a0d3f2b8 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 eb45cfcb..e298524c 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])