From d20c524310b23cedf83e1615d56ce81636640fbb Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: May 07 2015 20:55:02 +0000 Subject: tag 0.77.3 --- diff --git a/certmonger.spec b/certmonger.spec index caf487e..1a67df4 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77.2 +Version: 0.77.3 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,6 +239,12 @@ exit 0 %endif %changelog +* 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 +- fixes for bugs found by static analysis +- fix self-tests when built with OpenSSL 1.0.2 + * Tue Apr 14 2015 Nalin Dahyabhai 0.77.2-1 - expose the certificate's not-valid-before and not-valid-after dates as a property over D-Bus (ticket #41) diff --git a/configure.ac b/configure.ac index 1d6a6ad..6880d84 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.77.2) +AC_INIT(certmonger,0.77.3) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])