From 093fab5d5c8cbec0212d9739ed13ab73102ef717 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 15 2011 19:18:14 +0000 Subject: tag 0.46 --- diff --git a/certmonger.spec b/certmonger.spec index ad7a03f..fd410fa 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.45 +Version: 0.46 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -182,6 +182,10 @@ exit 0 %endif %changelog +* Mon Aug 15 2011 Nalin Dahyabhai 0.46-1 +- treat the ability to access keys in an NSS database without using a PIN, + when we've been told we need one, as an error (#692766, really this time) + * Thu Aug 11 2011 Nalin Dahyabhai 0.45-1 - modify the systemd .service file to be a proper 'dbus' service (more of #718172) diff --git a/configure.ac b/configure.ac index 898dba8..87af377 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.45) +AC_INIT(certmonger,0.46) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE