summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/ca-ui
diff options
context:
space:
mode:
authorcfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-07-03 00:44:35 +0000
committercfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-07-03 00:44:35 +0000
commit1e66fc21c842cf9bf6431f90f2f97b812c881bcc (patch)
tree51e8dc97aee951621ff5f842644c8664e13effec /pki/dogtag/ca-ui
parent2a0ca3e91ddb3a74e7542a062370f11d2b34b13e (diff)
downloadpki-1e66fc21c842cf9bf6431f90f2f97b812c881bcc.tar.gz
pki-1e66fc21c842cf9bf6431f90f2f97b812c881bcc.tar.xz
pki-1e66fc21c842cf9bf6431f90f2f97b812c881bcc.zip
Bug 508332 - Clean up EE page certificate profiles
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@672 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag/ca-ui')
-rw-r--r--pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/index.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec b/pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec
index c1474bbfa..be44a6657 100644
--- a/pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec
+++ b/pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec
@@ -34,7 +34,7 @@
## Package Header Definitions
%define base_name %{base_ui_prefix}-%{base_prefix}-%{base_component}
%define base_version 1.1.0
-%define base_release 12
+%define base_release 13
%define base_group System Environment/Base
%define base_vendor Red Hat, Inc.
%define base_license GPLv2 with exceptions
@@ -222,6 +222,8 @@ rm -rf ${RPM_BUILD_ROOT}
###############################################################################
%changelog
+* Thu Jul 2 2009 Christina Fu <cfu@redhat.com> 1.1.0-13
+- Bugzilla Bug #508332 - Clean up EE page certificate profiles
* Fri Jun 19 2009 Matthew Harmsen <mharmsen@redhat.com> 1.1.0-12
- Bugzilla Bug #506867 - Provide custom error page for HTTP STATUS 500
* Mon Jun 15 2009 Matthew Harmsen <mharmsen@redhat.com> 1.1.0-11
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/index.html b/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/index.html
index c1726df2f..694fe2ee4 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/index.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/ee/ca/index.html
@@ -55,7 +55,7 @@ function initTabs()
var name;
top.tabsCount=0;
- name = 'Enrollment';
+ name = 'Enrollment / Renewal';
top.tabs[top.tabsCount++] = new tabItem(name, 'profileMenu.html',
top.ProfileMenu, 1);
if (http != 'true') {