update to 0.61
fixes a regression reading request state files where the request's state is either NEED_TO_NOTIFY or NOTIFY
This commit is contained in:
parent
0310940a78
commit
7deadd699a
2
.gitignore
vendored
2
.gitignore
vendored
@ -42,3 +42,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.59.tar.gz.sig
|
/certmonger-0.59.tar.gz.sig
|
||||||
/certmonger-0.60.tar.gz
|
/certmonger-0.60.tar.gz
|
||||||
/certmonger-0.60.tar.gz.sig
|
/certmonger-0.60.tar.gz.sig
|
||||||
|
/certmonger-0.61.tar.gz
|
||||||
|
/certmonger-0.61.tar.gz.sig
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.60
|
Version: 0.61
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -201,6 +201,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 24 2012 Nalin Dahyabhai <nalin@redhat.com> 0.61-1
|
||||||
|
- fix a regression in reading old request tracking files where the
|
||||||
|
request was in state NEED_TO_NOTIFY or NOTIFYING
|
||||||
|
|
||||||
* Wed Sep 5 2012 Nalin Dahyabhai <nalin@redhat.com> 0.60-1
|
* Wed Sep 5 2012 Nalin Dahyabhai <nalin@redhat.com> 0.60-1
|
||||||
- adjust internals of logic for talking to dogtag to at least have a
|
- adjust internals of logic for talking to dogtag to at least have a
|
||||||
concept of non-agent cases
|
concept of non-agent cases
|
||||||
|
Loading…
Reference in New Issue
Block a user