Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chris Talbot
libsoup
Commits
ae827ef0
Commit
ae827ef0
authored
Mar 18, 2022
by
Patrick Griffis
💬
Browse files
3.0.5
parent
45c9b9cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ae827ef0
Changes in libsoup from 3.0.4 to 3.0.5:
* Misc HTTP/2 fixes [Carlos Garcia Campos]
* Fix missing files for installed-tests [Simon McVittie]
* Fix SoupServer not properly handling invalid percent encoded paths [Ignacio Casal Quinteiro]
* Fix other areas not properly handling invalid percent encoded paths [Patrick Griffis]
* Fix SoupLogger:max-body-size of 0 meaning log nothing [Patrick Griffis]
Changes in libsoup from 3.0.3 to 3.0.4:
* Fix HTTP/2 not properly handling socket timeouts [Carlos Garcia Campos]
...
...
meson.build
View file @
ae827ef0
project
(
'libsoup'
,
'c'
,
version
:
'3.0.
4
'
,
version
:
'3.0.
5
'
,
meson_version
:
'>= 0.53'
,
license
:
'LGPL-2.0-or-later'
,
default_options
:
[
...
...
@@ -19,7 +19,7 @@ soup_version = meson.project_version()
#
# When bumping the first component version, set the second and third components
# to 0. When bumping the second version, set the third one to zero.
libversion
=
'0.0.
4
'
libversion
=
'0.0.
5
'
apiversion
=
'3.0'
soversion
=
libversion
.
split
(
'.'
)[
0
]
libsoup_api_name
=
'@0@-@1@'
.
format
(
meson
.
project_name
(),
apiversion
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment