[certmonger] - update to 0.30 - fix bugs caught by self-tests

Nalin Dahyabhai nalin at fedoraproject.org
Wed Aug 25 19:52:18 UTC 2010


commit c00dcb498cd46f7edc9c4146bbe32ef0ba25dab7
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Aug 25 15:51:50 2010 -0400

    - update to 0.30
      - fix bugs caught by self-tests

 .gitignore      |    1 +
 certmonger.spec |   16 ++++++++++++++--
 sources         |    1 +
 3 files changed, 16 insertions(+), 2 deletions(-)
---
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 <nalin at redhat.com> 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 <nalin at redhat.com> 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 <nalin at redhat.com> 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 <nalin at redhat.com> 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


More information about the scm-commits mailing list