From daf90d724f050ad3383ff4169998f24446775670 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: May 15 2015 21:06:29 +0000 Subject: tag 0.77.4 --- diff --git a/certmonger.spec b/certmonger.spec index 1a67df4..fdca47e 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77.3 +Version: 0.77.4 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,6 +239,14 @@ exit 0 %endif %changelog +* Fri May 15 2015 Nalin Dahyabhai 0.77.4-1 +- don't display PINs in "getcert list" output (#42) +- clean up launching of a private instance in "getcert" +- expand on the don't-delete-private-key fix from 0.77.3 by letting NSS's + own safety checks have an effect +- backport record-keeping of key generation dates and counts of how many + times we've gotten certificates using a given key pair + * Thu May 7 2015 Nalin Dahyabhai 0.77.3-1 - fix a data loss bug when saving renewed certificates to NSS databases - the private key could be removed in error since 0.77 diff --git a/configure.ac b/configure.ac index 6880d84..4af0d0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.77.3) +AC_INIT(certmonger,0.77.4) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])