From 920542693ee10b21a63fe68ee64716d3adb58002 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jun 15 2014 03:42:41 +0000 Subject: Tag 0.75.1 --- diff --git a/certmonger.spec b/certmonger.spec index 103bf8f..68f9eba 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.75 +Version: 0.75.1 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -205,6 +205,9 @@ exit 0 %endif %changelog +* Sat Jun 14 2014 Nalin Dahyabhai 0.75.1-1 +- log the state in 'getcert status' verbose mode + * Fri Jun 13 2014 Nalin Dahyabhai 0.75-1 - add a -w (wait) flag to the getcert's request/resubmit/start-tracking commands, and add a non-waiting status command diff --git a/configure.ac b/configure.ac index 546f496..eec8ebd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.75) +AC_INIT(certmonger,0.75.1) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])