[libsoup/gnome-3-18] 2.52.2



commit 6e98f04799d711a2a95781b7d76ccbfaef732001
Author: Dan Winship <danw gnome org>
Date:   Mon Nov 9 15:24:42 2015 -0500

    2.52.2

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2384baf..fe44582 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.52.1 to 2.52.2:
+
+       * Fixed build under MinGW [Ignacio Casal Quintero]
+
+       * Fix SoupServerWebsocketCallback handling so that the
+          SoupClientContext passed to it is still valid.
+
+       * Added a .deps file to define dependencies for valac
+         [Rico Tzschichholz]
+
 Changes in libsoup from 2.52.0 to 2.52.1:
 
        * Fixed build under MinGW [Chun-wei Fan]
diff --git a/configure.ac b/configure.ac
index 72e5611..75dc3ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [52])
-m4_define([soup_micro_version], [1])
+m4_define([soup_micro_version], [2])
 
 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]