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
8e7227a2
Commit
8e7227a2
authored
Jan 05, 2020
by
Niels De Graef
😁
Browse files
Release unstable version 3.35.1
parent
898e87e4
Pipeline
#141184
passed with stages
in 15 minutes and 32 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
8e7227a2
gcr 3.35.1:
- gcr-certificate: Add (virtual) annotation [GNOME/gcr!35, GNOME/gcr#37]
- Always use G_PARAM_STATIC_STRINGS [GNOME/gcr!31]
- Support Meson build system [GNOME/gcr!11,32,33,34]
- Avoid potential 64-bit pointer aliasing alignment issues [GNOME/gcr!27, GNOME/gcr#34]
- Update README to mention correct environment variables [GNOME/gcr!25]
- build: Use sed for .desktop variables substitution [GNOME/gcr!24]
- Updated translations
gcr 3.34.0:
- gcr-prompt-dialog: Allow the use of mnemonics in the choice label [GNOME/gcr!22]
- Use python3 shebang in ui/icons/render-icons.py [GNOME/gcr!21]
...
...
configure.ac
View file @
8e7227a2
m4_define([gcr_major], [3])
m4_define([gcr_minor], [3
4
])
m4_define([gcr_micro], [
0
])
m4_define([gcr_minor], [3
5
])
m4_define([gcr_micro], [
1
])
AC_PREREQ([2.63])
AC_INIT([gcr], [gcr_major.gcr_minor.gcr_micro],
...
...
meson.build
View file @
8e7227a2
project
(
'gcr'
,
'c'
,
version
:
'3.3
4.0
'
,
version
:
'3.3
5.1
'
,
meson_version
:
'>= 0.49'
,
license
:
'GPL2+'
,
)
...
...
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