[libsoup] 2.60.0



commit a53e94a5b1b4319976daced199e3e51341326201
Author: Dan Winship <danw gnome org>
Date:   Tue Sep 12 10:48:45 2017 -0400

    2.60.0

 NEWS         |    4 ++++
 configure.ac |    7 +++----
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index bc5e575..6c3511d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in libsoup from 2.59.90.1 to 2.60.0:
+
+       * New/updated translations: Catalan, Danish, Dutch, Nepali
+
 Changes in libsoup from 2.59.90 to 2.59.90.1:
 
        * CVE-2017-2885: Fixed a chunked decoding buffer overrun that
diff --git a/configure.ac b/configure.ac
index 8b1d94a..c13e77d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,12 +3,11 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [59])
-m4_define([soup_micro_version], [90])
-m4_define([soup_nano_version], [1])
+m4_define([soup_minor_version], [60])
+m4_define([soup_micro_version], [0])
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version.soup_nano_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])


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