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
GNOME
gcr
Commits
c15a18f7
Commit
c15a18f7
authored
Sep 05, 2022
by
Niels De Graef
😁
Browse files
Release unstable version 3.92.0
parent
979c67f1
Pipeline
#440598
passed with stage
in 5 minutes and 12 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
c15a18f7
gcr 3.92.0:
- This is the beta release of gcr4, which is a major version bump after gcr3
with several API and ABI breaks.
- `GcrCertificateSection` and `GcrCertificateField` have been added, which now
allow consumers to more easily create their own GcrCertificate-based UIs.
- gcr4 will no longer ship UI libraries, i.e. gcr-gtk3 or gcr-gtk4.
- `GcrComparable` and `GckList` have been removed
gcr 3.90.0:
- WARNING: this is the alpha release of gcr4, which is a major version bump
with several API and ABI breaks.
...
...
meson.build
View file @
c15a18f7
project
(
'gcr'
,
'c'
,
version
:
'3.9
0
.0'
,
version
:
'3.9
2
.0'
,
meson_version
:
'>= 0.59'
,
license
:
'GPL2+'
,
)
...
...
@@ -18,7 +18,7 @@ gcr_minor_version = gcr_version_array[1].to_int()
gcr_micro_version
=
gcr_version_array
[
2
].
to_int
()
gck_api_version
=
'2'
gck_version
=
'1.9
0
.0'
gck_version
=
'1.9
2
.0'
gck_soversion
=
'0.0.0'
gck_version_array
=
gck_version
.
split
(
'.'
)
gck_major_version
=
gck_version_array
[
0
].
to_int
()
...
...
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