-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from brianhlin/package-4.1.0
Bump version to 4.1.0
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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) | ||
|
||
|