From e414f8182c9a10c1a9fec793cfea47b094dd8347 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Mon, 22 Jul 2024 17:54:07 -0500 Subject: [PATCH] HTCONDOR2549: prepare for 23.8.2 release --- Makefile | 2 +- rpm/htcondor-ce.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 153236af..9dfa2ba6 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 23.8.1 +VERSION := 23.8.2 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index 6a79bc49..c985d1a5 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,8 +2,8 @@ #define gitrev osg Name: htcondor-ce -Version: 23.8.1 -Release: 1%{?gitrev:.%{gitrev}git}%{?dist} +Version: 23.8.2 +Release: 0.1%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch @@ -557,6 +557,9 @@ fi %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog +* Mon Jul 22 2024 Tim Theisen - 23.8.2-0.1 +- Fix condor user security configuration for hosted CEs + * Tue Jul 16 2024 Tim Theisen - 23.8.1-1 - Use new Job Router syntax by default