mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-25 02:35:04 +01:00
waf-2.0.0pre2
This commit is contained in:
parent
3cee7b36f0
commit
89a37949c0
@ -1,9 +1,9 @@
|
||||
NEW IN WAF 2.0.0 (preview 1)
|
||||
NEW IN WAF 2.0.0 (preview 2)
|
||||
----------------------------
|
||||
* Provide a new priority system to improve scalability on complex builds
|
||||
* Provide TaskGroup objects to improve scalability on complex builds
|
||||
* Force new files into the build directory by default (use Node objects to bypass)
|
||||
* Built-in support for building over UNC paths
|
||||
* Provide built-in support for building over UNC paths
|
||||
* Simplify the Task class hierarchy; TaskBase is removed
|
||||
* Display commands as string with "WAF_CMD_FORMAT=string waf build -v"
|
||||
* New ant_glob(..., generator=True) now returns a Python generator
|
||||
|
@ -17,7 +17,7 @@ HEXVERSION=0x2000000
|
||||
WAFVERSION="2.0.0"
|
||||
"""Constant updated on new releases"""
|
||||
|
||||
WAFREVISION="c142062d69aaeabf26b5f1ea8e113e15dd3b055f"
|
||||
WAFREVISION="3cee7b36f04b13bcd255ea314ad7797246c8725b"
|
||||
"""Git revision when the waf version is updated"""
|
||||
|
||||
ABI = 99
|
||||
|
Loading…
Reference in New Issue
Block a user