From bdc371472e332ae7267a69c95ea2bcbee89b1d81 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Apr 14 2015 17:02:55 +0000 Subject: tag 0.77.2 --- diff --git a/certmonger.spec b/certmonger.spec index c2a8d7f..caf487e 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77.1 +Version: 0.77.2 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,6 +239,18 @@ exit 0 %endif %changelog +* 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) +- give the local signer its own configuration option to set the lifetime + of its signing certificate, falling back to the lifetime configured for + the self-signer as a default to match the previous behavior +- fix a potential read segfault parsing the output of an enrollment helper, + introduced in 0.77 (thanks to Steve Neuharth) +- read the ns-certtype extension value in certificates +- request an enrollment certtype extension to CSRs if we have a profile name + that we want to use (ticket #17, possibly part of IPA ticket #57) + * Fri Feb 27 2015 Nalin Dahyabhai 0.77.1-1 - update to 0.77 - add initial, still rough, SCEP support (#1140241,#1161768) diff --git a/configure.ac b/configure.ac index 3ba9476..1d6a6ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.77.1) +AC_INIT(certmonger,0.77.2) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])