Skip to content

Commit 077ef87

Browse files
committed
Release 2.30.2
1 parent 7290fb0 commit 077ef87

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
2021-04-16
26
- 2.30.1
37
- Fixed an unintialized data member for handling pushed headers.

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.30'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'2.30.1'
29+
release = u'2.30.2'
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 30
28-
#define LSQUIC_PATCH_VERSION 1
28+
#define LSQUIC_PATCH_VERSION 2
2929

3030
/**
3131
* Engine flags:

0 commit comments

Comments
 (0)