Update to 0.78.4
Update to 0.78.4: - fix the "getcert start-tracking" -L and -l options (#1249753) - output diagnostics about the second request when scep-submit encounters an error during a second request to the SCEP server
This commit is contained in:
parent
cb61adfa6c
commit
c0ca98f8c4
2
.gitignore
vendored
2
.gitignore
vendored
@ -110,3 +110,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.78.2.tar.gz.sig
|
/certmonger-0.78.2.tar.gz.sig
|
||||||
/certmonger-0.78.3.tar.gz
|
/certmonger-0.78.3.tar.gz
|
||||||
/certmonger-0.78.3.tar.gz.sig
|
/certmonger-0.78.3.tar.gz.sig
|
||||||
|
/certmonger-0.78.4.tar.gz
|
||||||
|
/certmonger-0.78.4.tar.gz.sig
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.78.3
|
Version: 0.78.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -242,6 +242,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 4 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.4-1
|
||||||
|
- fix the "getcert start-tracking" -L and -l options (#1249753)
|
||||||
|
- output diagnostics about the second request when scep-submit encounters an
|
||||||
|
error during a second request to the SCEP server
|
||||||
|
|
||||||
* Mon Jul 20 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.3-1
|
* Mon Jul 20 2015 Nalin Dahyabhai <nalin@redhat.com> 0.78.3-1
|
||||||
- call poptGetOptArg() correctly, to fix parsing of the -R flag to scep-submit
|
- call poptGetOptArg() correctly, to fix parsing of the -R flag to scep-submit
|
||||||
and the -O and -o flags to dogtag-submit (#1244914)
|
and the -O and -o flags to dogtag-submit (#1244914)
|
||||||
|
Loading…
Reference in New Issue
Block a user