Skip to content

Commit

Permalink
Merge pull request #343 from brianhlin/stable
Browse files Browse the repository at this point in the history
Bump version to 3.4.2
  • Loading branch information
matyasselmeci authored Jun 15, 2020
2 parents 19e36ca + 5ffac7e commit 62d7d0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(condor-ce)

cmake_minimum_required(VERSION 2.6)

set( HTCONDORCE_VERSION "3.4.1" CACHE INTERNAL "Version of the HTCondor-CE" )
set( HTCONDORCE_VERSION "3.4.2" CACHE INTERNAL "Version of the HTCondor-CE" )

set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )

Expand Down
11 changes: 10 additions & 1 deletion rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define gitrev osg

Name: htcondor-ce
Version: 3.4.1
Version: 3.4.2
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch
Expand Down Expand Up @@ -551,6 +551,15 @@ install -m 0755 -d -p $RPM_BUILD_ROOT/%{_sysconfdir}/condor-ce/bosco_override
%attr(1777,root,root) %dir %{_localstatedir}/lib/gratia/condorce_data

%changelog
* Mon Jun 15 2020 Brian Lin <[email protected]> - 3.4.2-2
- Replace APEL uploader SchedD cron with init and systemd services
(#323)
- Identify broken job routes upon startup (#319)
- Add benchmarking parameters to the BDII provider via HTCONDORCE_SPEC
in the configuration. See /etc/condor-ce/config.d/99-ce-bdii.conf
for examples (#311)
- Fix reference to old BDII configuration values (#320)

* Mon Mar 16 2020 Brian Lin <[email protected]> - 3.4.1-1
- GLUE2 validation improvements for the BDII provider (#308, #309)

Expand Down

0 comments on commit 62d7d0e

Please sign in to comment.