mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Latest changes
- Remove comment: MSPC is obsolete (no code changes) - Prog: use lsquic_str2ver() when processing -o version flag - Remove unused CTIM and SRBF transport parameters - Disable QUIC versions Q037 and Q038 by default - Fix Windows compilation by including compat header file in lshpack.c - Address warnings produced by newer versions of gcc - Future-proof: turn off -Werror
This commit is contained in:
parent
5442222fd3
commit
4b332c36d1
6 changed files with 18 additions and 44 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,3 +1,14 @@
|
|||
2018-05-04
|
||||
|
||||
- Remove comment: MSPC is obsolete (no code changes)
|
||||
- Prog: use lsquic_str2ver() when processing -o version flag
|
||||
- Remove unused CTIM and SRBF transport parameters
|
||||
- Disable QUIC versions Q037 and Q038 by default
|
||||
- Fix Windows compilation by including compat header file in
|
||||
lshpack.c
|
||||
- Address warnings produced by newer versions of gcc
|
||||
- Future-proof: turn off -Werror
|
||||
|
||||
2018-05-02
|
||||
|
||||
- [BUGFIX] Make lsquic_conn_quic_version() available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue