[libsoup] 2.45.90



commit 1b793c6b8f01a3b000ebfb9d9ac46174ed31dc78
Author: Dan Winship <danw gnome org>
Date:   Mon Feb 17 22:56:46 2014 -0500

    2.45.90

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index dab58d6..f04f0eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Changes in libsoup from 2.45.3 to 2.45.90:
+
+       * Fixed a problem where libsoup would use the "http" proxy
+          settings for "https" requests [#724316, Matt Barnes]
+
+       * Updated SoupContentSniffer to match the current version of
+          the MIME sniffing specification [#648849 / #715126, Gustavo
+          Noronha Silva]
+
+       * Updated the soup-tld APIs to accept ASCII-encoded hostnames
+          in addition to UTF-8 ones.
+
+       * Ported the test programs to the gtestutils framework, added
+          support for installed tests, and made the tests use the TAP
+          driver.
+
+         Some tests still need to be split up into more pieces, and
+         the debug output is now somewhat less useful in some cases.
+
+       * Fixed the test programs to not depend on local proxy
+          settings.
+
+       * Added some more checks to header-tests [#722341, Lionel
+          Landwerlin]
+
+       * Fixed the "simple-proxy" example program, which had been
+          broken for a while.
+
+       * Updated translations:
+         Korean
+
 Changes in libsoup from 2.44.1 to 2.45.3:
 
        * The documentation has finally been updated to reflect the
diff --git a/configure.ac b/configure.ac
index e216c99..5855f7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [45])
-m4_define([soup_micro_version], [3])
+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]