[libsoup] 2.54.0.1



commit ec65de02b9ac0682072820a0aa280ab31c83998b
Author: Dan Winship <danw gnome org>
Date:   Wed Mar 23 08:19:17 2016 -0400

    2.54.0.1

 NEWS         |    7 ++++++-
 configure.ac |    3 ++-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 82bbd0a..06f97a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-Changes in libsoup from 2.53.92 to 2.54.0:
+Changes in libsoup from 2.53.92 to 2.54.0.1:
+
+       * (2.54.0.1 fixes a build problem with the 2.54.0 tarball,
+          which would not build if you configured with
+          "--without-gnome". There are no other changes between 2.54.0
+          and 2.54.0.1.)
 
        * Fixed examples/simple-httpd on Windows [#758759, Chun-wei
           Fan]
diff --git a/configure.ac b/configure.ac
index c54fa28..5a0ba36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,9 +5,10 @@ dnl *******************************************
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [54])
 m4_define([soup_micro_version], [0])
+m4_define([soup_nano_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])
+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_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]