Skip to content

Commit

Permalink
Release 2.12.14
Browse files Browse the repository at this point in the history
- [BUGFIX] min RTO delay is 200 ms , not 1 second.
- [BUGFIX] calculate TLP timer correctly when only one packet is in
  flight.
- [BUGFIX] discard CRYPTO frames from lower levels after connection
  promotion.
- [BUGFIX] cancel path response if path could not be initialized.
- [BUGFIX] if push promise fails, do not invoke hset destructor.
  • Loading branch information
Dmitri Tikhonov committed Nov 17, 2020
1 parent c338955 commit e02bc31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
2020-10-26
- 2.12.12
- Undo changes in 2.12.11
2020-11-17
- 2.12.13
- [BUGFIX] min RTO delay is 200 ms , not 1 second.
- [BUGFIX] calculate TLP timer correctly when only one packet is in
flight.
- [BUGFIX] discard CRYPTO frames from lower levels after connection
promotion.
- [BUGFIX] cancel path response if path could not be initialized.
- [BUGFIX] if push promise fails, do not invoke hset destructor.

2020-10-06
- 2.12.10
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.11'
release = u'2.12.14'


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

/**
* Engine flags:
Expand Down

0 comments on commit e02bc31

Please sign in to comment.