[certmonger] update to 0.65

Nalin Dahyabhai nalin at fedoraproject.org
Wed Jan 9 17:44:16 UTC 2013


commit 8f237852835195746b38035af9921cf5d8c533f2
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Wed Jan 9 11:15:48 2013 -0500

    update to 0.65
    
    Update to 0.65, which flushes out bugs in the locking work that landed in 0.63.

 .gitignore      |    2 ++
 certmonger.spec |   10 +++++++++-
 sources         |    4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d2276da..935a6ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,5 @@ certmonger-0.28.tar.gz
 /certmonger-0.62.tar.gz.sig
 /certmonger-0.63.tar.gz
 /certmonger-0.63.tar.gz.sig
+/certmonger-0.65.tar.gz
+/certmonger-0.65.tar.gz.sig
diff --git a/certmonger.spec b/certmonger.spec
index b0a4de1..88f761d 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -19,7 +19,7 @@
 %endif
 
 Name:		certmonger
-Version:	0.63
+Version:	0.65
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -201,6 +201,14 @@ exit 0
 %endif
 
 %changelog
+* Tue Jan  8 2013 Nalin Dahyabhai <nalin at redhat.com> 0.65-1
+- fix a crash in the self-tests
+
+* Tue Jan  8 2013 Nalin Dahyabhai <nalin at redhat.com> 0.64-1
+- at startup, if we resume the state machine for a given certificate to a state
+  which expects to have the newly-added lock already acquired, acquire it
+  before moving on with the certificate's work (still aimed at fixing #883484)
+
 * Tue Dec 19 2012 Nalin Dahyabhai <nalin at redhat.com> 0.63-1
 - serialize access to NSS databases and the running of pre- and post-save
   commands which might also access them (possibly fixing part of #883484)
diff --git a/sources b/sources
index 540a2e6..4e90792 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2053fbd3c9f737865199f82b4eb73e64  certmonger-0.63.tar.gz
-c2f8bff8b78b1c12953b565f73a4894a  certmonger-0.63.tar.gz.sig
+c96bc020dbdb8ef35ba1c1e64d7d5dc3  certmonger-0.65.tar.gz
+790b2873217a670c3e7c1541dfe98e37  certmonger-0.65.tar.gz.sig


More information about the scm-commits mailing list