-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# $Id$ | ||
|
||
%define name pius | ||
%define version 2.2.0 | ||
%define version 2.2.1 | ||
%define release 1 | ||
|
||
Name: %{name} | ||
|