diff --git a/.cvsignore b/.cvsignore index bd1aa70..5149a02 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ certmonger-0.17.tar.gz certmonger-0.18.tar.gz certmonger-0.19.tar.gz certmonger-0.20.tar.gz +certmonger-0.21.tar.gz diff --git a/certmonger.spec b/certmonger.spec index 0452a3f..6f392af 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -2,7 +2,7 @@ %{?_with_check: %global pcheck 1} Name: certmonger -Version: 0.20 +Version: 0.21 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -100,6 +100,14 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Tue May 4 2010 Nalin Dahyabhai 0.21-1 +- update to 0.21 + - getcert/*-getcert: relay the desired CA to the local service, whether + specified on the command line (in getcert) or as a built-in hard-wired + default (in *-getcert) (#584983) + - flesh out the default certmonger.conf so that people can get a feel for + the expected formatting (Jenny Galipeau) + * Wed Apr 21 2010 Nalin Dahyabhai 0.20-1 - update to 0.20 - correctly parse certificate validity periods given in years (spotted by diff --git a/sources b/sources index 30f30b8..3f49917 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7d0d3e82dc25b5500677e5ced5e82c1 certmonger-0.20.tar.gz +f2ae840767dfee4249f016ed33e84bae certmonger-0.21.tar.gz