|
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | +## Table of Contents |
| 4 | + |
| 5 | +* [v0.4.0](#v040) |
| 6 | +* [v0.3.0](#v030) |
| 7 | +* [v0.2.2](#v022) |
| 8 | +* [v0.2.1](#v021) |
| 9 | +* [v0.2.0](#v020) |
| 10 | + |
| 11 | +## v0.4.0 |
| 12 | + |
| 13 | +- Use sodium_malloc() for the DNS query/response buffers |
| 14 | +- Fix stamp properties; add --nofilter |
| 15 | +- Only publish the most recent certificates |
| 16 | +- Include the signature in SignedCert |
| 17 | +- cache: do not forget to include the server PK in the hash computation |
| 18 | +- Implement a simple cache for shared keys |
| 19 | +- Add support for stamps (dnscrypt-proxy 2.x), and update the documentation |
| 20 | +- In key rotation, old certs should be provided too, see #109. |
| 21 | +- fixes #111, cert/key expires in 24 hours by default for safety see discussion: https://github.com/jedisct1/dnscrypt-proxy/issues/520 |
| 22 | +- docs: suggest user to generate short-term key pairs and use key-rotation mechanism See #111. |
| 23 | + |
| 24 | +## v0.3.0 |
| 25 | + |
| 26 | +- XChaCha20 supported |
| 27 | +- a lot of tests added |
| 28 | +- and many bug fixes and improvements |
| 29 | + |
| 30 | +## v0.2.2 |
| 31 | + |
| 32 | +- remove GPLv2, release under the ISC license |
| 33 | +- update example secret key / cert, etc |
| 34 | +- fix compiler/linker flags handling |
| 35 | + |
| 36 | +## v0.2.1 |
| 37 | + |
| 38 | +- Rename --provider-publickey-fingerprint to --show-provider-publickey-fingerprint. It's more conventional to use a verb if you want to do some action, like gen-provider-keypair. |
| 39 | +- Use TCP_QUICKACK instead of TCP_NODELAY if available (Linux 2.4.4+) See https://news.ycombinator.com/item?id=10608356 |
| 40 | +- Send a short packet with TC set if the query_len < response_len |
| 41 | +- Support sending server cert over tcp |
| 42 | +- Use the certificate timestamp as a serial number instead of a fixed serial. |
| 43 | +- And some other minor fixes. |
| 44 | + |
| 45 | +## v0.2.0 |
| 46 | + |
| 47 | +- Import argparse sources files directly. |
0 commit comments