Release 2.19.5

- [BUGFIX] Generate frame record when moving an ACK from one buffered
  packet to another.
This commit is contained in:
Dmitri Tikhonov 2020-08-11 08:52:56 -04:00
parent 3a5376727e
commit 5488f41efa
6 changed files with 157 additions and 15 deletions

View file

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