From c08b2ad576f2d14d7d36ed0cbc403d799eca4fb7 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jul 21 2014 20:06:39 +0000 Subject: Tag 0.75.8 --- diff --git a/certmonger.spec b/certmonger.spec index 009ab1c..2d7dde3 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,8 +25,8 @@ %endif Name: certmonger -Version: 0.75.7 -Release: 2%{?dist} +Version: 0.75.8 +Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -234,6 +234,10 @@ exit 0 %endif %changelog +* Mon Jul 21 2014 Nalin Dahyabhai 0.75.8-1 +- add a 'refresh' option to the getcert command +- add a '-a' flag to the getcert command's 'refresh-ca' option + * Thu Jul 17 2014 Nalin Dahyabhai 0.75.7-2 - reintroduce package Requires: on systemd-sysv on F19 and EL6 and older, conditionalized it so that it's ignored on newer releases, and make @@ -245,7 +249,7 @@ exit 0 in that single-line values would lose the end-of-line after a daemon restart, but not before - handle timeout values and exit status values when calling CA helpers - in non-SUBMIT, non-POLL modes + in non-SUBMIT, non-POLL modes (#1118468) - rework how we save CA certificates so that we save CA certificates associated with end-entity certificates when we save that end-entity certificate, which requires running all of the involved pre- and post-save commands diff --git a/configure.ac b/configure.ac index 77c13ec..78deb06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.75.7) +AC_INIT(certmonger,0.75.8) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])