From 041971488369d9f0cd0572ebebc45b0d5ddf07ed Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mar 24 2011 19:21:16 +0000 Subject: - tag 0.38 --- diff --git a/certmonger.spec b/certmonger.spec index cfbaf43..a4d71ae 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.37 +Version: 0.38 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -109,6 +109,11 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Thu Mar 24 2011 Nalin Dahyabhai 0.38-1 +- update to 0.38 + - catch cases where we can't read a PIN file, but we never have to log + in to the token to access the private key (more of #688229) + * Tue Mar 22 2011 Nalin Dahyabhai 0.37-1 - update to 0.37 - be more careful about checking if we can read a PIN file successfully diff --git a/configure.ac b/configure.ac index 41050ab..4a5ba8e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.37) +AC_INIT(certmonger,0.38) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE