[libsoup] 2.53.90



commit bc437615905fde0b383db0a3141e0e06b54b9782
Author: Dan Winship <danw gnome org>
Date:   Tue Feb 16 08:48:36 2016 -0500

    2.53.90

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ad011f0..d01263a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.53.2 to 2.53.90:
+
+       * NUL bytes in headers are now ignored [#760832, Dan Winship]
+
+       * Fixed transfer annotation of soup_form_decode* functions
+          [#743966, Lionel Landwerlin]
+
+       * Updated translations:
+         Bulgarian, Latvian, Norwegian bokmål
+
 Changes in libsoup from 2.53.1 to 2.53.2:
 
        * Fixed up symbol visibility handling for mingw by copying
diff --git a/configure.ac b/configure.ac
index 2a98418..19ac6e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [53])
-m4_define([soup_micro_version], [2])
+m4_define([soup_micro_version], [90])
 
 AC_PREREQ(2.63)
 
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]