[libsoup] 2.37.91
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.37.91
- Date: Mon, 5 Mar 2012 23:25:44 +0000 (UTC)
commit ff96d7dbf1414c79278bd6388ab3a800a0783690
Author: Dan Winship <danw gnome org>
Date: Mon Mar 5 18:21:36 2012 -0500
2.37.91
NEWS | 26 ++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d4e8dff..24b9e40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Changes in libsoup from 2.37.90 to 2.37.91:
+
+ * Fixed an out-of-bounds memory read that could occur when
+ parsing malformed requests/responses.
+
+ * Fixed a build-related bug in Makefile.glib that affected
+ locales such as Estonian where "Z" is not the last (ASCII)
+ letter of the alphabet. [#654395, Priit Laes]
+
+ * Fixed the handling of file: URIs with query components,
+ which got broken in 2.37.90.
+
+ * Fixed SoupAuthManagerNTLM to not fall back to allowing Basic
+ auth when NTLM failed.
+
+ * Further tweaked the warnings/fallback in SoupURI, so that
+ soup_uri_to_string() on an http URI with a NULL path would
+ translate that to "/" like it used to. [#670431]
+
+ * Fixed a warning when cancelling the load of a page with many
+ subresources. [#667245]
+
+ * Use G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS if GLib is new
+ enough, to avoid getting warned about the use of
+ GValueArray.
+
Changes in libsoup from 2.37.5 to 2.37.90:
* libsoup is now beta-testing Makefile.glib from bug 654395.
diff --git a/configure.ac b/configure.ac
index eee8636..d2132c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,11 +3,11 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.37.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.37.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign 1.9])
+AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz -Wno-portability])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
AC_PROG_MAKE_SET
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]