summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2016-03-14 15:24:03 -0400
committerDan Winship <danw@gnome.org>2016-03-14 15:24:03 -0400
commit846295ab86bf7705e43d1671472f8db9088d8622 (patch)
tree569db6866f12e37f12ab43a8f87caaab7b9d33ba
parent6a8826f0d25459c943719b88f22619f22b81c547 (diff)
downloadlibsoup-846295ab86bf7705e43d1671472f8db9088d8622.tar.gz
2.53.922.53.92
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d01263a1..748400a6 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 43afe2bd..b93a1021 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])