From f12c3871074a3b07cc60d8d800eb36d48d0e12b0 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 27 2014 21:24:30 +0000 Subject: tag 0.71 --- diff --git a/certmonger.spec b/certmonger.spec index 1e7721a..916da7e 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.70 +Version: 0.71 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -202,6 +202,16 @@ exit 0 %endif %changelog +* Mon Jan 27 2014 Nalin Dahyabhai 0.71-1 +- check for cases where we fail to allocate memory while reading a request + or CA entry from disk (John Haxby) +- only handle one watch at a time, which should avoid abort() during + attempts to reconnect to the message bus after losing our connection + to it (#1055521) + +* Fri Jan 24 2014 Daniel Mach - 0.70-2 +- Mass rebuild 2014-01-24 + * Thu Jan 2 2014 Nalin Dahyabhai 0.70-1 - add a --with-homedir option to configure, and use it, since subprocesses which we run and which use NSS may attempt to write to $HOME/.pki, and diff --git a/configure.ac b/configure.ac index d38d9e4..a4f686c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.70) +AC_INIT(certmonger,0.71) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])