[pius-commit] pius Changelog, 1.16, 1.17 pius, 1.28, 1.29 pius.spec, 1.8, 1.9
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2010-03-04 14:44:07
|
Update of /cvsroot/pgpius/pius In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12868 Modified Files: Changelog pius pius.spec Log Message: Version bump. Index: pius.spec =================================================================== RCS file: /cvsroot/pgpius/pius/pius.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- pius.spec 1 Mar 2010 20:29:04 -0000 1.8 +++ pius.spec 4 Mar 2010 14:43:59 -0000 1.9 @@ -2,7 +2,7 @@ # $Id$ %define name pius -%define version 2.0.6 +%define version 2.0.7 %define release 1 Name: %{name} Index: pius =================================================================== RCS file: /cvsroot/pgpius/pius/pius,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- pius 3 Mar 2010 19:56:41 -0000 1.28 +++ pius 4 Mar 2010 14:43:59 -0000 1.29 @@ -34,7 +34,7 @@ import subprocess import sys -VERSION = '2.0.6+CVS' +VERSION = '2.0.7' DEBUG_ON = False MODE_INTERACTIVE = 0 Index: Changelog =================================================================== RCS file: /cvsroot/pgpius/pius/Changelog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Changelog 1 Mar 2010 20:59:35 -0000 1.16 +++ Changelog 4 Mar 2010 14:43:59 -0000 1.17 @@ -1,3 +1,9 @@ +2.0.7 +Released: 03/04/10 +ph...@ip... +- Don't attempt to delete things we didn't create. Fixes #2962342. +- Provide a useful error when we can't find the gpg binary. Fixes #2962341. + 2.0.6 Released: 03/01/10 ph...@ip... |