From 16e0f663ac1fd8ac99c66911b1893f9f141b9e31 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Dec 08 2009 17:42:41 +0000 Subject: - mark this as 0.15 --- diff --git a/certmonger.spec b/certmonger.spec index 08e85ad..c8eec1a 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.14 +Version: 0.15 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -90,6 +90,13 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Tue Dec 8 2009 Nalin Dahyabhai 0.15-1 +- update to 0.15 + - notice that a directory with a trailing '/' is the same location as the + directory without it + - fix handling of the pid file when we write one (by actually giving it + contents) + * Wed Nov 24 2009 Nalin Dahyabhai 0.14-1 - update to 0.14 - check key and certificate location at add-time to make sure they're diff --git a/configure.ac b/configure.ac index cf84e59..c4ade66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.14) +AC_INIT(certmonger,0.15) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE AC_PROG_CC