summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 0000000..232b2b6
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,11 @@
+# catlfish version 0.1.0 "PoC" - 2014-09-15
+
+catlfish version 0.1.0 is the proof of concept release.
+
+## Known bugs and shortcomings
+
+- Knows nothing about x509. Accepts any data. v1/get-roots always
+ returns the empty list.
+- v1/add-pre-chain is not implemented.
+- v1/get-entry-and-proof is not implemented.
+- HTTP status codes are 200 for errors. They should be 400.