From b5974815976719b21ea605e2890b4cc1ff82d944 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 21 Sep 2023 09:07:28 -0500 Subject: [PATCH] HTCONDOR-2030: 6.0.1 RC1 --- Makefile | 2 +- rpm/htcondor-ce.spec | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7d21932d7..4296bc1e3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 6.0.0 +VERSION := 6.0.1 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index e1dde3f87..451f51c02 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -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 @@ -556,6 +556,13 @@ fi %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog +* Thu Sep 21 2023 Tim Theisen - 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 - 6.0.0-1 - Align HTCondor-CE security configuration with HTCondor defaults - Add example configuration on how to ban users