From e98ebfce75b603b870119f6469baa5b64f28b1b9 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Wed, 13 Jan 2021 08:38:33 -0500 Subject: [PATCH] Release 2.27.4 - [API] Add lsquic_conn_get_sni(), fixes issue #203. --- CHANGELOG | 4 ++++ docs/conf.py | 2 +- include/lsquic.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e8abc8f..d20cbc3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2021-01-13 + - 2.27.4 + - [API] Add lsquic_conn_get_sni(), fixes issue #203. + 2021-01-08 - 2.27.3 - [BUGFIX] gQUIC: do not destroy critical streams when connection is diff --git a/docs/conf.py b/docs/conf.py index ced2f49..44d87fb 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.27' # The full version, including alpha/beta/rc tags -release = u'2.27.3' +release = u'2.27.4' # -- General configuration --------------------------------------------------- diff --git a/include/lsquic.h b/include/lsquic.h index 226a179..a3b39b4 100644 --- a/include/lsquic.h +++ b/include/lsquic.h @@ -25,7 +25,7 @@ extern "C" { #define LSQUIC_MAJOR_VERSION 2 #define LSQUIC_MINOR_VERSION 27 -#define LSQUIC_PATCH_VERSION 3 +#define LSQUIC_PATCH_VERSION 4 /** * Engine flags: