From 5fca7fc167c96d1b60ad02642c26b5db39a61cba Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 08 2013 23:31:20 +0000 Subject: tag 0.65 --- diff --git a/certmonger.spec b/certmonger.spec index c80b3fc..c5d4583 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.64 +Version: 0.65 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -201,6 +201,9 @@ exit 0 %endif %changelog +* Tue Jan 8 2013 Nalin Dahyabhai 0.65-1 +- fix a crash in the self-tests + * 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 diff --git a/configure.ac b/configure.ac index a6de48a..ac4f40a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.64) +AC_INIT(certmonger,0.65) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE