Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fprintd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
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
libfprint
fprintd
Commits
9e32cd52
Commit
9e32cd52
authored
Jun 15, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.8.1
parent
32b9f1b0
Pipeline
#1380
passed with stage
in 3 minutes and 19 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
NEWS
NEWS
+9
-0
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
9e32cd52
This file lists notable changes in each release. For the full history of all
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
changes, see ChangeLog.
version 0.8.1:
- Fix build when builddir != srcdir
- Fix possible crash on exit
- Avoid warnings in copy/paste header
- Sandbox fprintd daemon more
- Update website address
- Minimise debug output
- Updated translations
version 0.8.0:
version 0.8.0:
- Lockdown the daemon to minimise potential security issues
- Lockdown the daemon to minimise potential security issues
- Don't wake up readers when there's no enrolled fingerprints
- Don't wake up readers when there's no enrolled fingerprints
...
...
configure.ac
View file @
9e32cd52
AC_INIT([fprintd], [0.8.
0
])
AC_INIT([fprintd], [0.8.
1
])
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip check-news])
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip check-news])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([config.h])
...
...
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