- note that SELinux usually confines us to writing only to cert_t in
doc/getting-started.txt (#765599) - fix crashes when we add a request during our first run when we're populating the hard-coded CA list - properly deal with cases where a path is passed to us is "./XXX" - in session mode, create our data directories as we go
This commit is contained in:
parent
49a9e127b0
commit
b44f18eb7a
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,3 +30,5 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.50.tar.gz.sig
|
||||
/certmonger-0.51.tar.gz
|
||||
/certmonger-0.51.tar.gz.sig
|
||||
/certmonger-0.52.tar.gz
|
||||
/certmonger-0.52.tar.gz.sig
|
||||
|
@ -19,7 +19,7 @@
|
||||
%endif
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.51
|
||||
Version: 0.52
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -189,6 +189,14 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 16 2011 Nalin Dahyabhai <nalin@redhat.com> 0.52-1
|
||||
- note that SELinux usually confines us to writing only to cert_t in
|
||||
doc/getting-started.txt (#765599)
|
||||
- fix crashes when we add a request during our first run when we're
|
||||
populating the hard-coded CA list
|
||||
- properly deal with cases where a path is passed to us is "./XXX"
|
||||
- in session mode, create our data directories as we go
|
||||
|
||||
* Tue Dec 6 2011 Nalin Dahyabhai <nalin@redhat.com> 0.51-1
|
||||
- api: lift restrictions on characters used in request and CA nicknames by
|
||||
making their object names not incorporate their nicknames
|
||||
|
Loading…
Reference in New Issue
Block a user