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
25a72802
Commit
25a72802
authored
Jan 05, 2022
by
Patrick Griffis
💬
Browse files
3.0.4
parent
3b8768e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
25a72802
Changes in libsoup from 3.0.3 to 3.0.4:
* Fix HTTP/2 not properly handling socket timeouts [Carlos Garcia Campos]
* Improvements to test reliablity [Simon McVittie]
* Fix cross-compiling to Windows [Melroy van den Berg]
* Fix tests with development glib-networking [Patrick Griffis]
* Expose soup_uri_copy() to Vala [Jens Georg]
Changes in libsoup from 3.0.2 to 3.0.3:
* Fix various HTTP/2 issues [Carlos Garcia Campos]
...
...
meson.build
View file @
25a72802
project
(
'libsoup'
,
'c'
,
version
:
'3.0.
3
'
,
version
:
'3.0.
4
'
,
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.
3
'
libversion
=
'0.0.
4
'
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