Opened 2 years ago
Closed 2 years ago
#17821 closed enhancement (fixed)
libsoup3-3.4.0
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | gnome-44 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (4)
comment:1 by , 2 years ago
Milestone: | 11.4 → gnome-44 |
---|
comment:2 by , 2 years ago
Changes in libsoup from 3.3.1 to 3.4.0:
- Fix possible crash in SoupContentSniffer [Patrick Griffis ]
- Fix socket leak [Alessandro Bono]
- Add missing annotation to soup_header_g_string_append_param_quoted() [Lukáš Tyrychtr]
Changes in libsoup from 3.3.0 to 3.3.1:
- Fix regression in
SoupCookieJar
not handling valid Secure cookies [Patrick Griffis] - Fix crash when skipping HTTP/1 response stream with chunked enconding [Carlos Garcia Campos]
- Change Session to unqueue finished items earlier without an extra MainContext iteration [Carlos Garcia Campos]
Changes in libsoup from 3.2.2 to 3.3.0:
- Add
SoupMessage::got-body-data
signal to monitor progress of reads [Carlos Garcia Campos] - Add
soup_session_send_and_splice()
andsoup_session_send_and_splice_async()
convenience APIs [Carlos Garcia Campos] - Add
soup_message_set_force_http1()
andsoup_message_get_force_http1()
APIs [Milan Crha] - Change
soup_cookie_copy()
to not retain default ports [Patrick Griffis] - Ensure
SoupServerMessage
socket is available in websocket handler [Carlos Garcia Campos] - Fix
soup_message_new()
not erroring when URI has an empty host [Guillaume Desmottes] - Fix thread-saftey issues in
SoupConnectionAuth
[Milan Crha] - Fix various connection leaks [Biagio Festa, Carlos Garcia Campos]
- Fix the possibility of sending invalid empty
Sec-WebSocket-Protocol
header [Lukáš Tyrychtr] - Fix IO errors not being handled on
CONNECT
messages [Carlos Garcia Campos] - Numerous improvements to cookies:
- Add support for cookie prefixes (
__Secure-
and__Host-
) [Siwei Li] - Reject cookies with control characters in name or value [Siwei Li]
- Reject
SameSite=None
cookies withoutSecure
[Siwei Li] - Change
soup_cookie_parse()
to be more strict about what is considered whitespace [Siwei Li] - Change default SameSite value to
Lax
[Amanda Falke] - Fix
soup_cookie_equal()
withNULL
path [Patrick Griffis]
- Add support for cookie prefixes (
comment:3 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Off to gnome-44 with these