summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-02-17 22:56:46 -0500
committerDan Winship <danw@gnome.org>2014-02-17 22:56:46 -0500
commit1b793c6b8f01a3b000ebfb9d9ac46174ed31dc78 (patch)
treeb0943ac978ce3e3a6a5d22a3751ba98ca5019833
parent2b0de6b7de7537c7d36ab33a7e5cf0e274ea3e23 (diff)
downloadlibsoup-1b793c6b8f01a3b000ebfb9d9ac46174ed31dc78.tar.gz
2.45.902.45.90
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dab58d61..f04f0ebf 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 e216c99f..5855f7e8 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])