- update to 0.51, mainly to add compatibility with super-new IPA
This commit is contained in:
parent
2fa6a22c81
commit
49a9e127b0
2
.gitignore
vendored
2
.gitignore
vendored
@ -28,3 +28,5 @@ certmonger-0.28.tar.gz
|
||||
/certmonger-0.49.tar.gz.sig
|
||||
/certmonger-0.50.tar.gz
|
||||
/certmonger-0.50.tar.gz.sig
|
||||
/certmonger-0.51.tar.gz
|
||||
/certmonger-0.51.tar.gz.sig
|
||||
|
@ -19,7 +19,7 @@
|
||||
%endif
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.50
|
||||
Version: 0.51
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -53,6 +53,7 @@ BuildRequires: openssl
|
||||
BuildRequires: /usr/bin/dbus-launch
|
||||
# for dos2unix
|
||||
BuildRequires: /usr/bin/dos2unix
|
||||
BuildRequires: /usr/bin/unix2dos
|
||||
|
||||
# we need a running system bus
|
||||
Requires: dbus
|
||||
@ -188,6 +189,15 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- api: add find_request_by_nickname and find_ca_by_nickname
|
||||
- certmonger-ipa-submit.8: list -k, -K, -t in the summary, document -K
|
||||
- getcert: print "invalid option" error messages ourselves (#756291)
|
||||
- ipa-submit: supply a Referer: header when submitting requests to IPA
|
||||
(#750617, needed for #747710)
|
||||
|
||||
* Fri Oct 14 2011 Nalin Dahyabhai <nalin@redhat.com> 0.50-1
|
||||
- really fix these this time:
|
||||
- getcert: error out when "list -c" finds no matching CA (#743488)
|
||||
|
Loading…
Reference in New Issue
Block a user