- update to 0.37

- be more careful about checking if we can read a PIN file successfully
    before we even call an API that might need us to try (#688229)
  - fix strict aliasing warnings
This commit is contained in:
Nalin Dahyabhai 2011-03-22 19:33:39 -04:00
parent 2a98aebb9c
commit 2329f71493
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ certmonger-0.28.tar.gz
/certmonger-0.35.tar.gz /certmonger-0.35.tar.gz
/certmonger-0.35.1.tar.gz /certmonger-0.35.1.tar.gz
/certmonger-0.36.tar.gz /certmonger-0.36.tar.gz
/certmonger-0.37.tar.gz

View File

@ -1,5 +1,5 @@
Name: certmonger Name: certmonger
Version: 0.36 Version: 0.37
Release: 1%{?dist} Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client Summary: Certificate status monitor and PKI enrollment client
@ -109,6 +109,12 @@ exit 0
%{_localstatedir}/lib/certmonger %{_localstatedir}/lib/certmonger
%changelog %changelog
* Tue Mar 22 2011 Nalin Dahyabhai <nalin@redhat.com> 0.37-1
- update to 0.37
- be more careful about checking if we can read a PIN file successfully
before we even call an API that might need us to try (#688229)
- fix strict aliasing warnings
* Tue Mar 22 2011 Nalin Dahyabhai <nalin@redhat.com> 0.36-1 * Tue Mar 22 2011 Nalin Dahyabhai <nalin@redhat.com> 0.36-1
- update to 0.36 - update to 0.36
- fix some use-after-free bugs in the daemon (#689776) - fix some use-after-free bugs in the daemon (#689776)

View File

@ -1 +1 @@
51678b42de7ca1556dd2b2a8be1bc672 certmonger-0.36.tar.gz ff9650fb45352dfcb82bf601c36048fd certmonger-0.37.tar.gz