Release 2.27.2

- [BUGFIX] Memory corruption in receive history copy-ranges function.
This commit is contained in:
Dmitri Tikhonov 2021-01-06 17:53:07 -05:00
parent 06b2a2363e
commit 1a0003e3b9
8 changed files with 39 additions and 10 deletions

View file

@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------
project = u'lsquic'
copyright = u'2020, LiteSpeed Technologies'
copyright = u'2021, LiteSpeed Technologies'
author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'2.27'
# The full version, including alpha/beta/rc tags
release = u'2.27.1'
release = u'2.27.2'
# -- General configuration ---------------------------------------------------