[libsoup] 2.61.91



commit 3b8ac3d87b3d0f9118299e8cc055b5a203de78d3
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Mar 5 19:42:00 2018 +0200

    2.61.91

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1f0b77a..ae9a4a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.61.90 to 2.61.91:
+
+       * Add limit to header length to avoid DOS attacks
+         [#792173, Michele Dionisio]
+
+        * Update the public-suffix list.
+         [Claudio Saavedra]
+
+        * Revert "cookie-jar: use base domain to decide if cookie is third party"
+         [#792130, Claudio Saavedra]
+
 Changes in libsoup from 2.61.2 to 2.61.90:
 
        * Various improvements to the WebSocket implementation
diff --git a/configure.ac b/configure.ac
index 1ab2a33..e2d828f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [61])
-m4_define([soup_micro_version], [90])
+m4_define([soup_micro_version], [91])
 
 AC_PREREQ(2.63)
 
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])


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