mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.12.10
- [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame.
This commit is contained in:
parent
a1630d9c4f
commit
6eec0a76f7
3 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.9'
|
||||
release = u'2.12.10'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue