diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-22 23:46:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-22 23:46:53 +0100 |
commit | c3ecdf231e91fe983d90317d17b9b1be54ee0a19 (patch) | |
tree | 9f082b27790ed84dc238b9d4e523eff8b909b244 | |
parent | 6055f7cf9333d02ed8f0c13ee316030eab4623d0 (diff) |
Broken TLS support is a bug in Guile 2.2.2.
* README.org: Remove TLS support from "Missing features".
-rw-r--r-- | README.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,10 +4,13 @@ and documentation. (You will have to build it first.) * Missing features -+ TLS support (required for GNU debbugs instance) + convenience procedures for =<bug>= records (e.g. =bug-done?=) + monadic interface +* Known problems + ++ Guile 2.2.2 has a bug in “(web client)”, which prevents HTTPS connections from being established. This was fixed with commit =0c102b56e98da39b5a3213bdc567a31ad8ef3e73= but as of the time of this writing there has not been a release including the fix. + * Hacking #+BEGIN_SRC bash |