[libsoup] 2.53.92



commit 846295ab86bf7705e43d1671472f8db9088d8622
Author: Dan Winship <danw gnome org>
Date:   Mon Mar 14 15:24:03 2016 -0400

    2.53.92

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d01263a..748400a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in libsoup from 2.53.90 to 2.53.92:
+
+       * libsoup now supports HTTP "Negotiate"/GSSAPI/Kerberos
+          authentication. It must be enabled specifically by the
+          application and is also subject to certain other
+          restrictions, some of which are not yet controllable through
+          the API. [#587145, Guido Guenther, Tomas Popela, David
+          Woodhouse, Dan Winship]
+
+       * Added support for building under MSVC [#758759, Chun-wei
+          Fan]
+
+       * Fixed a problem with the 2.53.90 tarball that caused
+          translations to be mis-installed.
+
+       * Updated translations:
+         Occitan
+
 Changes in libsoup from 2.53.2 to 2.53.90:
 
        * NUL bytes in headers are now ignored [#760832, Dan Winship]
diff --git a/configure.ac b/configure.ac
index 43afe2b..b93a102 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], [90])
+m4_define([soup_micro_version], [92])
 
 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]