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
26df8c37
Commit
26df8c37
authored
Feb 03, 2020
by
Niels De Graef
😁
Browse files
Release unstable version 3.35.90
parent
3e242d4c
Pipeline
#148901
passed with stages
in 12 minutes and 6 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
26df8c37
gcr 3.35.90:
- Add support for "NEW CERTIFICATE REQUEST" header [GNOME/gcr!44]
- Add support for GOST certificates [GNOME/gcr!43]
- Rework handling of ASN.1 standard types [GNOME/gcr!42]
- Fix a few regressions in the Meson build [GNOME/gcr!46, 7ba0e00d]
- Add support for g_autoptr [GNOME/gcr!36, GNOME/gcr#16]
- Fixed some compiler warnings [GNOME/gcr!38]
- Updated translations
gcr 3.35.1:
- gcr-certificate: Add (virtual) annotation [GNOME/gcr!35, GNOME/gcr#37]
- Always use G_PARAM_STATIC_STRINGS [GNOME/gcr!31]
...
...
configure.ac
View file @
26df8c37
m4_define([gcr_major], [3])
m4_define([gcr_minor], [35])
m4_define([gcr_micro], [
1
])
m4_define([gcr_micro], [
90
])
AC_PREREQ([2.63])
AC_INIT([gcr], [gcr_major.gcr_minor.gcr_micro],
...
...
meson.build
View file @
26df8c37
project
(
'gcr'
,
'c'
,
version
:
'3.35.
1
'
,
version
:
'3.35.
90
'
,
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