Skip to content

Commit 1ee4620

Browse files
committed
2.53.1
1 parent 0237aea commit 1ee4620

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Changes in libsoup from 2.52.1 to 2.53.1:
2+
3+
* Really fixed build under MinGW for sure this time [Ignacio
4+
Casal Quinteiro]
5+
6+
* Fixed SoupServer Web Sockets code so that the
7+
SoupClientContext passed to a SoupServerWebsocketCallback is
8+
fully usable (rather than crashing when you try to do most
9+
things).
10+
111
Changes in libsoup from 2.52.0 to 2.52.1:
212

313
* Fixed build under MinGW [Chun-wei Fan]

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
33
dnl *******************************************
44

55
m4_define([soup_major_version], [2])
6-
m4_define([soup_minor_version], [52])
6+
m4_define([soup_minor_version], [53])
77
m4_define([soup_micro_version], [1])
88

99
AC_PREREQ(2.63)

0 commit comments

Comments
 (0)