summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-22 23:46:30 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-22 23:46:53 +0100
commitc3ecdf231e91fe983d90317d17b9b1be54ee0a19 (patch)
tree9f082b27790ed84dc238b9d4e523eff8b909b244
parent6055f7cf9333d02ed8f0c13ee316030eab4623d0 (diff)
Broken TLS support is a bug in Guile 2.2.2.
* README.org: Remove TLS support from "Missing features".
-rw-r--r--README.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index 90c2297..e87927d 100644
--- a/README.org
+++ b/README.org
@@ -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