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-01-13
2
+ - 2.27.4
3
+ - [API] Add lsquic_conn_get_sni(), fixes issue #203.
4
+
1
5
2021-01-08
2
6
- 2.27.3
3
7
- [BUGFIX] gQUIC: do not destroy critical streams when connection is
Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = u'2.27'
28
28
# The full version, including alpha/beta/rc tags
29
- release = u'2.27.3 '
29
+ release = u'2.27.4 '
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 27
28
- #define LSQUIC_PATCH_VERSION 3
28
+ #define LSQUIC_PATCH_VERSION 4
29
29
30
30
/**
31
31
* Engine flags:
You can’t perform that action at this time.
0 commit comments