From 0b9b15b4112a1729df95c90eed1bc386da94841a Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 13 2016 15:23:02 +0000 Subject: tag 0.78.6 --- diff --git a/certmonger.spec b/certmonger.spec index 1038ec0..99405db 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.78.5 +Version: 0.78.6 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -242,6 +242,10 @@ exit 0 %endif %changelog +* Wed Jan 13 2016 Nalin Dahyabhai 0.78.6-1 +- document the -R, -N, -o, and -t flags for dogtag-ipa-renew-agent-submit +- stop checking that we can generate 512 bit keys during self-tests + * Thu Nov 12 2015 Nalin Dahyabhai 0.78.5-1 - fix a possible uninitialized memory read (possibly #1260871) - log a diagnostic error when we fail to initialize libkrb5 diff --git a/configure.ac b/configure.ac index 91e71f0..cbf2b68 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.78.5) +AC_INIT(certmonger,0.78.6) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])