From 316a6d11c2b0b6af5e3bd6344273024648d908bd Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Dec 06 2011 15:09:53 +0000 Subject: - tag 0.51 --- diff --git a/certmonger.spec b/certmonger.spec index ff680f5..5e648a0 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 @@ -189,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/configure.ac b/configure.ac index 9abf4f9..e882709 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.50) +AC_INIT(certmonger,0.51) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE