Release 2.5.2

- [BUGFIX] argument order to gQUIC client constructor.  Regression
  introduced in 2.5.0.
- [BUGFIX] split buffered packet error recovery: destroy the correct
  packet.
This commit is contained in:
Dmitri Tikhonov 2019-11-07 09:03:36 -05:00
parent 1c9cee3ed5
commit 75a7a2a36a
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2019-11-07
- 2.5.2
- [BUGFIX] argument order to gQUIC client constructor. Regression
introduced in 2.5.0.
- [BUGFIX] split buffered packet error recovery: destroy the correct
packet.
2019-11-04
- 2.5.1
- [BUGFIX] Fix double-free when emptying a packet number space.