From 3514c6d7a9d61a48f09f4f7affe06fa508a494ee Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Oct 20 2020 19:39:55 +0000 Subject: Tag 0.79.13 Signed-off-by: Rob Crittenden --- diff --git a/certmonger.spec b/certmonger.spec index 214058e..6d94879 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -27,7 +27,7 @@ %bcond_with xmlrpc Name: certmonger -Version: 0.79.12 +Version: 0.79.13 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -263,6 +263,14 @@ exit 0 %endif %changelog +* Tue Oct 20 2020 Rob Crittenden - 0.79.13-1 +- update to 0.79.13: + - Fix NSS shutdown issues when obtaining the internal token name + - Save a copy of the IPA error message when parsing the JSON result + - certread-n: Look up certs using PK11_FindCertFromNickname() + - Free public key information after storing and displaying + - Don't report a spurious error if no SCEP pkiMessage is ready yet + * Mon Oct 5 2020 Rob Crittenden - 0.79.12-1 - update to 0.79.12: - Drop previous dbus fix which allowed certmonger to stop on dbus stop diff --git a/configure.ac b/configure.ac index fed14b8..d7f1ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.79.12) +AC_INIT(certmonger,0.79.13) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([disable])