[libsoup] 2.43.90



commit 9eb7ad6ab119d17020e56e6606d6720ccaf1ba1f
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 19 16:51:55 2013 -0400

    2.43.90

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a9f337e..befc5fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.43.5 to 2.43.90:
+
+       * Fixed the handling of unsatisfiable range requests in
+          SoupServer [pointed out on mailing list, Dan]. Also, added
+          more documentation clarifying that you don't need to handle
+          range requests yourself in many cases.
+
+       * Fixed the handling of IPv6 address literals with scope IDs.
+          (Requires the latest glib as well for the complete fix.)
+          [#669724, Dan]
+
 Changes in libsoup from 2.43.4 to 2.43.5:
 
        * SoupProxyURIResolver is now deprecated in favor of the
diff --git a/configure.ac b/configure.ac
index 570b3b5..742e543 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [43])
-m4_define([soup_micro_version], [5])
+m4_define([soup_micro_version], [90])
 
 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])


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