[libsoup] 2.49.91.1
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.49.91.1
- Date: Tue, 3 Mar 2015 16:07:42 +0000 (UTC)
commit f7292448160128b3cb4b7cd06c2447f81fd8c6c9
Author: Dan Winship <danw gnome org>
Date: Tue Mar 3 11:02:10 2015 -0500
2.49.91.1
NEWS | 6 +++++-
configure.ac | 3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7310d82..2b96d16 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
-Changes in libsoup from 2.49.1 to 2.49.91:
+Changes in libsoup from 2.49.1 to 2.49.91.1:
* WebSockets! Libsoup now has support for WebSockets in both
SoupSession and SoupServer. [#627738, Dan Winship and Lionel
Landwerlin, based on code from the Cockpit project]
+ * The WebSocket code in libsoup 2.49.91 did not build on
+ 32-bit architectures. 2.49.91.1 was released to fix
+ this.
+
* Added support for NTLMv2 Session Security to SoupAuthNTLM.
(This is transparent to the app/user; if the server supports
it, it will be used.) [#739192, Adam Seering]
diff --git a/configure.ac b/configure.ac
index 04d4020..86aa6fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,9 +5,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])
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])
+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_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]