summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-02-22 19:01:11 -0500
committerDan Winship <danw@gnome.org>2010-02-22 19:01:11 -0500
commita1e2a65f2aedbf8eba1119bebe639d790a284247 (patch)
tree10da6c89bd4fff38729ccf2dd15b66ad8be39705
parent47ab362fabe41e55d6abb483e49a22eef468032b (diff)
downloadlibsoup-LIBSOUP_2_29_91.tar.gz
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6f89f06..5cb1999e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.29.90 to 2.29.91:
+
+ * Added SOUP_SESSION_SSL_STRICT and
+ SOUP_MESSAGE_CERTIFICATE_TRUSTED, to allow callers to
+ determine if an https response comes from a server with a
+ recognized/valid or unrecognized/invalid certificate.
+ [#610374, Gustavo Noronha Silva]
+
+ * Fixed handling of certain badly-formatted URIs [#590524]
+
Changes in libsoup from 2.29.6 to 2.29.90:
* Added soup_cookie_jar_set_accept_policy() and related API