diff --git a/.gitignore b/.gitignore index e9ec218..588f825 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,5 @@ certmonger-0.28.tar.gz /certmonger-0.76.8.tar.gz.sig /certmonger-0.77.1.tar.gz /certmonger-0.77.1.tar.gz.sig +/certmonger-0.77.2.tar.gz +/certmonger-0.77.2.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index d275faf..ec517d3 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77.1 +Version: 0.77.2 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,6 +239,18 @@ exit 0 %endif %changelog +* Tue Apr 14 2015 Nalin Dahyabhai 0.77.2-1 +- expose the certificate's not-valid-before and not-valid-after dates as a + property over D-Bus (ticket #41) +- give the local signer its own configuration option to set the lifetime + of its signing certificate, falling back to the lifetime configured for + the self-signer as a default to match the previous behavior +- fix a potential read segfault parsing the output of an enrollment helper, + introduced in 0.77 (thanks to Steve Neuharth) +- read the ns-certtype extension value in certificates +- request an enrollment certtype extension to CSRs if we have a profile name + that we want to use (ticket #17, possibly part of IPA ticket #57) + * Fri Feb 27 2015 Nalin Dahyabhai 0.77.1-1 - update to 0.77 - add initial, still rough, SCEP support (#1140241,#1161768) diff --git a/sources b/sources index 5e7ef71..7580e84 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -ad5c708934f474b64de36636d6e52600 certmonger-0.77.1.tar.gz -fe2c89cef9fc2192bbfa62c465d7827b certmonger-0.77.1.tar.gz.sig +ed3070b1e8828094b1b3ff81c93f1a7c certmonger-0.77.2.tar.gz +441a6bb17f2efb86f0acacbe36a9f44c certmonger-0.77.2.tar.gz.sig