diff --git a/.gitignore b/.gitignore index fd7369e..d7ac458 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ certmonger-0.28.tar.gz /certmonger-0.50.tar.gz.sig /certmonger-0.51.tar.gz /certmonger-0.51.tar.gz.sig +/certmonger-0.52.tar.gz +/certmonger-0.52.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index 987b8c8..2ad2c59 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.51 +Version: 0.52 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -189,6 +189,14 @@ exit 0 %endif %changelog +* Fri Dec 16 2011 Nalin Dahyabhai 0.52-1 +- note that SELinux usually confines us to writing only to cert_t in + doc/getting-started.txt (#765599) +- fix crashes when we add a request during our first run when we're + populating the hard-coded CA list +- properly deal with cases where a path is passed to us is "./XXX" +- in session mode, create our data directories as we go + * 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 diff --git a/sources b/sources index 12ef265..e4d1df3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -5ad1e84037f4c20cbf6fb216ece49eeb certmonger-0.51.tar.gz -0b7552679b60d540f05680a63213d29b certmonger-0.51.tar.gz.sig +374701da80ef3e164dafead58ace278b certmonger-0.52.tar.gz +061afbcd785094fc7d3a73d85bcd11c9 certmonger-0.52.tar.gz.sig