From 0ebc3d26d0c8b0af39cea4cf17aa69b5605b69c4 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jul 31 2014 16:07:59 +0000 Subject: Tag 0.75.9 --- diff --git a/certmonger.spec b/certmonger.spec index 2d7dde3..76e6634 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.75.8 +Version: 0.75.9 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -234,6 +234,11 @@ exit 0 %endif %changelog +* Thu Jul 31 2014 Nalin Dahyabhai 0.75.9-1 +- avoid potential use-after-free after a CA is removed dynamically (thanks to + Keenan Brock) (#1125342) +- add a "external-helper" property to CA objects + * Mon Jul 21 2014 Nalin Dahyabhai 0.75.8-1 - add a 'refresh' option to the getcert command - add a '-a' flag to the getcert command's 'refresh-ca' option diff --git a/configure.ac b/configure.ac index 78deb06..06e8ace 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.75.8) +AC_INIT(certmonger,0.75.9) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])