From 4b8c6dffddead4e4fedbea71ac695ad3fa31a774 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 25 2010 19:14:50 +0000 Subject: - tag 0.30 --- diff --git a/certmonger.spec b/certmonger.spec index 6734667..18f5a62 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.29 +Version: 0.30 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -98,6 +98,11 @@ 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 diff --git a/configure.ac b/configure.ac index d57b69e..6fa5f62 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.29) +AC_INIT(certmonger,0.30) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE