From 0bca3987addc676be6079d46df87408e0f8abba8 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 27 Nov 2016 14:23:37 +0100 Subject: [PATCH] docs - waf 1.9.6 --- ChangeLog | 3 ++- TODO | 6 +----- waflib/Context.py | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0587bf6a..31725fc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,11 +2,12 @@ NEW IN WAF 1.9.6 ---------------- * Display @argfile contents in msvcdeps #1831 * Enable configurable preprocessor cache sizes #1833 +* Allocate lru cache entries lazily * Let unity builds use relative paths for msys #1834 * Added --dump-test-scripts to the unit test module #1852 * Added a warning on ant_glob '.' uses #1853 * LaTeX configuration tests output results to config.log -* Accept functools.partial() as a task rule #1865 +* Accept functools.partial() as task rules #1865 NEW IN WAF 1.9.5 ---------------- diff --git a/TODO b/TODO index 5879dba3..ea7d29f3 100644 --- a/TODO +++ b/TODO @@ -6,9 +6,5 @@ Documentation Waf 2.0 ------- -Merge mem_reducer.py in the mainline -Keep sorted lists in TaskGen.prec[] -Improve the sorting in TaskGen.post() -Default to force files into the build directory -Remove ut_exec, ut_fun, ut_cmd from waf_unit_test.py +See the branch waf-2.0 for details diff --git a/waflib/Context.py b/waflib/Context.py index 64d1c484..9fa9b964 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -17,7 +17,7 @@ HEXVERSION=0x1090600 WAFVERSION="1.9.6" """Constant updated on new releases""" -WAFREVISION="283e7953cb784e827ef77bc1a76872cad77a77e4" +WAFREVISION="dbcda7ec6a52a88c7a605a357eb5713438ac2704" """Git revision when the waf version is updated""" ABI = 99