From 7b1630c5c21d997a77faf868576b53811b23c335 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jun 18 2014 18:12:32 +0000 Subject: Tag 0.75.3 --- diff --git a/certmonger.spec b/certmonger.spec index f01d6a8..c6f26d0 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.75.2 +Version: 0.75.3 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -205,6 +205,10 @@ exit 0 %endif %changelog +* Wed Jun 18 2014 Nalin Dahyabhai 0.75.3-1 +- read and cache whether or not we saw a noOCSPcheck extension in certificates +- documentation updates + * Mon Jun 16 2014 Nalin Dahyabhai 0.75.2-1 - when generating keys using OpenSSL, if key generation fails, try again with the default key size, in case we're in FIPS mode diff --git a/configure.ac b/configure.ac index 3befe38..c6b57eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.75.2) +AC_INIT(certmonger,0.75.3) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])