File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
Changes in libsoup from 2.52.0 to 2.52.1:
2
12
3
13
* Fixed build under MinGW [Chun-wei Fan]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
3
3
dnl *******************************************
4
4
5
5
m4_define ( [ soup_major_version] , [ 2] )
6
- m4_define ( [ soup_minor_version] , [ 52 ] )
6
+ m4_define ( [ soup_minor_version] , [ 53 ] )
7
7
m4_define ( [ soup_micro_version] , [ 1] )
8
8
9
9
AC_PREREQ ( 2.63 )
You can’t perform that action at this time.
0 commit comments