waf-2.0.0pre2

This commit is contained in:
Thomas Nagy 2017-04-22 15:53:00 +02:00
parent 3cee7b36f0
commit 89a37949c0
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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