summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-08-19 16:51:55 -0400
committerDan Winship <danw@gnome.org>2013-08-19 16:51:55 -0400
commit9eb7ad6ab119d17020e56e6606d6720ccaf1ba1f (patch)
tree831009cfefdff091957580e9b609717fc4f395d8
parente43eef9705634317a7af7d1217793925b1b13ab9 (diff)
downloadlibsoup-9eb7ad6ab119d17020e56e6606d6720ccaf1ba1f.tar.gz
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a9f337e0..befc5fc8 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 570b3b55..742e5435 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])