summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2015-03-17 10:02:33 -0400
committerDan Winship <danw@gnome.org>2015-03-17 10:02:33 -0400
commitf8c14ff9c4676b48a508079f28b4c022cfce390b (patch)
tree0a1e421acf5ae2d95813c212c53143a28b8d920d
parent44e8cc467cf2451ad71e6d553781fcbb10446eb9 (diff)
downloadlibsoup-f8c14ff9c4676b48a508079f28b4c022cfce390b.tar.gz
2.49.922.49.92
-rw-r--r--NEWS9
-rw-r--r--configure.ac5
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2b96d16b..2eb6339c 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 86aa6fa6..56788571 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])