From 486cca1317f5ef853376970eb96ef7121659d6f3 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jun 10 2014 02:10:32 +0000 Subject: tag 0.74.95 --- diff --git a/certmonger.spec b/certmonger.spec index c3bbf30..216e15f 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.74.94 +Version: 0.74.95 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -205,6 +205,10 @@ exit 0 %endif %changelog +* Mon Jun 9 2014 Nalin Dahyabhai 0.74.95-1 +- add the "local" signer, a local toy CA that signs anything you'll + ask it to sign + * Fri Jun 6 2014 Nalin Dahyabhai 0.74.94-1 - fix self-test errors that we trigger with new OpenSSL - fix a build error that would sometimes happen when we're told to diff --git a/configure.ac b/configure.ac index 32005f8..8720989 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.74.94) +AC_INIT(certmonger,0.74.95) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])