File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.2.5
2+ Released: 3/17/18
3+ phil@ipom.com
4+ - [pius] Better error rerporting on GPG failures
5+ - [pius-report] Fix mis-reporting of unsigned keys
6+ - make options between utilities consistent
7+ georgemarshall:
8+ - port to python3
9+ lhirlimann
10+ - [pius-party-worksheet] use gpg2
11+ lechner
12+ - Add man pages from Debian
13+ - Fix help typos
14+
1152.2.4
216Released: 2/28/17
317phil@ipom.com
Original file line number Diff line number Diff line change 22
33import os
44
5- VERSION = '2.2.4 '
5+ VERSION = '2.2.5 '
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.4 ' ;
23+ use constant VERSION => ' 2.2.5 ' ;
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.4
2+ %define version 2.2.5
33%define release 1
44
55Name: %{name }
You can’t perform that action at this time.
0 commit comments