File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ Changes in libsoup from 2.55.90 to 2.56.0:
2
+
3
+ * Added SoupWebsocketConnection:max-incoming-payload-size
4
+ property, to override the default maximum incoming payload
5
+ size. [#770022, Ignacio Casal Quinteiro]
6
+
7
+ * Added soup-version.h symbols (in particular
8
+ soup_check_version()) to introspection. [#771439, Rico
9
+ Tzschichholz]
10
+
11
+ * Updated the copy of the public suffix list used by SoupTLD
12
+ [#769650, Michael Catanzaro]
13
+
14
+ * Updated translations:
15
+ British English, Greek, Polish
16
+
1
17
Changes in libsoup from 2.54.1 to 2.55.90:
2
18
3
19
* Removed support for SSLv3 fallback; sites that reject TLS
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ 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] , [ 55 ] )
7
- m4_define ( [ soup_micro_version] , [ 90 ] )
6
+ m4_define ( [ soup_minor_version] , [ 56 ] )
7
+ m4_define ( [ soup_micro_version] , [ 0 ] )
8
8
9
9
AC_PREREQ ( 2.63 )
10
10
AC_INIT ( [ libsoup] ,[ soup_major_version.soup_minor_version.soup_micro_version] ,[ http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup] )
You can’t perform that action at this time.
0 commit comments