From ad78c15f24804f63a8e18da841e27b5d2e41dd95 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Feb 15 2012 06:16:13 +0000 Subject: - tag 0.54 --- diff --git a/certmonger.spec b/certmonger.spec index d6309ea..7968ae5 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.53 +Version: 0.54 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -194,6 +194,9 @@ exit 0 %endif %changelog +* Wed Feb 16 2012 Nalin Dahyabhai 0.54-1 +- fix setting the group ID when spawning the post-save command + * Tue Feb 15 2012 Nalin Dahyabhai 0.53-1 - large changes to the D-Bus glue, exposing a lot of data which we were providing via D-Bus getter methods as properties, and providing more diff --git a/configure.ac b/configure.ac index f038b79..e503f89 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.53) +AC_INIT(certmonger,0.54) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE