[certmonger] - when a caller sets the is-default flag on a CA, and another CA is no longer the default, emit th

Nalin Dahyabhai nalin at fedoraproject.org
Sat Mar 3 06:21:57 UTC 2012


commit f3bac67d59801c61cb1f4a861fb9b633e0ea2a8c
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Sat Mar 3 01:20:58 2012 -0500

    - 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)

 .gitignore      |    2 ++
 certmonger.spec |   13 ++++++++++++-
 sources         |    4 ++--
 3 files changed, 16 insertions(+), 3 deletions(-)
---
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 <nalin at 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 at redhat.com> 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


More information about the scm-commits mailing list