summaryrefslogtreecommitdiff
path: root/NEWS.md
blob: a04ae6f629cff0a79c221aaffeef00df6baa264c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Changes in version 0.2.0-dev - 2014-??-??

## Features

- Add release management and a more controlled start process.
- Add tools for submitting certs and verifying SCT's. Separate code
  base from catlfish and plop.
- Implement v1/get-entry-and-proof.

## Bugfixes

- Deliver valid SCT's.

# Changes in version 0.1.1 - 2014-09-20

catlfish version 0.1.1 fixes a major bug in add-chain decoding and
implements get-entry-and-proof.

# 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.