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
2add3502
Commit
2add3502
authored
Nov 24, 2021
by
Patrick Griffis
💬
Browse files
2.74.2
parent
67ea293d
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2add3502
Changes in libsoup from 2.74.1 to 2.74.2:
* Error when libsoup3 is already loaded before libsoup2 [Patrick Griffis]
Changes in libsoup from 2.74.0 to 2.74.1:
* Fix support for older versions of Vala [Rico Tzschichholz]
...
...
meson.build
View file @
2add3502
project
(
'libsoup'
,
'c'
,
version
:
'2.74.
1
'
,
version
:
'2.74.
2
'
,
meson_version
:
'>=0.50'
,
license
:
'LGPL2'
,
default_options
:
'c_std=c99'
)
...
...
@@ -20,7 +20,7 @@ soup_version_micro = version_arr[2]
#
# 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
=
'1.11.
1
'
libversion
=
'1.11.
2
'
apiversion
=
'2.4'
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