docs - waf 1.9.6

This commit is contained in:
Thomas Nagy 2016-11-27 14:23:37 +01:00
parent dbcda7ec6a
commit 0bca3987ad
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
3 changed files with 4 additions and 7 deletions

View File

@ -2,11 +2,12 @@ NEW IN WAF 1.9.6
----------------
* Display @argfile contents in msvcdeps #1831
* Enable configurable preprocessor cache sizes #1833
* Allocate lru cache entries lazily
* Let unity builds use relative paths for msys #1834
* Added --dump-test-scripts to the unit test module #1852
* Added a warning on ant_glob '.' uses #1853
* LaTeX configuration tests output results to config.log
* Accept functools.partial() as a task rule #1865
* Accept functools.partial() as task rules #1865
NEW IN WAF 1.9.5
----------------

6
TODO
View File

@ -6,9 +6,5 @@ Documentation
Waf 2.0
-------
Merge mem_reducer.py in the mainline
Keep sorted lists in TaskGen.prec[]
Improve the sorting in TaskGen.post()
Default to force files into the build directory
Remove ut_exec, ut_fun, ut_cmd from waf_unit_test.py
See the branch waf-2.0 for details

View File

@ -17,7 +17,7 @@ HEXVERSION=0x1090600
WAFVERSION="1.9.6"
"""Constant updated on new releases"""
WAFREVISION="283e7953cb784e827ef77bc1a76872cad77a77e4"
WAFREVISION="dbcda7ec6a52a88c7a605a357eb5713438ac2704"
"""Git revision when the waf version is updated"""
ABI = 99