Skip to content

Commit d064c54

Browse files
authored
Merge pull request #326 from brianhlin/bump-packaging
Bump packaging
2 parents 1fb23a7 + 9a16aab commit d064c54

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(condor-ce)
33

44
cmake_minimum_required(VERSION 2.6)
55

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" )
77

88
set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )
99

rpm/htcondor-ce.spec

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

44
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}
77
Summary: A framework to run HTCondor as a CE
88
BuildArch: noarch
99

@@ -494,6 +494,21 @@ fi
494494
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi
495495

496496
%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+
497512
* Wed Mar 18 2020 Brian Lin <[email protected]> - 4.2.1-1
498513
- Drop vestigial central collector config generator
499514
- Fix unmapped GSI/SSL regexps and allow unmapped enttities to advertise to the central ceollector (SOFTWARE-3939)

0 commit comments

Comments
 (0)