From 5faaac054a2ddf8dda810206a6feb822110b0921 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Oct 05 2020 15:16:44 +0000 Subject: Tag 0.79.12 Signed-off-by: Rob Crittenden --- diff --git a/certmonger.spec b/certmonger.spec index f2abd30..214058e 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -27,7 +27,7 @@ %bcond_with xmlrpc Name: certmonger -Version: 0.79.11 +Version: 0.79.12 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -263,6 +263,15 @@ exit 0 %endif %changelog +* 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 + - Configure systemd service so certmonger is managed by dbus start/stop + - Remove empty translation files in prep for Weblate + - Switch IPA to use the JSON instead of XML-RPC API + - Disable certmaster CA support by default + - Don't send SIGKILL to children, give them a chance to die + * Tue Jun 30 2020 Rob Crittenden - 0.79.11-1 - update to 0.79.11: - Fix crash bug when generating thumbprints. diff --git a/configure.ac b/configure.ac index f296485..fed14b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.79.11) +AC_INIT(certmonger,0.79.12) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([disable])