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
044f337e
Commit
044f337e
authored
Feb 18, 2020
by
Niels De Graef
😁
Browse files
Release unstable version 3.35.91
parent
481d47bc
Pipeline
#153531
passed with stages
in 18 minutes and 37 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
044f337e
gcr 3.35.91:
- Mark deprecated functions with G_DEPRECATED [GNOME/gcr#36, GNOME/gcr!47]
- egg-oid: Add comments for translators for new abbrevations [GNOME/gcr#40, GNOME/gcr!45]
- Updated translations
gcr 3.35.90:
- Add support for "NEW CERTIFICATE REQUEST" header [GNOME/gcr!44]
- Add support for GOST certificates [GNOME/gcr!43]
...
...
configure.ac
View file @
044f337e
m4_define([gcr_major], [3])
m4_define([gcr_minor], [35])
m4_define([gcr_micro], [9
0
])
m4_define([gcr_micro], [9
1
])
AC_PREREQ([2.63])
AC_INIT([gcr], [gcr_major.gcr_minor.gcr_micro],
...
...
meson.build
View file @
044f337e
project
(
'gcr'
,
'c'
,
version
:
'3.35.9
0
'
,
version
:
'3.35.9
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