[libsoup] 2.49.92



commit f8c14ff9c4676b48a508079f28b4c022cfce390b
Author: Dan Winship <danw gnome org>
Date:   Tue Mar 17 10:02:33 2015 -0400

    2.49.92

 NEWS         |    9 +++++++++
 configure.ac |    5 ++---
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2b96d16..2eb6339 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in libsoup from 2.49.91.1 to 2.49.92:
+
+       * Fixed an NTLM problem that caused spurious "Authentication
+          Failed" errors in evolution-ews. [#735197]
+
+       * New/updated translations:
+         Bosnian, Czech, Greek, Hebrew, Italian, Korean, Lithuanian,
+         Polish, Serbian, Slovak, Slovenian, Spanish, Swedish
+
 Changes in libsoup from 2.49.1 to 2.49.91.1:
 
        * WebSockets! Libsoup now has support for WebSockets in both
diff --git a/configure.ac b/configure.ac
index 86aa6fa..5678857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,11 +4,10 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [49])
-m4_define([soup_micro_version], [91])
-m4_define([soup_nano_version], [1])
+m4_define([soup_micro_version], [92])
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version.soup_nano_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])


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