From feecb11b46ba353e1dc61448ccfbf0ee09ac9fe3 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Fri, 19 Oct 2018 10:39:24 -0400 Subject: [PATCH] Release 1.17.2 - [BUGFIX] Memory leak in test_frame_rw unit test. - [BUGFIX] Parsing packets with short IETF header: do not overwrite flags. (Only a problem in unit tests -- benign otherwise.) --- CHANGELOG | 6 ++++++ include/lsquic.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7810cba70..8bbb1540c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +2018-10-19 + - 1.17.2 + - [BUGFIX] Memory leak in test_frame_rw unit test. + - [BUGFIX] Parsing packets with short IETF header: do not overwrite + flags. (Only a problem in unit tests -- benign otherwise.) + 2018-10-16 - 1.17.0 - [API Change] Packet out Memory Interface (PMI) update: diff --git a/include/lsquic.h b/include/lsquic.h index 8fb4e73d1..301b181a6 100644 --- a/include/lsquic.h +++ b/include/lsquic.h @@ -25,7 +25,7 @@ extern "C" { #define LSQUIC_MAJOR_VERSION 1 #define LSQUIC_MINOR_VERSION 17 -#define LSQUIC_PATCH_VERSION 0 +#define LSQUIC_PATCH_VERSION 2 /** * Engine flags: