From 70243cb49bb5da751ac059d766078339cb59f604 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Sep 29 2011 19:46:03 +0000 Subject: - tag 0.48 --- diff --git a/certmonger.spec b/certmonger.spec index cd06c9a..8dcdcb3 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.47 +Version: 0.48 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -188,6 +188,10 @@ exit 0 %endif %changelog +* Thu Sep 29 2011 Nalin Dahyabhai 0.48-1 +- don't incorrectly assume that CERT_ImportCerts() returns a NULL-terminated + array (#742348) + * Tue Sep 27 2011 Nalin Dahyabhai 0.47-1 - getcert: distinguish between {stat() succeeds but isn't a directory} and {stat() failed} when printing an error message (#739903) diff --git a/configure.ac b/configure.ac index 453be09..b8ebc76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.47) +AC_INIT(certmonger,0.48) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE