File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2021-04-20
2
+ - 2.30.2
3
+ - Update ls-hpack to 2.3.0 to address dynamic table size limit (issue #260).
4
+
1
5
2021-04-16
2
6
- 2.30.1
3
7
- Fixed an unintialized data member for handling pushed headers.
Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = u'2.30'
28
28
# The full version, including alpha/beta/rc tags
29
- release = u'2.30.1 '
29
+ release = u'2.30.2 '
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 30
28
- #define LSQUIC_PATCH_VERSION 1
28
+ #define LSQUIC_PATCH_VERSION 2
29
29
30
30
/**
31
31
* Engine flags:
You can’t perform that action at this time.
0 commit comments