From c9b7c40fe7db988f17c69c8d375fd4a1b9cda69a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Jul 17 2019 17:15:33 +0000 Subject: Tag 0.79.8 --- diff --git a/certmonger.spec b/certmonger.spec index a41b240..deb8c55 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,8 +25,8 @@ %endif Name: certmonger -Version: 0.79.7 -Release: 2%{?dist} +Version: 0.79.8 +Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -243,6 +243,13 @@ exit 0 %endif %changelog +* Wed Jul 17 2019 Rob Crittenden - 0.79.8-1 +- update to 0.78.8: + - Change /var/run -> /run in systemd service file + - Drop tests for 1024 and 1536-bit keys + - Move systemd tmpfiles from /var/run to /run + - Display profile, MS template and requested issuer if available + * Mon May 20 2019 Rob Crittenden - 0.79.7-2 - Move systemd tmpfiles from /var/run to /run (upstream #111) diff --git a/configure.ac b/configure.ac index 14ef08e..49e3977 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.79.7) +AC_INIT(certmonger,0.79.8) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([disable])