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.53.2 to 2.53.90:
2
+
3
+ * NUL bytes in headers are now ignored [#760832, Dan Winship]
4
+
5
+ * Fixed transfer annotation of soup_form_decode* functions
6
+ [#743966, Lionel Landwerlin]
7
+
8
+ * Updated translations:
9
+ Bulgarian, Latvian, Norwegian bokmål
10
+
1
11
Changes in libsoup from 2.53.1 to 2.53.2:
2
12
3
13
* Fixed up symbol visibility handling for mingw by copying
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dnl *******************************************
4
4
5
5
m4_define ( [ soup_major_version] , [ 2] )
6
6
m4_define ( [ soup_minor_version] , [ 53] )
7
- m4_define ( [ soup_micro_version] , [ 2 ] )
7
+ m4_define ( [ soup_micro_version] , [ 90 ] )
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