Skip to content

Commit

Permalink
Release 2.12.11
Browse files Browse the repository at this point in the history
- [BUGFIX] Function that checks validity of handshake packets
  • Loading branch information
Dmitri Tikhonov committed Oct 8, 2020
1 parent e0a487c commit 177a63d
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 @@
2020-10-08
- 2.12.11
- [BUGFIX] Function that checks validity of handshake packets

2020-10-06
- 2.12.10
- [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame.
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.10'
release = u'2.12.11'


# -- 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 10
#define LSQUIC_PATCH_VERSION 11

/**
* Engine flags:
Expand Down

0 comments on commit 177a63d

Please sign in to comment.