summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f591aa8b..5c533deb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-Changes in libsoup from 2.39.92 to 2.40.0
+Changes in libsoup from 2.40.0 to 2.40.1:
+
+ * Improved the parsing of multipart/x-mixed-replace responses.
+ [#685752, Gustavo]
+
+ * Fixed handling of IPv6 address literals. [#684990, Dan]
+
+ * New/updated translations:
+ Catalan, Catalan (Valencian), Norwegian bokmål
+
+Changes in libsoup from 2.39.92 to 2.40.0:
* New/updated translations:
Bengali (India), Bulgarian, Chinese (Simplified), Estonian,
diff --git a/configure.ac b/configure.ac
index ce382745..d10d2dcc 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.40.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.40.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])