Update version to 2.12.2

This commit is contained in:
Dmitri Tikhonov 2020-04-17 12:25:14 -04:00
parent fcac25b623
commit 652129e69b
3 changed files with 9 additions and 2 deletions

View file

@ -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.

View file

@ -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 ---------------------------------------------------

View file

@ -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: