Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libsecret
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
libsecret
Commits
eb4f967e
Commit
eb4f967e
authored
Mar 11, 2020
by
Daiki Ueno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.20.2
parent
741867c3
Pipeline
#161980
passed with stages
in 5 minutes and 34 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
NEWS
NEWS
+6
-0
configure.ac
configure.ac
+1
-1
meson.build
meson.build
+1
-1
No files found.
NEWS
View file @
eb4f967e
0.20.2
* secret-file-collection: force little-endian in GVariant [!49, #42]
* Prefer g_info() over g_message() [!48, #40]
* meson: Don't specify shared_library() [!47]
* docs: Make sure to set install: true [!46]
0.20.1
* Build fixes [!45]
...
...
configure.ac
View file @
eb4f967e
...
...
@@ -2,7 +2,7 @@ AC_PREREQ(2.63)
m4_define([libsecret_major_version], 0)
m4_define([libsecret_minor_version], 20)
m4_define([libsecret_micro_version],
1
)
m4_define([libsecret_micro_version],
2
)
m4_define([libsecret_version],
[libsecret_major_version.libsecret_minor_version.libsecret_micro_version])
AC_INIT([libsecret],[libsecret_version],
...
...
meson.build
View file @
eb4f967e
project('libsecret', 'c',
version: '0.20.
1
',
version: '0.20.
2
',
license: 'GPL2+',
meson_version: '>= 0.50',
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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