- 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)
This commit is contained in:
Nalin Dahyabhai 2012-03-03 01:20:58 -05:00
parent 514d96bd6a
commit f3bac67d59
3 changed files with 16 additions and 3 deletions

2
.gitignore vendored
View File

@ -36,3 +36,5 @@ certmonger-0.28.tar.gz
/certmonger-0.54.tar.gz.sig /certmonger-0.54.tar.gz.sig
/certmonger-0.55.tar.gz /certmonger-0.55.tar.gz
/certmonger-0.55.tar.gz.sig /certmonger-0.55.tar.gz.sig
/certmonger-0.56.tar.gz
/certmonger-0.56.tar.gz.sig

View File

@ -19,7 +19,7 @@
%endif %endif
Name: certmonger Name: certmonger
Version: 0.55 Version: 0.56
Release: 1%{?dist} Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client Summary: Certificate status monitor and PKI enrollment client
@ -194,6 +194,17 @@ exit 0
%endif %endif
%changelog %changelog
* Sat Mar 3 2012 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 0.55-1 * Wed Feb 16 2012 Nalin Dahyabhai <nalin@redhat.com> 0.55-1
- allow root to use our implementation of org.freedesktop.DBus.Properties - allow root to use our implementation of org.freedesktop.DBus.Properties
- take more care to not emit useless PropertiesChanged signals - take more care to not emit useless PropertiesChanged signals

View File

@ -1,2 +1,2 @@
82dd32f56a9ba7ecbcfc651a84ebe292 certmonger-0.55.tar.gz 3a4589e8343e736284e3a29be660b04c certmonger-0.56.tar.gz
bb384ed51fbf7a04b09b37b296a20883 certmonger-0.55.tar.gz.sig cb3a4d623a38a30a2e66a2727f11b52a certmonger-0.56.tar.gz.sig