Skip to content

Commit

Permalink
Updated change log for 6.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Oct 23, 2014
1 parent 98d99e4 commit 61e99f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>Cylc Change Log Summary</h1>
<h3 style="margin:10px">versions</h3>
<ul>
<li><a href="#">TOP</a></li>
<li><a href="#6.0.2">6.0.2</a></li>
<li><a href="#6.0.1">6.0.1</a></li>
<li><a href="#6.0.0">6.0.0</a></li>
<li><a href="#5.4.14">5.4.14</a></li>
Expand Down Expand Up @@ -48,6 +49,24 @@ <h3 style="margin:10px">versions</h3>
<p>Some minor enhancements and bug fixes may be omitted from this page.
For the definitive record see the cylc git repository change log.</p>

<a name="6.0.2"/>
<h2>6.0.2</h2>

<p>Minor bug fixes and improvements since cylc-6.0.1</p>
<ul>
<li> handle tasks in the cylc-5 <code>runahead</code> state properly,
when restarting from a cylc-5 suite,
<li> fixed polling of tasks whose job submission failed
<li> fixed reporting of task log file locations after a suite reload
<li> fixed use of a family name regex in the <code>cylc release</code>
command.
<li> gcylc graph view: crop entire cycle points from the graph if they
contain only base nodes (i.e. nodes with no corresponding task proxy),
even if earlier cycle points are not empty (typically R1 tasks rendered
immortal by ongoing dependence on them)
<li> fixed job polling under the SGE batch scheduler
<li> stopped newly spawned tasks from running if the suite is held
</ul>

<a name="6.0.1"/>
<h2>6.0.1</h2>
Expand Down

0 comments on commit 61e99f8

Please sign in to comment.