Skip to content

Commit b0f71d7

Browse files
committed
Final build for HTCondor-CE 5.1.6
1 parent 3d9cc12 commit b0f71d7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77

88
PACKAGE := htcondor-ce
9-
VERSION := 5.1.5
9+
VERSION := 5.1.6
1010

1111

1212
# ------------------------------------------------------------------------------

rpm/htcondor-ce.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define gitrev osg
33

44
Name: htcondor-ce
5-
Version: 5.1.5
5+
Version: 5.1.6
66
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
77
Summary: A framework to run HTCondor as a CE
88
BuildArch: noarch
@@ -558,6 +558,13 @@ fi
558558
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi
559559

560560
%changelog
561+
* Wed Oct 05 2022 Tim Theisen <[email protected]> - 5.1.6-1
562+
- HTCondor-CE now uses the C++ Collector plugin for payload job traceability
563+
- Fix HTCondor-CE mapfiles to be compliant with PCRE2 and HTCondor 9.10.0+
564+
- Add support for multiple APEL accounting scaling factors
565+
- Suppress spurious log message about a missing negotiator
566+
- Fix crash in HTCondor-CE View
567+
561568
* Fri Jun 03 2022 Tim Theisen <[email protected]> - 5.1.5-1
562569
- Rename AuthToken attributes in the routed job to better support accounting
563570
- Prevent GSI environment from pointing the job to the wrong certificates

0 commit comments

Comments
 (0)