- 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
This commit is contained in:
Nalin Dahyabhai 2010-06-08 15:26:12 +00:00
parent 599e094b4d
commit f8d7e57c9a
3 changed files with 10 additions and 2 deletions

View File

@ -5,3 +5,4 @@ certmonger-0.20.tar.gz
certmonger-0.21.tar.gz certmonger-0.21.tar.gz
certmonger-0.22.tar.gz certmonger-0.22.tar.gz
certmonger-0.23.tar.gz certmonger-0.23.tar.gz
certmonger-0.24.tar.gz

View File

@ -2,7 +2,7 @@
%{?_with_check: %global pcheck 1} %{?_with_check: %global pcheck 1}
Name: certmonger Name: certmonger
Version: 0.23 Version: 0.24
Release: 1%{?dist} Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client Summary: Certificate status monitor and PKI enrollment client
@ -100,6 +100,13 @@ exit 0
%{_localstatedir}/lib/certmonger %{_localstatedir}/lib/certmonger
%changelog %changelog
* Tue Jun 8 2010 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 0.23-1 * Thu May 27 2010 Nalin Dahyabhai <nalin@redhat.com> 0.23-1
- update to 0.23 - update to 0.23
- new translations - new translations

View File

@ -1 +1 @@
abe0080d154b05ecb9e4542b663f15a7 certmonger-0.23.tar.gz 0a7fd8cefa6d870986c9f0492184a6d1 certmonger-0.24.tar.gz