diff --git a/.gitignore b/.gitignore index c4bd1ef..fd7369e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/certmonger.spec b/certmonger.spec index 57af799..987b8c8 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -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 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 0.50-1 - really fix these this time: - getcert: error out when "list -c" finds no matching CA (#743488) diff --git a/sources b/sources index 117da97..12ef265 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -38f64bbace49a2d6bf8cef5dbcee19d6 certmonger-0.50.tar.gz -c04f5006c09225ec315c09e189e86ea1 certmonger-0.50.tar.gz.sig +5ad1e84037f4c20cbf6fb216ece49eeb certmonger-0.51.tar.gz +0b7552679b60d540f05680a63213d29b certmonger-0.51.tar.gz.sig