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
fbf69d00
Commit
fbf69d00
authored
Nov 24, 2021
by
Patrick Griffis
💬
Browse files
3.0.3
parent
a2899a3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
fbf69d00
Changes in libsoup from 3.0.2 to 3.0.3:
* Fix various HTTP/2 issues [Carlos Garcia Campos]
* Error when libsoup2 has been loaded before libsoup3 [Patrick Griffis]
* Fix memory leak when using TLS [Mart Raudsepp]
Changes in libsoup from 3.0.1 to 3.0.2:
* Add support for multiple auth challenges in one response [Patrick Griffis]
...
...
meson.build
View file @
fbf69d00
project
(
'libsoup'
,
'c'
,
version
:
'3.0.
2
'
,
version
:
'3.0.
3
'
,
meson_version
:
'>= 0.53'
,
license
:
'LGPL2'
,
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.
2
'
libversion
=
'0.0.
3
'
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