File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
9+
10+ ## [ 0.7.0] - 2018-12-26
11+ ### Added
912- Addition of an optional live system test of a configurable job adapter
1013
14+ ### Fixed
15+ - Fix Torque adapter crash by fixing scope resolution on Attrl and Attropl
16+ - Fix SGE adapter crash in ` OodCore::Job::Adapters::Sge::Batch#get_info_enqueued_job ` when libdrmma is not available (DRMMA constant not defined)
17+
18+ ### Changed
19+ - Always set ` SGE_ROOT ` env var, for both SGE commands via popen and when using libdrmaa
20+ - Use libdrmaa only when libdrmaa is set in the cluster config
21+
22+
1123## [ 0.6.0] - 2018-12-19
1224### Added
1325- Added ability to override the default password length
@@ -141,7 +153,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
141153### Added
142154- Initial release!
143155
144- [ Unreleased ] : https://github.com/OSC/ood_core/compare/v0.6.0...HEAD
156+ [ Unreleased ] : https://github.com/OSC/ood_core/compare/v0.7.0...HEAD
157+ [ 0.7.0 ] : https://github.com/OSC/ood_core/compare/v0.6.0...v0.7.0
145158[ 0.6.0 ] : https://github.com/OSC/ood_core/compare/v0.5.1...v0.6.0
146159[ 0.5.1 ] : https://github.com/OSC/ood_core/compare/v0.5.0...v0.5.1
147160[ 0.5.0 ] : https://github.com/OSC/ood_core/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 11module OodCore
22 # The current version of {OodCore}
3- VERSION = "0.6 .0"
3+ VERSION = "0.7 .0"
44end
You can’t perform that action at this time.
0 commit comments