[libsoup] 2.61.1
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.61.1
- Date: Mon, 11 Dec 2017 12:51:58 +0000 (UTC)
commit 7c685b6258a1ad1b8ca19a8f9b01caa7b3c3590d
Author: Claudio Saavedra <csaavedra igalia com>
Date: Mon Dec 11 14:44:14 2017 +0200
2.61.1
NEWS | 13 +++++++++++++
configure.ac | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b672e48..d5b561b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in libsoup from 2.60.2 to 2.61.1:
+
+ * tld-parser: use Python 3 [#785735, Ross Burton]
+
+ * Fix heap-buffer-overflow in soup_ntlm_parse_challenge()
+ [#788037, Milan Crha]
+
+ * Fix possibly uninitialized value in ssl-test
+ [Tomas Popela]
+
+ * SoupCache: fix the timestamp for responses [#791031,
+ Claudio Saavedra]
+
Changes in libsoup from 2.60.1 to 2.60.2:
* Fix documentation typos [#788920, Nirbheek Chauhan]
diff --git a/configure.ac b/configure.ac
index 3449406..fd90580 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [60])
-m4_define([soup_micro_version], [2])
+m4_define([soup_minor_version], [61])
+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]