X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=CHANGELOG.md;h=5482a875c5d7b45555f7b7762b039ad79dec8432;hp=f58f0916a7e621a4117ea6a75f03a8cb9b5e86b6;hb=HEAD;hpb=deec1bc80c5831cd44a87341b18758314fbb386e diff --git a/CHANGELOG.md b/CHANGELOG.md index f58f0916..5482a875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,55 @@ +# 6.1.2 - Apr 7, 2016 + +* bugfixes in sshfuncs + +# 6.1.1 - Mar 16, 2016 + +* undo dirty hack for python3 and subprocesses considered as producing + text outputs without distinction +* this jeopardizes python3 code for now, but brings more stability to + python2 scripts in the short term; needs more work on the long run +* a linux application that generates non-empty stderr is not considered + broken anymore + +# 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 + +# 6.0.5 - Feb 2, 2016 + +* make it possible to install in virtualenv (not using /etc/nepi anymore) + +# 6.0.4 - Jan 8, 2016 + +* bugfix - `filter_existing_files` was looping over a changing dictionary + # 6.0.1 - November 5, 2015 * move the `src/nepi` directory in the git repo one step up