mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
parent
38e835983f
commit
e98ebfce75
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
|||
# 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 ---------------------------------------------------
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue