summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2015-10-26 09:44:49 -0400
committerDan Winship <danw@gnome.org>2015-10-26 09:44:49 -0400
commit1ee46209e0a4a6f0d7e6bd7009019a394f076da2 (patch)
tree3f4dabec9f17789fb724c86aaee1a4d636fe707f
parent0237aea4250600f9fd273e247cccc844472f6ee6 (diff)
downloadlibsoup-1ee46209e0a4a6f0d7e6bd7009019a394f076da2.tar.gz
2.53.12.53.1
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2384bafc..3790b30c 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 72e56112..eac02db7 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)