diff --git a/.gitignore b/.gitignore index 2deb0bf..6a90d3a 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,5 @@ certmonger-0.28.tar.gz /certmonger-0.75.9.tar.gz.sig /certmonger-0.75.10.tar.gz /certmonger-0.75.10.tar.gz.sig +/certmonger-0.75.13.tar.gz +/certmonger-0.75.13.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index 1702fc4..dc1fbb3 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,8 +25,8 @@ %endif Name: certmonger -Version: 0.75.10 -Release: 2%{?dist} +Version: 0.75.13 +Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -234,9 +234,25 @@ exit 0 %endif %changelog +* Mon Aug 18 2014 Nalin Dahyabhai 0.75.13-1 +- add a missing test case file (whoops) + +* Mon Aug 18 2014 Nalin Dahyabhai 0.75.12-1 +- correct encoding/decoding of variant-typed data which we receive and send + as part of the org.freedesktop.DBus.Properties interface over the bus, and + add some tests for them (based on patch from David Kupka, ticket #36) + * Fri Aug 15 2014 Fedora Release Engineering - 0.75.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild +* Tue Aug 12 2014 Nalin Dahyabhai 0.75.11-1 +- when getcert is passed a -a flag, to indicate that CA root certificates + should be stored in the specified database, don't ignore locations which + don't include a storage scheme (#1129537) +- when called to 'start-tracking' with the -a or -F flags, if we have + applicable certificates on-hand for a CA that we're either told to use + or which we decide is the correct one, save the certificates (#1129696) + * Tue Aug 5 2014 Nalin Dahyabhai 0.75.10-1 - when attempting to contact an IPA LDAP server, if no "ldap_uri" is set in default.conf, and no "host" is set either, try to construct the server URI diff --git a/sources b/sources index 85e3d28..49d4c9c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -062934d60aed25362dd59ca6d5f813b9 certmonger-0.75.10.tar.gz -1fd43d5872fbf53b1ba935702ec56176 certmonger-0.75.10.tar.gz.sig +38657f83442d9ea12468478df32fee1c certmonger-0.75.13.tar.gz +fb62a00f48a86ad1631dcac57f782ecf certmonger-0.75.13.tar.gz.sig