mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 3.0.1
This commit is contained in:
parent
b2e1404ca7
commit
d549a33b21
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2021-06-16
|
||||||
|
- 3.0.1
|
||||||
|
- Only force TICK_CLOSE flag after received CONNECTION_CLOSE frame. (issue #292 #281)
|
||||||
|
- Avoid mismatch in packet parsing. (issue #262)
|
||||||
|
- Remove unnecessary shi_delete call.
|
||||||
|
|
||||||
2021-06-02
|
2021-06-02
|
||||||
- 3.0.0
|
- 3.0.0
|
||||||
- Enable HTTP/3 v1 by default, drop draft 34.
|
- Enable HTTP/3 v1 by default, drop draft 34.
|
||||||
|
|
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = u'3.0'
|
version = u'3.0'
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = u'3.0.0'
|
release = u'3.0.1'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
|
|
||||||
#define LSQUIC_MAJOR_VERSION 3
|
#define LSQUIC_MAJOR_VERSION 3
|
||||||
#define LSQUIC_MINOR_VERSION 0
|
#define LSQUIC_MINOR_VERSION 0
|
||||||
#define LSQUIC_PATCH_VERSION 0
|
#define LSQUIC_PATCH_VERSION 1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Engine flags:
|
* Engine flags:
|
||||||
|
|
Loading…
Reference in a new issue