From c7f8b7093a94d989cd2b3a3bf6d4b691252a1589 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 25 Mar 2017 14:49:57 +0100 Subject: [PATCH] waf-2.0.0p1 --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62e904cd..2ce0324d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,16 @@ -NEW IN WAF 2.0.0 ----------------- +NEW IN WAF 2.0.0 (preview 1) +---------------------------- * 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) -* Process support for building over UNC paths +* 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 * Accept nested lists and generators in bld(source=...) * Sort TaskGen methods in alphabetical order by reversing TaskGen.prec order -* Remove 'ut_fun' from waf_unit_test.py +* Remove 'ut_fun' from waf_unit_test.py * Remove Node.sig and Node.cache_sig * Remove the BuildContext.rule decorator * Remove Task.update_outputs, Task.always_run