X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=851f06dbf18ae33efc79b0984e75be8e02583dcf;hb=refs%2Ftags%2Fnepi-6.0.8-pypi;hp=eb82722af988b5470d3c1dc773236e5e2136481a;hpb=8f004286f054f3c1f55ce1fd5b8cc5c8ac23c346;p=nepi.git diff --git a/CHANGELOG.md b/CHANGELOG.md index eb82722a..851f06db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 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