diff --git a/NEWS b/NEWS index 065b4d98..b0ef71de 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,17 @@ 0.140 - support python 2.7 and python 3 in parallel now + => In case you use external plugins, you need to adapt the print lines to python 3 syntax now + in any case: print "string" => print("string") - allow specifying directories as mv targets - drop the support for deprecated cbinstall and cbpreinstall directives - allow to set maintainer or bugowner ship for a binary package initially, but ask back if this is the right place. - support listing of deleted source files "ls -D $PROJECT $PACKAGE" + - build results do show that a succeeded is not yet published + - improved bash completions + - default build root includes repository and architecture name now + - --request-accept-or-revoke option, useful to handle mass approval of requests + - multiple minor bugfixes 0.139 - various bugfixes for owner search