summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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