[pius-commit] pius Changelog,1.18,1.19 pius.spec,1.10,1.11
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2011-03-13 02:32:19
|
Update of /cvsroot/pgpius/pius
In directory vz-cvs-2.sog:/tmp/cvs-serv19493
Modified Files:
Changelog pius.spec
Log Message:
Verseion bump to 2.0.9, Changelog updates.
Signed-off-by: Phil Dibowitz <ph...@ip...>
Index: pius.spec
===================================================================
RCS file: /cvsroot/pgpius/pius/pius.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pius.spec 19 Sep 2010 13:47:51 -0000 1.10
+++ pius.spec 13 Mar 2011 02:32:17 -0000 1.11
@@ -2,7 +2,7 @@
# $Id$
%define name pius
-%define version 2.0.8
+%define version 2.0.9
%define release 1
Name: %{name}
@@ -26,7 +26,7 @@
%setup
%install
-make install PREFIX=$RPM_BUILD_ROOT/usr
+install PREFIX=$RPM_BUILD_ROOT/usr
%clean
rm -rf $RPM_BUILD_ROOT
@@ -34,5 +34,7 @@
%files
%defattr(755, root, bin, 755)
/usr/bin/%{name}
-%doc README COPYING
+/usr/bin/%{name}-keyring-mgr
+/usr/bin/%{name}-party-worksheet
+%doc README README.keyring-mgr COPYING
Index: Changelog
===================================================================
RCS file: /cvsroot/pgpius/pius/Changelog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Changelog 19 Sep 2010 13:47:51 -0000 1.18
+++ Changelog 13 Mar 2011 02:32:17 -0000 1.19
@@ -1,3 +1,19 @@
+2.0.9
+Released: 03/12/11
+ph...@ip...
+- Provide better error handling for bad mailserver data from users. Thanks to
+ kc...@kc... for the reports and debugging.
+- Provide option to not sort the keyring. Fixes #3182115.
+- Added pius-keyring-mgr, a new utility for managing keyrings, mostly useful
+ for party organizers
+- Added pius-party-worksheet. Previously this was offered on the site, but not as
+ part of this package. Generates party worksheets.
+to...@ge...
+- Fix passphrase checking for users who have 'armor' in their gpg configs. Fixes
+ #3073359.
+- Fix reading of keyring with GPG >= 2.0.10. Fixes #3073359.
+- Help and README updates. Fixes #3182019 and #3182028)
+
2.0.8
Released: 09/19/10
ph...@ip...
|