From 01a22bd6bc1de6153d33160f7585939514b1619c Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 23 2010 22:56:34 +0000 Subject: - update to 0.29 --- diff --git a/certmonger.spec b/certmonger.spec index 033286b..6734667 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.28 +Version: 0.29 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -98,8 +98,15 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* 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/configure.ac b/configure.ac index 53e4b23..d57b69e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.28) +AC_INIT(certmonger,0.29) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE