mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.30.2
This commit is contained in:
parent
7290fb0ce6
commit
077ef87880
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2021-04-20
|
||||
- 2.30.2
|
||||
- Update ls-hpack to 2.3.0 to address dynamic table size limit (issue #260).
|
||||
|
||||
2021-04-16
|
||||
- 2.30.1
|
||||
- Fixed an unintialized data member for handling pushed headers.
|
||||
|
|
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
|||
# The short X.Y version
|
||||
version = u'2.30'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u'2.30.1'
|
||||
release = u'2.30.2'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 2
|
||||
#define LSQUIC_MINOR_VERSION 30
|
||||
#define LSQUIC_PATCH_VERSION 1
|
||||
#define LSQUIC_PATCH_VERSION 2
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
|
Loading…
Reference in a new issue