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.8
This commit is contained in:
parent
77cf229599
commit
2d7c7f881c
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2020-09-08
|
||||||
|
- 2.12.8
|
||||||
|
- [BUGFIX] when stream is reset, it is writeable -- let user collect the
|
||||||
|
error.
|
||||||
|
|
||||||
2020-06-17
|
2020-06-17
|
||||||
- 2.12.7
|
- 2.12.7
|
||||||
- [BUGFIX] Early data: call new BoringSSL function to set context.
|
- [BUGFIX] Early data: call new BoringSSL function to set context.
|
||||||
|
|
|
@ -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.7'
|
release = u'2.12.8'
|
||||||
|
|
||||||
|
|
||||||
# -- 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 7
|
#define LSQUIC_PATCH_VERSION 8
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Engine flags:
|
* Engine flags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue