mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Update header file and changelog: release 1.17.12
This commit is contained in:
parent
6a4060db0e
commit
2815666c2e
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue