[pius-commit] pius Changelog, 1.10, 1.11 pius, 1.21, 1.22 pius.spec, 1.6, 1.7
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2010-02-27 11:17:17
|
Update of /cvsroot/pgpius/pius In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3546 Modified Files: Changelog pius pius.spec Log Message: version bump. Index: pius.spec =================================================================== RCS file: /cvsroot/pgpius/pius/pius.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- pius.spec 12 Feb 2010 23:04:08 -0000 1.6 +++ pius.spec 27 Feb 2010 11:17:09 -0000 1.7 @@ -2,7 +2,7 @@ # $Id$ %define name pius -%define version 2.0.4 +%define version 2.0.5 %define release 1 Name: %{name} Index: pius =================================================================== RCS file: /cvsroot/pgpius/pius/pius,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- pius 27 Feb 2010 11:07:09 -0000 1.21 +++ pius 27 Feb 2010 11:17:09 -0000 1.22 @@ -34,7 +34,7 @@ import subprocess import sys -VERSION = '2.0.4' +VERSION = '2.0.5' DEBUG_ON = False MODE_INTERACTIVE = 0 Index: Changelog =================================================================== RCS file: /cvsroot/pgpius/pius/Changelog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Changelog 12 Feb 2010 23:04:08 -0000 1.10 +++ Changelog 27 Feb 2010 11:17:09 -0000 1.11 @@ -1,3 +1,13 @@ +2.0.5 +Released: 02/27/10 +ph...@ip... +- Encode keys for quoted-printable before sending them that way. + (closes #2960095) +- Prompt for a sign-level rather than 'y' or 'n', allowing for different levels + per key. (closes #2960103) +- Remove help text that claimed a local mail server is required for mailing off + keys - this hasn't been true for a while (thanks to kcb...@gm...) + 2.0.4 Released: 02/13/10 ma...@ma... |