From 8e327dd54008c867e1b8152fa72cc0558167d366 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jul 09 2015 19:52:37 +0000 Subject: tag 0.78.2 --- diff --git a/certmonger.spec b/certmonger.spec index 40f6334..593d273 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.78.1 +Version: 0.78.2 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -242,6 +242,15 @@ exit 0 %endif %changelog +* Thu Jul 9 2015 Nalin Dahyabhai 0.78.2-1 +- tweak initialization so that we set up for providing our D-Bus API before we + register our name with the bus, so that we can handle any requests that + arrive before the acknowledgement of that registration +- on systems that run systemd, add the right data file so that the service gets + started when someone tries to talk to the daemon (ticket #38) +- correctly check for error responses when sending GetCAChain requests to SCEP + servers + * Sun Jun 21 2015 Nalin Dahyabhai 0.78.1-1 - self-tests: assume that certutil won't generate DSA keys with more than 1024 bits, and will often short us by a few diff --git a/configure.ac b/configure.ac index f2f1b30..dea762e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.78.1) +AC_INIT(certmonger,0.78.2) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])