mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 1.17.0
- [API Change] Packet out Memory Interface (PMI) update: - Split PMI pool return into pmi_release and pmi_return - PMI callbacks take peer_ctx and is_ipv6 arguments - [BUGFIX] Fix use-after-free when certificate is updated - Silence gcc warning in optimized mode by performing useless initialization - cmake: use the standard variable CMAKE_BUILD_TYPE instead of DEVEL_MODE
This commit is contained in:
parent
66f9afccd0
commit
1e75f9380e
15 changed files with 178 additions and 64 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,3 +1,14 @@
|
|||
2018-10-16
|
||||
- 1.17.0
|
||||
- [API Change] Packet out Memory Interface (PMI) update:
|
||||
- Split PMI pool return into pmi_release and pmi_return
|
||||
- PMI callbacks take peer_ctx and is_ipv6 arguments
|
||||
- [BUGFIX] Fix use-after-free when certificate is updated
|
||||
- Silence gcc warning in optimized mode by performing useless
|
||||
initialization
|
||||
- cmake: use the standard variable CMAKE_BUILD_TYPE instead of
|
||||
DEVEL_MODE
|
||||
|
||||
2018-10-03
|
||||
- 1.16.0
|
||||
- [API Change] Add lsquic_conn_n_avail_streams()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue