diff --git a/Makefile b/Makefile index 3086e540..8e952d07 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # ------------------------------------------------------------------------------ PACKAGE := htcondor-ce -VERSION := 23.0.17 +VERSION := 23.0.18 # ------------------------------------------------------------------------------ diff --git a/rpm/htcondor-ce.spec b/rpm/htcondor-ce.spec index bc0800b3..bad4a581 100644 --- a/rpm/htcondor-ce.spec +++ b/rpm/htcondor-ce.spec @@ -2,8 +2,8 @@ #define gitrev osg Name: htcondor-ce -Version: 23.0.17 -Release: 1%{?gitrev:.%{gitrev}git}%{?dist} +Version: 23.0.18 +Release: 0.rc1%{?gitrev:.%{gitrev}git}%{?dist} Summary: A framework to run HTCondor as a CE BuildArch: noarch @@ -542,6 +542,9 @@ getent passwd condorce_webapp >/dev/null || \ %{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi %changelog +* Fri Nov 22 2024 Tim Theisen - 23.0.18-0.rc1 +- Does not pass WholeNode request expressions to non-HTCondor batch systems + * Wed Oct 30 2024 Tim Theisen - 23.0.17-1 - Lock down HTCondor-CE IDTOKEN security - Remove obsolete GSI configuration