Skip to content

Commit

Permalink
Release 2.27.4
Browse files Browse the repository at this point in the history
- [API] Add lsquic_conn_get_sni(), fixes issue #203.
  • Loading branch information
Dmitri Tikhonov committed Jan 13, 2021
1 parent 38e8359 commit e98ebfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-01-13
- 2.27.4
- [API] Add lsquic_conn_get_sni(), fixes issue #203.

2021-01-08
- 2.27.3
- [BUGFIX] gQUIC: do not destroy critical streams when connection is
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'2.27'
# The full version, including alpha/beta/rc tags
release = u'2.27.3'
release = u'2.27.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion include/lsquic.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern "C" {

#define LSQUIC_MAJOR_VERSION 2
#define LSQUIC_MINOR_VERSION 27
#define LSQUIC_PATCH_VERSION 3
#define LSQUIC_PATCH_VERSION 4

/**
* Engine flags:
Expand Down

0 comments on commit e98ebfc

Please sign in to comment.