Skip to content

Commit

Permalink
Merge pull request #3139 from hjoliver/change-log-7.8.2
Browse files Browse the repository at this point in the history
Update change log for 7.8.x
  • Loading branch information
kinow authored May 1, 2019
2 parents 1bc712b + 1fc2989 commit 4fa4e95
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,75 @@ CVE does not impact cylc-7 because Cylc workflow definitions are not web
pages**.
- cylc-8 (master branch, written in Python 3) does not bundle Jinja2, and uses the fixed version 2.10.1.

-------------------------------------------------------------------------------
## __cylc-7.8.2 (2019-05-02)__

Maintenance release with minor enhancements.

Selected user-facing changes:

### Enhancements

[#3128](https://github.com/cylc/cylc-flow/pull/3128) - Add security bug
reporting guidelines (`SECURITY.md`)

[#3078](https://github.com/cylc/cylc-flow/pull/3078) - Add an "aborted"
suite event, to support alerting of unexpected suite shutdowns.

[#3017](https://github.com/cylc/cylc-flow/pull/3017) - Document all the parts
of a task job script and how they relate to one another.

[#3002](https://github.com/cylc/cylc-flow/pull/3002) - Make suite context
available to custom Jinja2 filter functions.

[#2992](https://github.com/cylc/cylc-flow/pull/2992) - Fix incorrect time
record in the suite DB on submit failed events.

[#2986](https://github.com/cylc/cylc-flow/pull/2986) - Close GUI cleanly on
Ctrl-C.

[#2970](https://github.com/cylc/cylc-flow/pull/2970) - Generate single- (as
well as multi-) page User Guide under the new (post LaTeX) system.

[#2948](https://github.com/cylc/cylc-flow/pull/2948) - Higher-contrast link
colors in the User Guide.

### Fixes

[#3125](https://github.com/cylc/cylc-flow/pull/3125) - `cylc
review`: URL encode links, to handle special characters in suite
names.

[#2938](https://github.com/cylc/cylc-flow/pull/2938) - `cylc
review`: restore visibility of waiting tasks.

[#3109](https://github.com/cylc/cylc-flow/pull/3109) - Preprend custom
Jinja2 filter locations to the Python search path in case of name clashes with
other modules.

[#3047](https://github.com/cylc/cylc-flow/pull/3047) - Fix `cylc graph`
node styling issues and desktop theme compatibility

[#3053](https://github.com/cylc/cylc-flow/pull/3053) - Prevent batch system
job kill from immediately releasing tasks from retrying status (for tasks
configured to retry on failure).

[#3100](https://github.com/cylc/cylc-flow/pull/3100) - Restore the intended
"kill all active tasks" behavior of `cylc kill SUITE` with no task glob
argument.

[#3059](https://github.com/cylc/cylc-flow/pull/3059) - Fix suite abort on
referencing a non-existent external trigger function.

[#2968](https://github.com/cylc/cylc-flow/pull/2968) - Fix for job submission
failures after reloading a suite with some tasks in the "retrying" state..

[#2945](https://github.com/cylc/cylc-flow/pull/2945) - `cylc review`: fix for
possible code injection vulnerability.

[#2941](https://github.com/cylc/cylc-flow/pull/2941) -
Suite host selection: ignore stdout generated by login scripts.

-------------------------------------------------------------------------------
## __cylc-7.8.1 (2019-01-25)__

Expand Down

0 comments on commit 4fa4e95

Please sign in to comment.