Skip to content

Commit bc43761

Browse files
committed
2.53.90
1 parent 555cfb7 commit bc43761

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.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+
111
Changes in libsoup from 2.53.1 to 2.53.2:
212

313
* Fixed up symbol visibility handling for mingw by copying

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl *******************************************
44

55
m4_define([soup_major_version], [2])
66
m4_define([soup_minor_version], [53])
7-
m4_define([soup_micro_version], [2])
7+
m4_define([soup_micro_version], [90])
88

99
AC_PREREQ(2.63)
1010
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])

0 commit comments

Comments
 (0)