Update version to 2.12.5

This commit is contained in:
Dmitri Tikhonov 2020-06-12 10:14:05 -04:00
parent 2c252f915b
commit 39bf17a6f1
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2020-06-12
- 2.12.5
- [BUGFIX] ID-28: do not use TLS middlebox compatibility mode in
ClientHello. This change requires using a newer version of BoringSSL.
- [BUGFIX] Free connections in Advisory Tick Time Queue in engine dtor.
- [BUGFIX] HTTP/3 headers may be followed immediately by trailers.
- [BUGFIX] Log messages when SCID changes.
2020-06-04 2020-06-04
- 2.12.4 - 2.12.4
- [BUGFIX] Don't double-count tag length in amplification logic. - [BUGFIX] Don't double-count tag length in amplification logic.

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.4' release = u'2.12.5'
# -- 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 4 #define LSQUIC_PATCH_VERSION 5
/** /**
* Engine flags: * Engine flags: