From fbdb78aaf4d163812bba3cca7aef45d9f9787178 Mon Sep 17 00:00:00 2001 From: Tim Theisen Date: Thu, 26 Oct 2023 11:06:13 -0500 Subject: [PATCH] Add HTCondor-CE 6.0.1 Release notes --- docs/v23/releases.md | 4 ++-- docs/v6/releases.md | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/v23/releases.md b/docs/v23/releases.md index 7db456eec..24c9c1a82 100644 --- a/docs/v23/releases.md +++ b/docs/v23/releases.md @@ -43,8 +43,8 @@ Full HTCondor-CE version history can be found on [GitHub](https://github.com/htc - 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 HTCondor 23.0 +- Can use ``condor_ce_trace`` without SciToken to test batch system integration +- ``condor_ce_upgrade_check`` checks compatibility with HTCondor 23.0 - Adds deprecation warnings for old job router configuration syntax Getting Help diff --git a/docs/v6/releases.md b/docs/v6/releases.md index 497c8297b..f66f08ada 100644 --- a/docs/v6/releases.md +++ b/docs/v6/releases.md @@ -38,13 +38,23 @@ HTCondor-CE 6 Version History This section contains release notes for each version of HTCondor-CE 6. Full HTCondor-CE version history can be found on [GitHub](https://github.com/htcondor/htcondor-ce/releases). +### 6.0.1 ### + +[This release](https://github.com/htcondor/htcondor-ce/releases/tag/v6.0.1) includes the following new features: + +- 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 HTCondor 23.0 +- Adds deprecation warnings for old job router configuration syntax + ### 6.0.0 ### [This release](https://github.com/htcondor/htcondor-ce/releases/tag/v6.0.0) includes the following new features: - Align HTCondor-CE security configuration with HTCondor defaults - Add example configuration on how to ban users -- Add condor\_ce\_transform\_ads command +- Add ``condor_ce_transform_ads`` command - Improve essential directory checking and creation at startup Getting Help