diff options
-rw-r--r-- | pki/CMakeLists.txt | 4 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_core_packages | 2 | ||||
-rwxr-xr-x | pki/scripts/compose_pki_tps_packages | 2 | ||||
-rw-r--r-- | pki/specs/pki-core.spec | 34 | ||||
-rw-r--r-- | pki/specs/pki-tps.spec | 6 |
5 files changed, 42 insertions, 6 deletions
diff --git a/pki/CMakeLists.txt b/pki/CMakeLists.txt index 35b989b83..f5c979bcf 100644 --- a/pki/CMakeLists.txt +++ b/pki/CMakeLists.txt @@ -23,7 +23,7 @@ elseif (BUILD_REDHAT_PKI_THEME) elseif (BUILD_PKI_CORE) set(APPLICATION_FLAVOR_PKI_CORE TRUE) # override APPLICATION VERSION - set(APPLICATION_VERSION_PATCH "10") + set(APPLICATION_VERSION_PATCH "11") elseif (BUILD_PKI_KRA) set(APPLICATION_FLAVOR_PKI_KRA TRUE) # override APPLICATION VERSION @@ -40,7 +40,7 @@ elseif (BUILD_PKI_TKS) elseif (BUILD_PKI_TPS) set(APPLICATION_FLAVOR_PKI_TPS TRUE) # override APPLICATION VERSION - set(APPLICATION_VERSION_PATCH "5") + set(APPLICATION_VERSION_PATCH "6") elseif (BUILD_PKI_CONSOLE) set(APPLICATION_FLAVOR_PKI_CONSOLE TRUE) # override APPLICATION VERSION diff --git a/pki/scripts/compose_pki_core_packages b/pki/scripts/compose_pki_core_packages index cd1445b47..a30e5a878 100755 --- a/pki/scripts/compose_pki_core_packages +++ b/pki/scripts/compose_pki_core_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_CORE="pki-core" -PKI_CORE_VERSION="9.0.10" +PKI_CORE_VERSION="9.0.11" ## diff --git a/pki/scripts/compose_pki_tps_packages b/pki/scripts/compose_pki_tps_packages index 93f427bac..89419123f 100755 --- a/pki/scripts/compose_pki_tps_packages +++ b/pki/scripts/compose_pki_tps_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_TPS="pki-tps" -PKI_TPS_VERSION="9.0.5" +PKI_TPS_VERSION="9.0.6" ## diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec index b412202ee..5e45a0a04 100644 --- a/pki/specs/pki-core.spec +++ b/pki/specs/pki-core.spec @@ -1,5 +1,5 @@ Name: pki-core -Version: 9.0.10 +Version: 9.0.11 Release: 1%{?dist} Summary: Certificate System - PKI Core Components URL: http://pki.fedoraproject.org/ @@ -599,6 +599,38 @@ fi %changelog +* Wed Aug 10 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.11-1 +- 'pki-setup' +- Bugzilla Bug #689909 - Dogtag installation under IPA takes too much + time - remove the inefficient sleeps (alee) +- 'pki-symkey' +- 'pki-native-tools' +- 'pki-util' +- 'pki-java-tools' +- Bugzilla Bug #724861 - DRMTool: fix duplicate "dn:" records by + renumbering "cn=<value>" (mharmsen) +- 'pki-common' +- Bugzilla Bug #717041 - Improve escaping of some enrollment inputs like + (jmagne, awnuk) +- Bugzilla Bug #689909 - Dogtag installation under IPA takes too much + time - remove the inefficient sleeps (alee) +- Bugzilla Bug #708075 - Clone installation does not work over NAT + (alee) +- Bugzilla Bug #726785 - If replication fails while setting up a clone + it will wait forever (alee) +- Bugzilla Bug #728332 - xml output has changed on cert requests (awnuk) +- Bugzilla Bug #700505 - pki tomcat6 instances currently running + unconfined (alee) +- 'pki-selinux' +- Bugzilla Bug #700505 - pki tomcat6 instances currently running + unconfined (alee) +- 'pki-ca' +- Bugzilla Bug #728605 - RFE: increase default validity from 6mo to 2yrs + in IPA profile (awnuk) +- 'pki-silent' +- Bugzilla Bug #689909 - Dogtag installation under IPA takes too much + time - remove the inefficient sleeps (alee) + * Fri Jul 22 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.10-1 - 'pki-setup' - 'pki-symkey' diff --git a/pki/specs/pki-tps.spec b/pki/specs/pki-tps.spec index afd53719d..bd91f1b34 100644 --- a/pki/specs/pki-tps.spec +++ b/pki/specs/pki-tps.spec @@ -1,5 +1,5 @@ Name: pki-tps -Version: 9.0.5 +Version: 9.0.6 Release: 1%{?dist} Summary: Certificate System - Token Processing System URL: http://pki.fedoraproject.org/ @@ -215,6 +215,10 @@ fi %changelog +* Wed Aug 10 2011 Jack Magne <jmagne@redhat.com> 9.0.6-1 +- Bugzilla Bug #725572 - Starting TPS subsystem with no pre-existing audit + log file does not write audit messages. + * Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.5-1 - Bugzilla Bug #697035 - TPS database schema not populated correctly (alee) |