From 647aaf59dcba62530e1c607bb82fdfd2c3a4aa5b Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: May 08 2018 14:22:54 +0000 Subject: Tag 0.79.6 Signed-off-by: Rob Crittenden --- diff --git a/certmonger.spec b/certmonger.spec index 745994e..2b68a88 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.79.5 +Version: 0.79.6 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -243,6 +243,14 @@ exit 0 %endif %changelog +* Tue May 8 2018 Rob Crittenden 0.79.6-1 +- update to 0.79.6: + - Better support for NSS SQLite databases + - Fix CA creation in local CA, fix DER issue in constraint + - If stderr is not a tty log to syslog so the helpers can log + - Allow configuration of client SCEP algorithms + - Set default SCEP digest to SHA-256, cipher to AES-256 per spec + * Mon Apr 2 2018 Rob Crittenden 0.79.5-2 - Switch from libidn to libidn2 for better IDNA2008 support diff --git a/configure.ac b/configure.ac index df274db..663c5b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.79.5) +AC_INIT(certmonger,0.79.6) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([disable])