File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.2.4
2+ Released: 2/28/17
3+ phil@ipom.com
4+ - [pius] Handle agent version mismatch error from gpg
5+ - [pius-keyring-mgr] Use long keyids (security)
6+ - [pius-party-worksheet] Handle new gpg format
7+ pstarrev@gmail.com
8+ - [pius] - Do not remove signing key from trustdb (closes #47)
9+
1102.2.3
211Released: 1/16/17
312phil@ipom.com
Original file line number Diff line number Diff line change 22
33import os
44
5- VERSION = '2.2.3 '
5+ VERSION = '2.2.4 '
66MODE_INTERACTIVE = 0
77MODE_CACHE_PASSPHRASE = 1
88MODE_AGENT = 2
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ use Getopt::Long;
2020# You can find the original at http://www.cryptnet.net/people/vab/
2121#
2222
23- use constant VERSION => ' 2.2.3 ' ;
23+ use constant VERSION => ' 2.2.4 ' ;
2424
2525sub print_html_header
2626{
Original file line number Diff line number Diff line change 11%define name pius
2- %define version 2.2.3
2+ %define version 2.2.4
33%define release 1
44
55Name: %{name }
You can’t perform that action at this time.
0 commit comments