waf-2.1.0

Signed-off-by: Waf Project <noreply@waf.io>
This commit is contained in:
Waf Project 2024-05-02 00:03:48 +02:00
parent bd5c22d484
commit 66a013ed28
3 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
CHANGES IN WAF 2.1.0
--------------------
* While the Waf file runs on Python 2 and 3, creating it requires version 3
* While the Waf file runs on Python 2 and 3, creating it requires Python 3
+ Added wafcache
+ waf_unit_test: Added task in returned tuples, custom reports should be adapted
~ Ensure ConfigurationContext.load and Context.load definitions are consistent and remove unused *k parameters

4
TODO
View File

@ -1,4 +0,0 @@
Waf 2.1
-------
- Fix the circular imports ccroot<->c_config.py

View File

@ -24,7 +24,7 @@ HEXVERSION=0x2010000
WAFVERSION="2.1.0"
"""Constant updated on new releases"""
WAFREVISION="4e171c87adf3401e817a7d434f82aa9510ff0d72"
WAFREVISION="bd5c22d484734f7c1b77e16c91a10c7a44fa6c8a"
"""Git revision when the waf version is updated"""
WAFNAME="waf"