From deea43893e081f7e88ab298f38f06d10ac9a1367 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mar 25 2011 18:00:15 +0000 Subject: - tag 0.39 --- diff --git a/certmonger.spec b/certmonger.spec index a4d71ae..4e1c32d 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.38 +Version: 0.39 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -109,6 +109,16 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Fri Mar 25 2011 Nalin Dahyabhai 0.39-1 +- update to 0.39 + - fix use of an uninitialized variable in the xmlrpc-based submission + helpers (#690886) + +* 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) + * 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 diff --git a/configure.ac b/configure.ac index 4a5ba8e..e9ef0b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.38) +AC_INIT(certmonger,0.39) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE