Skip to content

Commit

Permalink
Prep for 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Oct 8, 2015
1 parent ec8840c commit 3b1ccd3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
2.2.1
Released: 10/08/15
[email protected]
- Fix gpg version matching on Mac
- Fix crashing when we don't match version
- Change debug logging of commands to strings instead of lists so users
can copy/paste when debugging
- handle agent errors better on 2.1
- more clear errors for various agent issues
[email protected]
- fix command debug logging in libpius.signer
- fix output of keys in verbose mode (we were missing the first one)
- fix gpg2 interaction on Mac
- fix gpg2 for 2.0.x users

2.2.0
Released: 10/02/15
[email protected]:
[email protected]
[meta]
- significant refactoring of code into more classes
- add pius-report
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.0'
VERSION = '2.2.1'
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.0';
use constant VERSION => '2.2.1';

sub print_html_header
{
Expand Down
2 changes: 1 addition & 1 deletion pius.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $Id$

%define name pius
%define version 2.2.0
%define version 2.2.1
%define release 1

Name: %{name}
Expand Down

0 comments on commit 3b1ccd3

Please sign in to comment.