summaryrefslogtreecommitdiff
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2014-12-09 03:59:48 +0100
committerLars Magne Ingebrigtsen <larsi@gnus.org>2014-12-09 03:59:48 +0100
commitd7e5255013e0d784865e03a1acb6d663c30f0907 (patch)
tree29d98f5408536c6a8bff0a06f84f8fc14ef62e48 /lisp/url/ChangeLog
parentafa1d80fe03b8ca9af62158b563d6429b51b7ee1 (diff)
downloademacs-d7e5255013e0d784865e03a1acb6d663c30f0907.tar.gz
Make URL pass the TLS peer status to the caller
* lisp/url/url-http.el (url-http-parse-headers): Pass the GnuTLS status of the connection to the caller.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index b39c67effbb..d544cf0d083 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * url-http.el (url-http-parse-headers): Pass the GnuTLS status of
+ the connection to the caller.
+
2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
* url-http.el (url-http-activate-callback): Make debug more verbose.