Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monkeysign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simonft
monkeysign
Commits
092e7c61
Commit
092e7c61
authored
12 years ago
by
Antoine Beaupré
Browse files
Options
Downloads
Patches
Plain Diff
announce 0.6
parent
b07b581f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+9
-0
9 additions, 0 deletions
debian/changelog
gpg.py
+1
-1
1 addition, 1 deletion
gpg.py
with
10 additions
and
1 deletion
debian/changelog
+
9
−
0
View file @
092e7c61
monkeysign (0.6) unstable; urgency=low
* fix warnings in the graphical interface
* make qr-code detection be case-insensitive
* fix syntax error
* follow executable renames properly
-- Antoine Beaupré <anarcat@debian.org> Sat, 06 Oct 2012 16:08:48 +0200
monkeysign (0.5) unstable; urgency=low
* non-exportable signatures (--local) support
...
...
This diff is collapsed.
Click to expand it.
gpg.py
+
1
−
1
View file @
092e7c61
...
...
@@ -61,7 +61,7 @@ However, the implementation here has:
2. a cleaner API
"""
__version__
=
'
0.
5
'
__version__
=
'
0.
6
'
import
os
,
tempfile
,
shutil
,
subprocess
,
re
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment