From d549a33b218c4cb5f5bc70248c0dd45e5a05db09 Mon Sep 17 00:00:00 2001 From: George Wang Date: Wed, 16 Jun 2021 16:03:55 -0400 Subject: [PATCH] Release 3.0.1 --- CHANGELOG | 6 ++++++ docs/conf.py | 2 +- include/lsquic.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8d266d6c2..2e1c79cde 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +2021-06-16 + - 3.0.1 + - Only force TICK_CLOSE flag after received CONNECTION_CLOSE frame. (issue #292 #281) + - Avoid mismatch in packet parsing. (issue #262) + - Remove unnecessary shi_delete call. + 2021-06-02 - 3.0.0 - Enable HTTP/3 v1 by default, drop draft 34. diff --git a/docs/conf.py b/docs/conf.py index e0e220901..62844c5b6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'3.0' # The full version, including alpha/beta/rc tags -release = u'3.0.0' +release = u'3.0.1' # -- General configuration --------------------------------------------------- diff --git a/include/lsquic.h b/include/lsquic.h index 42706d05e..cf41c5add 100644 --- a/include/lsquic.h +++ b/include/lsquic.h @@ -25,7 +25,7 @@ extern "C" { #define LSQUIC_MAJOR_VERSION 3 #define LSQUIC_MINOR_VERSION 0 -#define LSQUIC_PATCH_VERSION 0 +#define LSQUIC_PATCH_VERSION 1 /** * Engine flags: