From 89a37949c0d47a1b6018144e76a43a6b211eac08 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 22 Apr 2017 15:53:00 +0200 Subject: [PATCH] waf-2.0.0pre2 --- ChangeLog | 4 ++-- waflib/Context.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ce0324d..1f125a40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ -NEW IN WAF 2.0.0 (preview 1) +NEW IN WAF 2.0.0 (preview 2) ---------------------------- * 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) -* Built-in support for building over UNC paths +* Provide 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 diff --git a/waflib/Context.py b/waflib/Context.py index 46a6590c..69a602d6 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -17,7 +17,7 @@ HEXVERSION=0x2000000 WAFVERSION="2.0.0" """Constant updated on new releases""" -WAFREVISION="c142062d69aaeabf26b5f1ea8e113e15dd3b055f" +WAFREVISION="3cee7b36f04b13bcd255ea314ad7797246c8725b" """Git revision when the waf version is updated""" ABI = 99