[libsoup] 2.54.0



commit c7b356902a08cdbde91b2c191b658ece48916b61
Author: Dan Winship <danw gnome org>
Date:   Mon Mar 21 17:56:27 2016 -0400

    2.54.0

 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 748400a..82bbd0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in libsoup from 2.53.92 to 2.54.0:
+
+       * Fixed examples/simple-httpd on Windows [#758759, Chun-wei
+          Fan]
+
 Changes in libsoup from 2.53.90 to 2.53.92:
 
        * libsoup now supports HTTP "Negotiate"/GSSAPI/Kerberos
diff --git a/configure.ac b/configure.ac
index b93a102..c54fa28 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], [53])
-m4_define([soup_micro_version], [92])
+m4_define([soup_minor_version], [54])
+m4_define([soup_micro_version], [0])
 
 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]