Skip to content

Commit feecb11

Browse files
author
Dmitri Tikhonov
committed
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.)
1 parent db5f69e commit feecb11

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2018-10-19
2+
- 1.17.2
3+
- [BUGFIX] Memory leak in test_frame_rw unit test.
4+
- [BUGFIX] Parsing packets with short IETF header: do not overwrite
5+
flags. (Only a problem in unit tests -- benign otherwise.)
6+
17
2018-10-16
28
- 1.17.0
39
- [API Change] Packet out Memory Interface (PMI) update:

include/lsquic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C" {
2525

2626
#define LSQUIC_MAJOR_VERSION 1
2727
#define LSQUIC_MINOR_VERSION 17
28-
#define LSQUIC_PATCH_VERSION 0
28+
#define LSQUIC_PATCH_VERSION 2
2929

3030
/**
3131
* Engine flags:

0 commit comments

Comments
 (0)