Skip to content

Commit

Permalink
Update version to 2.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed Sep 8, 2020
1 parent 77cf229 commit 2d7c7f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2020-09-08
- 2.12.8
- [BUGFIX] when stream is reset, it is writeable -- let user collect the
error.

2020-06-17
- 2.12.7
- [BUGFIX] Early data: call new BoringSSL function to set context.
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.12'
# The full version, including alpha/beta/rc tags
release = u'2.12.7'
release = u'2.12.8'


# -- 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 12
#define LSQUIC_PATCH_VERSION 7
#define LSQUIC_PATCH_VERSION 8

/**
* Engine flags:
Expand Down

0 comments on commit 2d7c7f8

Please sign in to comment.