Skip to content

Commit 6eec0a7

Browse files
author
Dmitri Tikhonov
committed
Release 2.12.10
- [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame.
1 parent a1630d9 commit 6eec0a7

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
2020-09-25
2-
- 2.12.9
3-
- [BUGFIX] Memory leak in IETF full conn dtor: cleanup closed IDs sets.
4-
- [BUGFIX] Memory leak: free pushed promise when refcnt is zero.
1+
2020-10-06
2+
- 2.12.10
3+
- [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame.
54

65
2020-09-08
76
- 2.12.8

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = u'2.12'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'2.12.9'
29+
release = u'2.12.10'
3030

3131

3232
# -- General configuration ---------------------------------------------------

include/lsquic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C" {
2525

2626
#define LSQUIC_MAJOR_VERSION 2
2727
#define LSQUIC_MINOR_VERSION 12
28-
#define LSQUIC_PATCH_VERSION 9
28+
#define LSQUIC_PATCH_VERSION 10
2929

3030
/**
3131
* Engine flags:

0 commit comments

Comments
 (0)