Skip to content

Commit

Permalink
HTCONDOR-2030: 6.0.1 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Sep 21, 2023
1 parent 4d5e695 commit b597481
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------

PACKAGE := htcondor-ce
VERSION := 6.0.0
VERSION := 6.0.1


# ------------------------------------------------------------------------------
Expand Down
11 changes: 9 additions & 2 deletions rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define gitrev osg

Name: htcondor-ce
Version: 6.0.0
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Version: 6.0.1
Release: 0.rc1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch

Expand Down Expand Up @@ -556,6 +556,13 @@ fi
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi

%changelog
* Thu Sep 21 2023 Tim Theisen <[email protected]> - 6.0.1-0.rc1
- Add grid CA and host certificate/key locations to default SSL search paths
- Verifies that HTCondor-CE can access the local HTCondor's SPOOL directory
- Can use condor_ce_trace without SciToken to test batch system integration
- condor_ce_upgrade_check checks compatibility with next HTCondor version
- Adds deprecation warnings for old job router configuration syntax

* Thu Feb 16 2023 Tim Theisen <[email protected]> - 6.0.0-1
- Align HTCondor-CE security configuration with HTCondor defaults
- Add example configuration on how to ban users
Expand Down

0 comments on commit b597481

Please sign in to comment.