From fa4b961722bd42ba02d1615b2d1eca0ba4dabd15 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 08 2013 23:04:51 +0000 Subject: tag 0.64 --- diff --git a/certmonger.spec b/certmonger.spec index 54aaae3..c80b3fc 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -201,6 +201,11 @@ exit 0 %endif %changelog +* Tue Jan 8 2013 Nalin Dahyabhai 0.64-1 +- at startup, if we resume the state machine for a given certificate to a state + which expects to have the newly-added lock already acquired, acquire it + before moving on with the certificate's work (still aimed at fixing #883484) + * Tue Dec 19 2012 Nalin Dahyabhai 0.63-1 - serialize access to NSS databases and the running of pre- and post-save commands which might also access them (possibly fixing part of #883484) diff --git a/configure.ac b/configure.ac index 1a8ff1b..a6de48a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.63) +AC_INIT(certmonger,0.64) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE