From 77ca9852c14806a06ebe34c8cf50ac1aaa2f60aa Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 11 2011 17:30:31 +0000 Subject: - update to 0.45 --- diff --git a/certmonger.spec b/certmonger.spec index de7f92b..ad7a03f 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.44 +Version: 0.45 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -182,6 +182,10 @@ exit 0 %endif %changelog +* Thu Aug 11 2011 Nalin Dahyabhai 0.45-1 +- modify the systemd .service file to be a proper 'dbus' service (more + of #718172) + * Thu Aug 11 2011 Nalin Dahyabhai 0.44-1 - check specifically for cases where a specified token that we need to use just isn't present for whatever reason (#697058) diff --git a/configure.ac b/configure.ac index af4f7a1..898dba8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.44) +AC_INIT(certmonger,0.45) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE