From f8d7e57c9af4ddbbce49f8efbeb69f195a24cb4d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 8 Jun 2010 15:26:12 +0000 Subject: [PATCH] - update to 0.24 - keep the lock on the pid file, if we have one, when we fork, and cancel daemon startup if we can't gain ownership of the lock (the rest of #596719) - make the man pages note which external configuration files we consult when submitting requests to certmaster and ipa CAs --- .cvsignore | 1 + certmonger.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index bba402d..10cd5cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ certmonger-0.20.tar.gz certmonger-0.21.tar.gz certmonger-0.22.tar.gz certmonger-0.23.tar.gz +certmonger-0.24.tar.gz diff --git a/certmonger.spec b/certmonger.spec index 8c745bb..e071542 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -2,7 +2,7 @@ %{?_with_check: %global pcheck 1} Name: certmonger -Version: 0.23 +Version: 0.24 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -100,6 +100,13 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Tue Jun 8 2010 Nalin Dahyabhai 0.24-1 +- update to 0.24 + - keep the lock on the pid file, if we have one, when we fork, and cancel + daemon startup if we can't gain ownership of the lock (the rest of #596719) + - make the man pages note which external configuration files we consult when + submitting requests to certmaster and ipa CAs + * Thu May 27 2010 Nalin Dahyabhai 0.23-1 - update to 0.23 - new translations diff --git a/sources b/sources index 7fcc709..3af0555 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abe0080d154b05ecb9e4542b663f15a7 certmonger-0.23.tar.gz +0a7fd8cefa6d870986c9f0492184a6d1 certmonger-0.24.tar.gz