update to 0.59

0.59:
- mostly documentation updates

0.58:
- add a "dogtag-ipa-renew-agent" CA so that we can renew certificates using
  an IPA server's internal Dogtag instance
- export the requested profile and old certificate to enrollment helpers
- make libxml and libcurl into hard build-time requirements
- serialize all pre/save/post sequences to make sure that stop/save/start
  doesn't become stop1/save1/stop2/start1/save2/start2 when we're stopping
  a service while we muck with more than one of its certificates
- add a command option (-T) to getcert for specifying which enrollment
  profile to tell a CA that we're using, in case it cares (#10)

0.57
- clarify that the command passed to getcert -C is a "post"-save command
- add a "pre"-save command option to getcert, specified with the -B flag (#9)
This commit is contained in:
Nalin Dahyabhai 2012-07-13 22:31:55 -04:00
parent f3bac67d59
commit 00ccf81cb8
3 changed files with 30 additions and 3 deletions

2
.gitignore vendored
View File

@ -38,3 +38,5 @@ certmonger-0.28.tar.gz
/certmonger-0.55.tar.gz.sig
/certmonger-0.56.tar.gz
/certmonger-0.56.tar.gz.sig
/certmonger-0.59.tar.gz
/certmonger-0.59.tar.gz.sig

View File

@ -19,7 +19,7 @@
%endif
Name: certmonger
Version: 0.56
Version: 0.59
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -37,6 +37,11 @@ BuildRequires: libuuid-devel
BuildRequires: e2fsprogs-devel
%endif
BuildRequires: libtalloc-devel, libtevent-devel
%if 0%{?rhel} >= 6 || 0%{?fedora} >= 9
BuildRequires: libcurl-devel
%else
BuildRequires: curl-devel
%endif
BuildRequires: libxml2-devel, xmlrpc-c-devel
# Required for 'make check':
# for diff and cmp
@ -194,6 +199,26 @@ exit 0
%endif
%changelog
* Fri Jun 29 2012 Nalin Dahyabhai <nalin@redhat.com> 0.59-1
- mostly documentation updates
* Fri Jun 29 2012 Nalin Dahyabhai <nalin@redhat.com> 0.58-1
- add a "dogtag-ipa-renew-agent" CA so that we can renew certificates using
an IPA server's internal Dogtag instance
- export the requested profile and old certificate to enrollment helpers
- make libxml and libcurl into hard build-time requirements
- serialize all pre/save/post sequences to make sure that stop/save/start
doesn't become stop1/save1/stop2/start1/save2/start2 when we're stopping
a service while we muck with more than one of its certificates
* Fri Jun 12 2012 Nalin Dahyabhai <nalin@redhat.com>
- add a command option (-T) to getcert for specifying which enrollment
profile to tell a CA that we're using, in case it cares (#10)
* Thu Jun 12 2012 Nalin Dahyabhai <nalin@redhat.com> 0.57-1
- clarify that the command passed to getcert -C is a "post"-save command
- add a "pre"-save command option to getcert, specified with the -B flag (#9)
* Sat Mar 3 2012 Nalin Dahyabhai <nalin@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

View File

@ -1,2 +1,2 @@
3a4589e8343e736284e3a29be660b04c certmonger-0.56.tar.gz
cb3a4d623a38a30a2e66a2727f11b52a certmonger-0.56.tar.gz.sig
126771653a6acd8849c7491f2fdfdbc2 certmonger-0.59.tar.gz
abf2ef93f5aa3c253e46c5208c67a196 certmonger-0.59.tar.gz.sig