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

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'2.29'
# The full version, including alpha/beta/rc tags
release = u'2.29.0'
release = u'2.29.1'
# -- General configuration ---------------------------------------------------