diff --git a/.gitignore b/.gitignore index 4988a5f..39eb5f7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ certmonger-0.28.tar.gz /certmonger-0.36.tar.gz /certmonger-0.37.tar.gz /certmonger-0.38.tar.gz +/certmonger-0.39.tar.gz diff --git a/certmonger.spec b/certmonger.spec index a4d71ae..b792a5b 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.38 +Version: 0.39 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -109,6 +109,11 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Fri Mar 25 2011 Nalin Dahyabhai 0.39-1 +- update to 0.39 + - fix use of an uninitialized variable in the xmlrpc-based submission + helpers (#690886) + * Thu Mar 24 2011 Nalin Dahyabhai 0.38-1 - update to 0.38 - catch cases where we can't read a PIN file, but we never have to log diff --git a/sources b/sources index 568bf97..7123138 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef66cd8f32e8188500854262a98a6a93 certmonger-0.38.tar.gz +78ddad3d3c12a8cf03a57880e6288f0b certmonger-0.39.tar.gz