Skip to content

Commit

Permalink
Merge pull request #342 from brianhlin/master
Browse files Browse the repository at this point in the history
Bump version to 4.4.0
  • Loading branch information
matyasselmeci committed Jun 15, 2020
2 parents cfd0eee + 02ba9fb commit cf98b7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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.3.0" CACHE INTERNAL "Version of the HTCondor-CE" )
set( HTCONDORCE_VERSION "4.4.0" CACHE INTERNAL "Version of the HTCondor-CE" )

set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )

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

Name: htcondor-ce
Version: 4.3.0
Release: 2%{?gitrev:.%{gitrev}git}%{?dist}
Version: 4.4.0
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch

Expand Down Expand Up @@ -525,6 +525,14 @@ fi
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi

%changelog
* Mon Jun 15 2020 Brian Lin <blin@cs.wisc.edu> - 4.4.0-1
- Add plug-in interface to HTCondor-CE View and separate out
OSG-specific code and configuration (SOFTWARE-3963)
- Add configuration option (COMPLETED_JOB_EXPIRATION) for how many days (SOFTWARE-4108)
- Replace APEL uploader SchedD cron with init and systemd services
(#323)
- Fix HTCondor-CE View SchedD query that caused "Info" tables to be blank

* Wed May 27 2020 Brian Lin <blin@cs.wisc.edu> - 4.3.0-2
- Update the packaging for 4.3.0

Expand Down

0 comments on commit cf98b7b

Please sign in to comment.