Skip to content

Commit f7fcace

Browse files
committed
Version bump to 2.2.5
1 parent 9584b63 commit f7fcace

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
2.2.4
216
Released: 2/28/17
317
phil@ipom.com

libpius/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44

5-
VERSION = '2.2.4'
5+
VERSION = '2.2.5'
66
MODE_INTERACTIVE = 0
77
MODE_CACHE_PASSPHRASE = 1
88
MODE_AGENT = 2

pius-party-worksheet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2525
sub print_html_header
2626
{

pius.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name pius
2-
%define version 2.2.4
2+
%define version 2.2.5
33
%define release 1
44

55
Name: %{name}

0 commit comments

Comments
 (0)