From 2815666c2eb1b0e9b15a922c954d6cd628fa7171 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Thu, 10 Jan 2019 09:27:47 -0500 Subject: [PATCH] Update header file and changelog: release 1.17.12 --- CHANGELOG | 5 +++++ include/lsquic.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0748f85..e41e412 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +2019-01-10 + - 1.17.12 + - [FEATURE] http_client can now issue parallel requests in the context + of a single connection. See -w option. + 2019-01-03 - 1.17.11 - Fix strict aliasing warning in optimized compilation. diff --git a/include/lsquic.h b/include/lsquic.h index 05ac2ee..71659bd 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 11 +#define LSQUIC_PATCH_VERSION 12 /** * Engine flags: