From ac396f8a960fb123e7e51ae03921b04fb4420904 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Aug 07 2017 19:00:46 +0000 Subject: Tag 0.79.4 Signed-off-by: Rob Crittenden --- diff --git a/certmonger.spec b/certmonger.spec index a2c0c4a..5fea54c 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.79.3 +Version: 0.79.4 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -243,6 +243,14 @@ exit 0 %endif %changelog +* Mon Aug 7 2017 Rob Crittenden 0.79.4-1 +- update to 0.79.4 + - fix CA option name for ipa cert-request + - fix minor memory leak + - fix build warnings + - fix an incorrect date in the .spec changelog + - bump gettext version to avoid warning + * Tue Feb 28 2017 Nalin Dahyabhai 0.79.3-1 - update to 0.79.3: - fix self-signing self-test cases that used DSA or EC keys diff --git a/configure.ac b/configure.ac index c1d37d9..4b2fcfc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.79.3) +AC_INIT(certmonger,0.79.4) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([disable])