The Dogtag team is proud to announce the first errata build for
Dogtag 10.1.
Builds are available for Fedora 20.
== Build Versions ==
dogtag-pki-10.1.1-1
dogtag-pki-theme-10.1.1-1
pki-console-10.1.1-1
pki-core-10.1.1-1
pki-ra-10.1.1-1
pki-tps-10.1.1-1
== Upgrade Notes ==
Simply use yum to update existing packages.
== Highlights since Dogtag 10.1.0 ==
* This errata fixes four issues found in Dogtag 10.1.0:
   * PKI TRAC Ticket #840 - pkispawn requires policycoreutils-python
     Bugzilla Bug #1057959 - pkispawn requires policycoreutils-python
     Added this runtime dependency to the pki-core package.
   * PKI TRAC Ticket #868 - REST API get certs links missing segment
     Fixed links to generate proper URLs (attempted to future-proof this
     to avoid any issues that might be caused by future re-factoring).
   * PKI TRAC Ticket #869 - f19 ipa-server-install fails at step 6/22 of
                            cert sys install - systemctl start
                            pki-tomcatd.target fails
     Fixed problem by adding a 'daemon-reload' method and calling it
     prior to starting the 'pki-tomcatd' target.
   * PKI TRAC Ticket #816 - pki-tomcat cannot be started after
                            installation of ipa replica with ca
     IPA replica installation was failing due to encoding errors when
     generating the SSL server certificate.  To avoid these errors,
     Dogtag CA clones were fixed by requiring that their SSL server
     certificates mustalways be signed by the associated Dogtag CA
master.
== Detailed Changes since Dogtag 10.1.0 ==
alee(1):
#868    REST API get certs links missing segment
cfu(1):
#816    Sign CA clone sslserver certificate using CA master
mharmsen(2):
#840    pkispawn requires policycoreutils-python
#869    Added 'daemon-reload' method