-update to 0.55
- allow root to use our implementation of org.freedesktop.DBus.Properties - take more care to not emit useless PropertiesChanged signals
This commit is contained in:
parent
4c76e12d1d
commit
514d96bd6a
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,3 +34,5 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.52.tar.gz.sig
|
||||
/certmonger-0.54.tar.gz
|
||||
/certmonger-0.54.tar.gz.sig
|
||||
/certmonger-0.55.tar.gz
|
||||
/certmonger-0.55.tar.gz.sig
|
||||
|
@ -19,7 +19,7 @@
|
||||
%endif
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.54
|
||||
Version: 0.55
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -194,6 +194,10 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 16 2012 Nalin Dahyabhai <nalin@redhat.com> 0.55-1
|
||||
- allow root to use our implementation of org.freedesktop.DBus.Properties
|
||||
- take more care to not emit useless PropertiesChanged signals
|
||||
|
||||
* Wed Feb 16 2012 Nalin Dahyabhai <nalin@redhat.com> 0.54-1
|
||||
- fix setting the group ID when spawning the post-save command
|
||||
|
||||
@ -206,6 +210,9 @@ exit 0
|
||||
command at that point, too (#766167)
|
||||
- enable starting the service by default on RHEL (#765600)
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.52-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user