[libsoup] 2.53.1



commit 1ee46209e0a4a6f0d7e6bd7009019a394f076da2
Author: Dan Winship <danw gnome org>
Date:   Mon Oct 26 09:44:49 2015 -0400

    2.53.1

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2384baf..3790b30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.52.1 to 2.53.1:
+
+       * Really fixed build under MinGW for sure this time [Ignacio
+          Casal Quinteiro]
+
+        * Fixed SoupServer Web Sockets code so that the
+         SoupClientContext passed to a SoupServerWebsocketCallback is
+         fully usable (rather than crashing when you try to do most
+         things).
+
 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..eac02db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [52])
+m4_define([soup_minor_version], [53])
 m4_define([soup_micro_version], [1])
 
 AC_PREREQ(2.63)


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