File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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.
5
4
6
5
2020-09-08
7
6
- 2.12.8
Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = u'2.12'
28
28
# The full version, including alpha/beta/rc tags
29
- release = u'2.12.9 '
29
+ release = u'2.12.10 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extern "C" {
25
25
26
26
#define LSQUIC_MAJOR_VERSION 2
27
27
#define LSQUIC_MINOR_VERSION 12
28
- #define LSQUIC_PATCH_VERSION 9
28
+ #define LSQUIC_PATCH_VERSION 10
29
29
30
30
/**
31
31
* Engine flags:
You can’t perform that action at this time.
0 commit comments