X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=2114f544fc89fee9a7ca9376264b5958de69b10b;hb=40e6d376152c072bc852117f0a58e88d9e0024af;hp=613c2cbf2898f4ed9c56a808d3f7883f518400da;hpb=6e57dab4b6116a7ec06d0f03a96f4cea98ced1c3;p=nepi.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 613c2cbf..2114f544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# 6.1.0 - Mar 14, 2016 + +* linux::Application receives new attribute `splitStderr` +* that defaults to False +* stdout and stderr are now merged by default in the `stdout` trace +* previous behaviour can be achieved by setting this new attribute to `True` + +# 6.0.9 - Mar 11, 2016 + +* register_resource also supports the `connectedTo` keyword, + that allows to call `register_connection` automatically +* linuxapplication's code, when specified as a string, + is uploaded as an executable file (for inline shell scripts) +* linuxapplication's command field can use ${CODE} to refer + to the path of the uploaded code (the one set by code=) + +# 6.0.8 - Mar 8, 2016 + +* register_resource accepts special flag + autoDeploy = True + this way the subsequent call to deploy() is performed + automatically as part of register_resource + +# 6.0.7 - Mar 4, 2016 + +* bugfix for python3 when running commands locally + # 6.0.6 - Feb 3, 2016 * bugfix for undefined variable 'nowait' in util.execfuncs.lkill