This commit is contained in:
Thomas Nagy 2018-07-04 07:41:12 +02:00
parent 1f5e3e2d6c
commit 1de8d03fb2
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
NEW IN WAF 2.0.9
----------------
* Add dependencies on scriptlet outputs
* Made options optional for cython waftool
* Improve doxygen error handling
NEW IN WAF 2.0.8
----------------
* Improve Windows console encoding outputs on Python 3.6 and Japanese code page #2163

4
TODO
View File

@ -5,4 +5,6 @@ Waf 2.1
- Fix the circular imports ccroot<->c_config.py
- Remove superfluous *k in ctx.load() and other unused parameters
- Ensure conf.load() has the same interface as ctx.load()
- Remove waflib.Runner.PriorityTasks.appendleft
- Remove waflib.Task.TaskBase
- Remove the upper class of waflib.Task.Task (metaclasses)