Skip to content

Commit

Permalink
Merge pull request #275 from brianhlin/package-4.1.0
Browse files Browse the repository at this point in the history
Bump version to 4.1.0
  • Loading branch information
matyasselmeci authored Nov 5, 2019
2 parents 9ea5def + fdfc5a6 commit 6e352c0
Show file tree
Hide file tree
Showing 2 changed files with 15 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 "4.0.1" CACHE INTERNAL "Version of the HTCondor-CE" )
set( HTCONDORCE_VERSION "4.1.0" CACHE INTERNAL "Version of the HTCondor-CE" )

set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )

Expand Down
15 changes: 14 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: 4.0.1
Version: 4.1.0
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch
Expand Down Expand Up @@ -446,6 +446,19 @@ install -m 0755 -d -p $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d
%attr(1777,root,root) %dir %{_localstatedir}/lib/gratia/condorce_data

%changelog
* Mon Nov 04 2019 Brian Lin <[email protected]> - 4.1.0-1
- Add non-OSG method for modifying the job environment (SOFTWARE-3871)
- Simplify configuration of APEL scripts
- Do not require authentication for queue reads (SOFTWARE-3860)
- Allow local CE users to submit jobs without a proxy or token (SOFTWARE-3856)
- Fix the ability to specify grid certificate locations for SSL authentication
- Refine the APEL record filter to ignore jobs that have not yet started
- Fix an issue where `condor_ce_q` required authentication
- Re-enable the ability for local users to submit jobs to the CE queue
- Fix an issue where some jobs were capped at 72 minutes instead of 72 hours
- Add `systemctl daemon-reload` to packaging for initial installations
- Improve robustness of BDII provider

* Mon Sep 15 2019 Brian Lin <[email protected]> - 4.0.1-1
- Fix call to error() (#245)

Expand Down

0 comments on commit 6e352c0

Please sign in to comment.