This commit is contained in:
Thomas Nagy 2017-01-21 13:08:29 +01:00
parent 1a0396ea88
commit 87bf7ae1fa
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
NEW IN WAF 2.0.0
----------------
* Reverse the mappping in TaskGen.prec[]
* Sort TaskGen methods besides regular constraints
* Removed ut_fun from waf_unit_test.py
* New ant_glob(..., generator=True) returns a generator
* Accept nested lists and generators in bld(source=...)
* Sort TaskGen methods in alphabetical order besides regular constraints
for this, the mappping order in TaskGen.prec[] is now reversed
* Remove 'ut_fun' from waf_unit_test.py
* Force files into the build directory by default
* Remove Node.sig and Node.cache_sig