Skip to content

Commit

Permalink
Release 1.17.2
Browse files Browse the repository at this point in the history
- [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.)
  • Loading branch information
Dmitri Tikhonov committed Oct 19, 2018
1 parent db5f69e commit feecb11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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:
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 1
#define LSQUIC_MINOR_VERSION 17
#define LSQUIC_PATCH_VERSION 0
#define LSQUIC_PATCH_VERSION 2

/**
* Engine flags:
Expand Down

0 comments on commit feecb11

Please sign in to comment.