From 6eec0a76f7edc4e7c6e6d32305484065f2fa7478 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Tue, 6 Oct 2020 16:54:03 -0400 Subject: [PATCH] Release 2.12.10 - [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame. --- CHANGELOG | 7 +++---- docs/conf.py | 2 +- include/lsquic.h | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6c47e31c4..9a720bac0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,6 @@ -2020-09-25 - - 2.12.9 - - [BUGFIX] Memory leak in IETF full conn dtor: cleanup closed IDs sets. - - [BUGFIX] Memory leak: free pushed promise when refcnt is zero. +2020-10-06 + - 2.12.10 + - [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame. 2020-09-08 - 2.12.8 diff --git a/docs/conf.py b/docs/conf.py index c7122d399..6468e20db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'2.12' # The full version, including alpha/beta/rc tags -release = u'2.12.9' +release = u'2.12.10' # -- General configuration --------------------------------------------------- diff --git a/include/lsquic.h b/include/lsquic.h index 7d710df92..6ca426fa8 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 9 +#define LSQUIC_PATCH_VERSION 10 /** * Engine flags: