[libsoup] 2.31.92



commit 1fce4caa7153becfe044e4c10461296f6f474631
Author: Dan Winship <danw gnome org>
Date:   Mon Sep 13 15:49:06 2010 -0400

    2.31.92

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4dba067..617cf17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in libsoup from 2.31.90 to 2.31.92:
+
+	* Updated for gobject-introspection 0.9.5. Also added some new
+          annotations and removed a bunch of private headers from the
+          scanning process.
+
+	* Percent-encoded characters in URIs are no longer
+          automatically normalized to uppercase, since apparently some
+          servers are stupid. [#628728, Sergio Villar Senin]
+
+	* Fixed a crash when resolving a URI containing both spaces
+          and non-UTF8 8bit characters. [#629449]
+
 Changes in libsoup from 2.31.2 to 2.31.90:
 
 	* libsoup now tries to connect to each IP address associated
diff --git a/configure.ac b/configure.ac
index fb6b912..356f5a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.31.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.31.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 



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