Release 2.12.11

- [BUGFIX] Function that checks validity of handshake packets
This commit is contained in:
Dmitri Tikhonov 2020-10-08 09:02:17 -04:00
parent e0a487cf6e
commit 177a63db21
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2020-10-08
- 2.12.11
- [BUGFIX] Function that checks validity of handshake packets
2020-10-06 2020-10-06
- 2.12.10 - 2.12.10
- [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame. - [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame.

View file

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

View file

@ -25,7 +25,7 @@ extern "C" {
#define LSQUIC_MAJOR_VERSION 2 #define LSQUIC_MAJOR_VERSION 2
#define LSQUIC_MINOR_VERSION 12 #define LSQUIC_MINOR_VERSION 12
#define LSQUIC_PATCH_VERSION 10 #define LSQUIC_PATCH_VERSION 11
/** /**
* Engine flags: * Engine flags: