Skip to content

Commit

Permalink
Prep for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Jan 17, 2016
1 parent dc43413 commit 91ac9ec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.2.2
Released: 1/17/15
[email protected]
- Make output of -T clearer, add instructions to change default mail. Fixes #23.
- Update pius.spec to handle build changes. Fixes #18.
[email protected]
- Handle PINENTRY_LAUNCHED & PROGRESS.
[email protected]
- add --force-signer option to force specific keyid for signing

2.2.1
Released: 10/08/15
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion libpius/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

VERSION = '2.2.1'
VERSION = '2.2.2'
MODE_INTERACTIVE = 0
MODE_CACHE_PASSPHRASE = 1
MODE_AGENT = 2
Expand Down
2 changes: 1 addition & 1 deletion pius-party-worksheet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use Getopt::Long;
# You can find the original at http://www.cryptnet.net/people/vab/
#

use constant VERSION => '2.2.1';
use constant VERSION => '2.2.2';

sub print_html_header
{
Expand Down
2 changes: 1 addition & 1 deletion pius.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name pius
%define version 2.2.1
%define version 2.2.2
%define release 1

Name: %{name}
Expand Down

0 comments on commit 91ac9ec

Please sign in to comment.