Release 2.29.1

- Make it possible to build the library and unit tests without
  libevent.
- Build all command-line utilities in bin/
- Add perf_client and perf_server command-line utilities to test
  performance according to the "perf" protocol.
This commit is contained in:
Dmitri Tikhonov 2021-02-18 10:09:35 -05:00
parent 4ffff819e8
commit 8ecb980d26
6 changed files with 673 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2021-02-18
- 2.29.1
- Make it possible to build the library and unit tests without
libevent.
- Build all command-line utilities in bin/
- Add perf_client and perf_server command-line utilities to test
performance according to the "perf" protocol.
2021-02-10
- 2.29.0
- [FEATURE] QUIC and HTTP/3 Internet Draft 34 support and v1 support.