mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Update version to 2.12.5
This commit is contained in:
parent
2c252f915b
commit
39bf17a6f1
3 changed files with 10 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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 ---------------------------------------------------
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue