File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ project(condor-ce)
3
3
4
4
cmake_minimum_required (VERSION 2.6 )
5
5
6
- set ( HTCONDORCE_VERSION "4.2.1 " CACHE INTERNAL "Version of the HTCondor-CE" )
6
+ set ( HTCONDORCE_VERSION "4.3.0 " CACHE INTERNAL "Version of the HTCondor-CE" )
7
7
8
8
set ( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} /cmake )
9
9
Original file line number Diff line number Diff line change 2
2
#define gitrev osg
3
3
4
4
Name: htcondor-ce
5
- Version: 4.2.1
6
- Release: 1 %{?gitrev:.%{gitrev }git}%{?dist }
5
+ Version: 4.3.0
6
+ Release: 2 %{?gitrev:.%{gitrev }git}%{?dist }
7
7
Summary: A framework to run HTCondor as a CE
8
8
BuildArch: noarch
9
9
494
494
%{_localstatedir }/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi
495
495
496
496
%changelog
497
+ *
Wed May 27 2020 Brian Lin <[email protected] > -
4.3.0-2
498
+ - Update the packaging for 4.3.0
499
+
500
+ *
Wed May 27 2020 Brian Lin <[email protected] > -
4.3.0-1
501
+ - Add the CE registry web application to the central collector. The
502
+ registry provides an interface to OSG site administrators of
503
+ HTCondor-CEs to retrieve an HTCondor IDTOKEN for authenticating
504
+ pilot job submissions (#298, #299)
505
+ - Identify broken job routes upon startup (#319)
506
+ - Add benchmarking parameters to the BDII provider via HTCONDORCE_SPEC
507
+ in the configuration. See /etc/condor-ce/config.d/99-ce-bdii.conf
508
+ for examples (#311)
509
+ - Fix handling of unmapped GSI users in the central collector (#317)
510
+ - Fix reference to old BDII configuration values (#322)
511
+
497
512
*
Wed Mar 18 2020 Brian Lin <[email protected] > -
4.2.1-1
498
513
- Drop vestigial central collector config generator
499
514
- Fix unmapped GSI/SSL regexps and allow unmapped enttities to advertise to the central ceollector (SOFTWARE-3939)
You can’t perform that action at this time.
0 commit comments