From b2d797ee67a1ab058013f4bfa7db9bba84f89cf8 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 24 2009 20:23:31 +0000 Subject: - prepare for 0.13 since we're changing a default here --- diff --git a/certmonger.spec b/certmonger.spec index a48c05f..d775454 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.12 +Version: 0.13 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -90,6 +90,11 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Tue Nov 24 2009 Nalin Dahyabhai 0.13-1 +- update to 0.13 + - change the default so that we default to trying to auto-refresh + certificates unless told otherwise + * Tue Nov 24 2009 Nalin Dahyabhai 0.12-1 - update to 0.12 - add a crucial bit of error reporting when CAs reject our requests diff --git a/configure.ac b/configure.ac index a7156e4..7f839b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.12) +AC_INIT(certmonger,0.13) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE AC_PROG_CC