- update to 0.38
- catch cases where we can't read a PIN file, but we never have to log in to the token to access the private key (more of #688229)
This commit is contained in:
parent
2329f71493
commit
838b40e07a
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.35.1.tar.gz
|
/certmonger-0.35.1.tar.gz
|
||||||
/certmonger-0.36.tar.gz
|
/certmonger-0.36.tar.gz
|
||||||
/certmonger-0.37.tar.gz
|
/certmonger-0.37.tar.gz
|
||||||
|
/certmonger-0.38.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.37
|
Version: 0.38
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -109,6 +109,11 @@ exit 0
|
|||||||
%{_localstatedir}/lib/certmonger
|
%{_localstatedir}/lib/certmonger
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 24 2011 Nalin Dahyabhai <nalin@redhat.com> 0.38-1
|
||||||
|
- update to 0.38
|
||||||
|
- catch cases where we can't read a PIN file, but we never have to log
|
||||||
|
in to the token to access the private key (more of #688229)
|
||||||
|
|
||||||
* Tue Mar 22 2011 Nalin Dahyabhai <nalin@redhat.com> 0.37-1
|
* Tue Mar 22 2011 Nalin Dahyabhai <nalin@redhat.com> 0.37-1
|
||||||
- update to 0.37
|
- update to 0.37
|
||||||
- be more careful about checking if we can read a PIN file successfully
|
- be more careful about checking if we can read a PIN file successfully
|
||||||
|
Loading…
Reference in New Issue
Block a user