Release 2.20.1

- [BUGFIX] Typo in new "validate peer addr by DCID" code.  It is
  a benign bug (works either way), but better to fix it.
- Simplify Stream Priority Iterator (SPI).
- Minor documentation updates.
This commit is contained in:
Dmitri Tikhonov 2020-09-23 08:18:25 -04:00
parent b1a7c3f944
commit cd35ff02ed
10 changed files with 28 additions and 74 deletions

View file

@ -52,7 +52,7 @@ developed by the IETF. Both types are included in a single enum:
.. member:: LSQVER_ID28
IETF QUIC version ID 28
IETF QUIC version ID 28; this version is deprecated.
.. member:: LSQVER_ID29

View file

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