diff --git a/.gitignore b/.gitignore index b03fdce..e1da0d4 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ certmonger-0.28.tar.gz /certmonger-0.54.tar.gz.sig /certmonger-0.55.tar.gz /certmonger-0.55.tar.gz.sig +/certmonger-0.56.tar.gz +/certmonger-0.56.tar.gz.sig diff --git a/certmonger.spec b/certmonger.spec index ad03ca0..34e3531 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.55 +Version: 0.56 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -194,6 +194,17 @@ exit 0 %endif %changelog +* Sat Mar 3 2012 Nalin Dahyabhai 0.56-1 +- when a caller sets the is-default flag on a CA, and another CA is no longer + the default, emit the PropertiesChanged signal on the CA which is not the + default, instead on the new default a second time +- drop some dead code from the D-Bus message handlers (static analysis, + #796813) +- cache public keys when we read private keys +- go back to printing an error indicating that we're missing a required + argument when we're missing a required argument, not that the option is + invalid (broken since 0.51, #796542) + * Wed Feb 16 2012 Nalin Dahyabhai 0.55-1 - allow root to use our implementation of org.freedesktop.DBus.Properties - take more care to not emit useless PropertiesChanged signals diff --git a/sources b/sources index 1ea1588..dd32077 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -82dd32f56a9ba7ecbcfc651a84ebe292 certmonger-0.55.tar.gz -bb384ed51fbf7a04b09b37b296a20883 certmonger-0.55.tar.gz.sig +3a4589e8343e736284e3a29be660b04c certmonger-0.56.tar.gz +cb3a4d623a38a30a2e66a2727f11b52a certmonger-0.56.tar.gz.sig