diff --git a/.gitignore b/.gitignore index 085d95a..1d2b6fb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ certmonger-0.23.tar.gz certmonger-0.24.tar.gz certmonger-0.26.tar.gz certmonger-0.28.tar.gz +/certmonger-0.30.tar.gz diff --git a/certmonger.spec b/certmonger.spec index 033286b..18f5a62 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.28 +Version: 0.30 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -98,8 +98,20 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Wed Aug 25 2010 Nalin Dahyabhai 0.30-1 +- update to 0.30 + - fix errors computing the time at the end of an interval that were + caught by self-tests + +* Mon Aug 23 2010 Nalin Dahyabhai 0.29-1 +- update to 0.29 + - fix 64-bit cleanliness issue using libdbus + - actually include the full set of tests in tarballs + * Tue Aug 17 2010 Nalin Dahyabhai 0.28-1 -- fix self-signing certificate notBefore and notAfter values on 32-bit machines +- update to 0.28 + - fix self-signing certificate notBefore and notAfter values on 32-bit + machines * Tue Aug 17 2010 Nalin Dahyabhai 0.27-1 - update to 0.27 diff --git a/sources b/sources index b44f2a2..4f45e86 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 8e8d92a643a6215411f0c6d98aa66e1a certmonger-0.28.tar.gz +40c0d1fe60d152e4c7cd8f82d5194991 certmonger-0.30.tar.gz