mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 1.17.2
- [BUGFIX] Memory leak in test_frame_rw unit test. - [BUGFIX] Parsing packets with short IETF header: do not overwrite flags. (Only a problem in unit tests -- benign otherwise.)
This commit is contained in:
parent
db5f69e349
commit
feecb11b46
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-10-19
|
||||
- 1.17.2
|
||||
- [BUGFIX] Memory leak in test_frame_rw unit test.
|
||||
- [BUGFIX] Parsing packets with short IETF header: do not overwrite
|
||||
flags. (Only a problem in unit tests -- benign otherwise.)
|
||||
|
||||
2018-10-16
|
||||
- 1.17.0
|
||||
- [API Change] Packet out Memory Interface (PMI) update:
|
||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 1
|
||||
#define LSQUIC_MINOR_VERSION 17
|
||||
#define LSQUIC_PATCH_VERSION 0
|
||||
#define LSQUIC_PATCH_VERSION 2
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
|
Loading…
Reference in a new issue