Skip to content

Commit d549a33

Browse files
committed
Release 3.0.1
1 parent b2e1404 commit d549a33

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2021-06-16
2+
- 3.0.1
3+
- Only force TICK_CLOSE flag after received CONNECTION_CLOSE frame. (issue #292 #281)
4+
- Avoid mismatch in packet parsing. (issue #262)
5+
- Remove unnecessary shi_delete call.
6+
17
2021-06-02
28
- 3.0.0
39
- Enable HTTP/3 v1 by default, drop draft 34.

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'3.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'3.0.0'
29+
release = u'3.0.1'
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 3
2727
#define LSQUIC_MINOR_VERSION 0
28-
#define LSQUIC_PATCH_VERSION 0
28+
#define LSQUIC_PATCH_VERSION 1
2929

3030
/**
3131
* Engine flags:

0 commit comments

Comments
 (0)