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
ead1754d
Commit
ead1754d
authored
Oct 24, 2021
by
Patrick Griffis
💬
Browse files
3.0.2
parent
35ff1165
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ead1754d
Changes in libsoup from 3.0.1 to 3.0.2:
* Add support for multiple auth challenges in one response [Patrick Griffis]
* Fix SoupCache test failures on 32bit [Patrick Griffis]
* Don't treat `-Wincompatible-pointer-types` as error
The `glib-mkenums` tool sometimes triggered this [Patrick Griffis]
* Improve `gssapi` dependency handling [Nirbheek Chauhan]
* Fix undefined `ssize_t` on Windows [Chun-wei Fan]
* Updated translations: Hebrew
Changes in libsoup from 3.0.0 to 3.0.1:
* Move python overrides to upstream pygobject [Patrick Griffis]
...
...
meson.build
View file @
ead1754d
project
(
'libsoup'
,
'c'
,
version
:
'3.0.
1
'
,
version
:
'3.0.
2
'
,
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.
1
'
libversion
=
'0.0.
2
'
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