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.4
This commit is contained in:
parent
c3c2342f79
commit
583766be5f
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-06-04
|
||||
- 2.12.4
|
||||
- [BUGFIX] Don't double-count tag length in amplification logic.
|
||||
- [BUGFIX] Consider amplification when deciding to return TICK_SEND.
|
||||
|
||||
2020-05-06
|
||||
- 2.12.3
|
||||
- [BUGFIX] Fix amplification mitigation in 0-RTT case.
|
||||
|
|
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
|||
# The short X.Y version
|
||||
version = u'2.12'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u'2.12.3'
|
||||
release = u'2.12.4'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 2
|
||||
#define LSQUIC_MINOR_VERSION 12
|
||||
#define LSQUIC_PATCH_VERSION 3
|
||||
#define LSQUIC_PATCH_VERSION 4
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue