This commit is contained in:
Thomas Nagy 2017-12-10 21:35:53 +01:00
parent f5f4218cda
commit 9effdff4c3
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
2 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
NEW IN WAF 2.0.3
----------------
* Enable install_path=None for Python targets #2087
* Prevent duplicate paths when adding from user classpath #2084
* Skip empty or duplicates in java user classpath #2084
* Change the unit test summary color scheme to use green and red colors
* Improve the deadlock error message
* Report sys.path values from Context.load_tool to improve error messages
* Cache qrc uic->h conversions to enable qrc re-use across targets
* Output long-running tasks outputs immediately using bld(rule=..., stdout=None)
NEW IN WAF 2.0.2
----------------

View File

@ -17,7 +17,7 @@ HEXVERSION=0x2000300
WAFVERSION="2.0.3"
"""Constant updated on new releases"""
WAFREVISION="6a80016ad5d49d87712720ce5704198c23c9addf"
WAFREVISION="f5f4218cdab046b6f55fdb56043752fbe479d614"
"""Git revision when the waf version is updated"""
ABI = 20