- update to 0.36
- fix some use-after-free bugs in the daemon (#689776) - fix a copy/paste error in certmonger-ipa-submit(8) - getcert now suppresses error details when not given its new -v option (#683926, more of #681641/#652047) - updated translations - de, es, pl, ru, uk - indonesian translation is now for "id" rather than "in"
This commit is contained in:
parent
a1bb00ae72
commit
2a98aebb9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.34.tar.gz
|
/certmonger-0.34.tar.gz
|
||||||
/certmonger-0.35.tar.gz
|
/certmonger-0.35.tar.gz
|
||||||
/certmonger-0.35.1.tar.gz
|
/certmonger-0.35.1.tar.gz
|
||||||
|
/certmonger-0.36.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.35.1
|
Version: 0.36
|
||||||
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,16 @@ exit 0
|
|||||||
%{_localstatedir}/lib/certmonger
|
%{_localstatedir}/lib/certmonger
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 22 2011 Nalin Dahyabhai <nalin@redhat.com> 0.36-1
|
||||||
|
- update to 0.36
|
||||||
|
- fix some use-after-free bugs in the daemon (#689776)
|
||||||
|
- fix a copy/paste error in certmonger-ipa-submit(8)
|
||||||
|
- getcert now suppresses error details when not given its new -v option
|
||||||
|
(#683926, more of #681641/#652047)
|
||||||
|
- updated translations
|
||||||
|
- de, es, pl, ru, uk
|
||||||
|
- indonesian translation is now for "id" rather than "in"
|
||||||
|
|
||||||
* Wed Mar 2 2011 Nalin Dahyabhai <nalin@redhat.com> 0.35.1-1
|
* Wed Mar 2 2011 Nalin Dahyabhai <nalin@redhat.com> 0.35.1-1
|
||||||
- fix a self-test that broke because one-year-from-now is now a day's worth
|
- fix a self-test that broke because one-year-from-now is now a day's worth
|
||||||
of seconds further out than it was a few days ago
|
of seconds further out than it was a few days ago
|
||||||
|
Loading…
Reference in New Issue
Block a user