From 66a013ed280dc6f1b26e9c47654fb69211a90c5e Mon Sep 17 00:00:00 2001 From: Waf Project Date: Thu, 2 May 2024 00:03:48 +0200 Subject: [PATCH] waf-2.1.0 Signed-off-by: Waf Project --- ChangeLog | 2 +- TODO | 4 ---- waflib/Context.py | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 846254d9..d1542b21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/TODO b/TODO index ead8e2f1..e69de29b 100644 --- a/TODO +++ b/TODO @@ -1,4 +0,0 @@ -Waf 2.1 -------- - -- Fix the circular imports ccroot<->c_config.py diff --git a/waflib/Context.py b/waflib/Context.py index 2c0eaecd..76a336f3 100755 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -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"