From 3573798659641daab1302cc879844fd1f1a68fad Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 10 2014 17:11:54 +0000 Subject: tag 0.76.5 --- diff --git a/certmonger.spec b/certmonger.spec index 797848f..06888d5 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.76.4 +Version: 0.76.5 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,6 +239,10 @@ exit 0 %endif %changelog +* Mon Nov 10 2014 Nalin Dahyabhai 0.76.5-1 +- avoid premature exit on CA data analysis failures (should fix issue + reported by Natxo Asenjo) + * Mon Nov 10 2014 Nalin Dahyabhai 0.76.4-1 - fix a failure in self-tests diff --git a/configure.ac b/configure.ac index 1e09c93..e4f867e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.76.4) +AC_INIT(certmonger,0.76.5) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])