Skip to content

Commit e98ebfc

Browse files
author
Dmitri Tikhonov
committed
Release 2.27.4
- [API] Add lsquic_conn_get_sni(), fixes issue #203.
1 parent 38e8359 commit e98ebfc

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-01-13
2+
- 2.27.4
3+
- [API] Add lsquic_conn_get_sni(), fixes issue #203.
4+
15
2021-01-08
26
- 2.27.3
37
- [BUGFIX] gQUIC: do not destroy critical streams when connection is

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.27'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'2.27.3'
29+
release = u'2.27.4'
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 27
28-
#define LSQUIC_PATCH_VERSION 3
28+
#define LSQUIC_PATCH_VERSION 4
2929

3030
/**
3131
* Engine flags:

0 commit comments

Comments
 (0)