From 583766be5fa2913463179d500f7e25583b273e07 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Thu, 4 Jun 2020 10:41:54 -0400 Subject: [PATCH] Update version to 2.12.4 --- CHANGELOG | 5 +++++ docs/conf.py | 2 +- include/lsquic.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 99342d8..f8c7c32 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +2020-06-04 + - 2.12.4 + - [BUGFIX] Don't double-count tag length in amplification logic. + - [BUGFIX] Consider amplification when deciding to return TICK_SEND. + 2020-05-06 - 2.12.3 - [BUGFIX] Fix amplification mitigation in 0-RTT case. diff --git a/docs/conf.py b/docs/conf.py index 6315524..08087cc 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.3' +release = u'2.12.4' # -- General configuration --------------------------------------------------- diff --git a/include/lsquic.h b/include/lsquic.h index c001667..92b96c5 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 3 +#define LSQUIC_PATCH_VERSION 4 /** * Engine flags: