From 6d8d43041605e178b9aff00229aec6abd83f6c1b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 04 2015 15:15:37 +0000 Subject: tag 0.78.4 --- diff --git a/certmonger.spec b/certmonger.spec index 0f91fea..2850554 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.78.3 +Version: 0.78.4 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -242,6 +242,11 @@ exit 0 %endif %changelog +* Tue Aug 4 2015 Nalin Dahyabhai 0.78.4-1 +- fix the "getcert start-tracking" -L and -l options (#1249753) +- output diagnostics about the second request when scep-submit encounters an + error during a second request to the SCEP server + * Mon Jul 20 2015 Nalin Dahyabhai 0.78.3-1 - call poptGetOptArg() correctly, to fix parsing of the -R flag to scep-submit and the -O and -o flags to dogtag-submit (#1244914) diff --git a/configure.ac b/configure.ac index cc5dcae..986169b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.78.3) +AC_INIT(certmonger,0.78.4) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])