From 2d7c7f881cc3c7d45103ddb05f154b72a1f19188 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Tue, 8 Sep 2020 15:45:19 -0400 Subject: [PATCH] Update version to 2.12.8 --- CHANGELOG | 5 +++++ docs/conf.py | 2 +- include/lsquic.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2a2a238..42f4691 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 - 2.12.7 - [BUGFIX] Early data: call new BoringSSL function to set context. diff --git a/docs/conf.py b/docs/conf.py index 0e9cf58..f02e81c 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.7' +release = u'2.12.8' # -- General configuration --------------------------------------------------- diff --git a/include/lsquic.h b/include/lsquic.h index 4a58ff8..278a153 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 7 +#define LSQUIC_PATCH_VERSION 8 /** * Engine flags: