[libsoup/gnome-3-28] 2.62.1



commit 5a62f67afb1457f6d02e8b7269b8477163990fd1
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Apr 9 20:10:42 2018 +0300

    2.62.1

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9f9cd5a..253585f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.62.0 to 2.62.1:
+
+       * Fix digest authentication with encoded URIs
+         [#794208, Claudio Saavedra]
+       * Avoid unaligned memory accesses in WebSocket implementation
+         [#794421, Rolf Eike Beer]
+       * Use base domain to decide if cookies are third-party
+         [#792130, Michael Catanzaro]
+       * Fix crash under soup_socket_new()
+         [#762138, Milan Crha]
+
 Changes in libsoup from 2.61.91 to 2.62.0:
 
        * Updated translations.
diff --git a/configure.ac b/configure.ac
index 2db0990..966169c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [62])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_version], [1])
 
 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]