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.2
This commit is contained in:
parent
fcac25b623
commit
652129e69b
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2020-04-17
|
||||||
|
- 2.12.2
|
||||||
|
- [BUGFIX] Place connections on tickable queue when sending is reenabled.
|
||||||
|
- [BUGFIX] A connection is tickable if it has unsent packets.
|
||||||
|
- [BUGFIX] Heed peer's max_packet_size transport parameter.
|
||||||
|
- [BUGFIX] Honor max packet size on the client and when path changes.
|
||||||
|
|
||||||
2020-03-23
|
2020-03-23
|
||||||
- 2.12.1
|
- 2.12.1
|
||||||
- [BUGFIX] ACK ping-pong: TIMESTAMP frame is not to be acked.
|
- [BUGFIX] ACK ping-pong: TIMESTAMP frame is not to be acked.
|
||||||
|
|
|
@ -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.1'
|
release = u'2.12.2'
|
||||||
|
|
||||||
|
|
||||||
# -- 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 1
|
#define LSQUIC_PATCH_VERSION 2
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Engine flags:
|
* Engine flags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue