- update to 0.44:

- check specifically for cases where a specified token that we need to
    use just isn't present for whatever reason (#697058)
This commit is contained in:
Nalin Dahyabhai 2011-08-11 11:50:26 -04:00
parent 8cea822712
commit c5c48c7ba2
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ certmonger-0.28.tar.gz
/certmonger-0.41.tar.gz
/certmonger-0.42.tar.gz
/certmonger-0.43.tar.gz
/certmonger-0.44.tar.gz

View File

@ -19,7 +19,7 @@
%endif
Name: certmonger
Version: 0.43
Version: 0.44
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -182,6 +182,10 @@ exit 0
%endif
%changelog
* Thu Aug 11 2011 Nalin Dahyabhai <nalin@redhat.com> 0.44-1
- check specifically for cases where a specified token that we need to
use just isn't present for whatever reason (#697058)
* Wed Aug 10 2011 Nalin Dahyabhai <nalin@redhat.com> 0.43-1
- add a -K option to ipa-submit, to use the current ccache, which makes
it easier to test

View File

@ -1 +1 @@
bd0a02317941ff4605af1b4fec0ebb92 certmonger-0.43.tar.gz
5357b75bfdf598cc1e2587b6e08fea03 certmonger-0.44.tar.gz