From 4095f1403a11e4138d720e650b435411e757ed70 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Tue, 13 Dec 2016 10:26:11 +0100 Subject: [PATCH] waf-1.9.7 --- ChangeLog | 6 ++++++ waf-light | 2 +- waflib/Context.py | 6 +++--- wscript | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31725fc5..07b51ac4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +NEW IN WAF 1.9.7 +---------------- +* Conceal Python 2.6 subprocess errors on Unix-like systems +* Read variables from self.vars #1873 +* Revert archive permissions to be world-readable #1875 + NEW IN WAF 1.9.6 ---------------- * Display @argfile contents in msvcdeps #1831 diff --git a/waf-light b/waf-light index dfa5ac1e..1b74ddd8 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="1.9.6" +VERSION="1.9.7" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index 9fa9b964..88cb6ab3 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -11,13 +11,13 @@ from waflib import Utils, Errors, Logs import waflib.Node # the following 3 constants are updated on each new release (do not touch) -HEXVERSION=0x1090600 +HEXVERSION=0x1090700 """Constant updated on new releases""" -WAFVERSION="1.9.6" +WAFVERSION="1.9.7" """Constant updated on new releases""" -WAFREVISION="dbcda7ec6a52a88c7a605a357eb5713438ac2704" +WAFREVISION="ade48ed52ee94965251ed072b590484d5d14352d" """Git revision when the waf version is updated""" ABI = 99 diff --git a/wscript b/wscript index 67e0824b..91af5f97 100644 --- a/wscript +++ b/wscript @@ -9,7 +9,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path: ./waf-light --tools=compat15,/comp/waf/aba.py --prelude=$'\tfrom waflib.extras import aba\n\taba.foo()' """ -VERSION="1.9.6" +VERSION="1.9.7" APPNAME='waf' REVISION=''