[libsoup/wip/meson] 2.60.1



commit a8061cec719310a0a3e2224ec8fc3613ee2b399c
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Oct 11 16:19:38 2017 +0300

    2.60.1

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6c3511d..82a6550 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in libsoup from 2.60.0 to 2.60.1:
+
+       * Fallback to another authentication type if the current
+          failed [#788238, Tomas Popela]
+
+       * Fix unbalanced G_GNUC_BEGIN_IGNORE_DEPRECATIONS use in
+          soup-session.c [#787166, Zan Dobersek]
+
+       * SoupCache: fix setting default value for cache dir
+         [#788452, Cosimo Cecchi]
+
+       * Updated translations: Catalan (Valencian).
+
 Changes in libsoup from 2.59.90.1 to 2.60.0:
 
        * New/updated translations: Catalan, Danish, Dutch, Nepali
diff --git a/configure.ac b/configure.ac
index c13e77d..5856948 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [60])
-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]