Release 3.0.1

This commit is contained in:
George Wang 2021-06-16 16:03:55 -04:00
parent b2e1404ca7
commit d549a33b21
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2021-06-16
- 3.0.1
- Only force TICK_CLOSE flag after received CONNECTION_CLOSE frame. (issue #292 #281)
- Avoid mismatch in packet parsing. (issue #262)
- Remove unnecessary shi_delete call.
2021-06-02
- 3.0.0
- Enable HTTP/3 v1 by default, drop draft 34.

View File

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'3.0'
# The full version, including alpha/beta/rc tags
release = u'3.0.0'
release = u'3.0.1'
# -- General configuration ---------------------------------------------------

View File

@ -25,7 +25,7 @@ extern "C" {
#define LSQUIC_MAJOR_VERSION 3
#define LSQUIC_MINOR_VERSION 0
#define LSQUIC_PATCH_VERSION 0
#define LSQUIC_PATCH_VERSION 1
/**
* Engine flags: