Skip to content

Commit

Permalink
- update NEWS file
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jun 13, 2013
1 parent 467757b commit d618c53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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
Expand Down

0 comments on commit d618c53

Please sign in to comment.