From 652129e69b0b9eebb0495df0f30b4853b866bff0 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Fri, 17 Apr 2020 12:25:14 -0400 Subject: [PATCH] Update version to 2.12.2 --- CHANGELOG | 7 +++++++ docs/conf.py | 2 +- include/lsquic.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a48b8f1..9c53d7b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 - 2.12.1 - [BUGFIX] ACK ping-pong: TIMESTAMP frame is not to be acked. diff --git a/docs/conf.py b/docs/conf.py index 6e6895a..e521ab4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies' # The short X.Y version version = u'2.12' # The full version, including alpha/beta/rc tags -release = u'2.12.1' +release = u'2.12.2' # -- General configuration --------------------------------------------------- diff --git a/include/lsquic.h b/include/lsquic.h index 2475f7d..c5fe3c0 100644 --- a/include/lsquic.h +++ b/include/lsquic.h @@ -25,7 +25,7 @@ extern "C" { #define LSQUIC_MAJOR_VERSION 2 #define LSQUIC_MINOR_VERSION 12 -#define LSQUIC_PATCH_VERSION 1 +#define LSQUIC_PATCH_VERSION 2 /** * Engine flags: