summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-07-28 08:41:03 -0400
committerDan Winship <danw@gnome.org>2011-07-28 08:41:03 -0400
commit48fcf64390444f671c04defa149b79759dfd3305 (patch)
tree67456b547c263bbc0b093f6f4d051c84ede748f8
parent51eb8798c3965b49f3010db82009d36429f28514 (diff)
downloadlibsoup-48fcf64390444f671c04defa149b79759dfd3305.tar.gz
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e2f4d76..ae4af2d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in libsoup from 2.34.2 to 2.34.3:
+
+ * CVE-2011-2054: Fixed a security hole that caused some
+ SoupServer users to unintentionally allow accessing the
+ entire local filesystem when they thought they were only
+ providing access to a single directory. [#653258]
+
+ * Fixed a few memory leaks [#651643, Milan] [#652699, Sergio]
+
Changes in libsoup from 2.34.1 to 2.34.2:
* Minor build fix for Debian/Ubuntu [#648948]
diff --git a/configure.ac b/configure.ac
index 11af2595..9ad83e3e 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.34.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.34.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])