From f70b5d062efbceb89cc6452f7a7be4bdda854c41 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Mon, 3 Dec 2018 15:46:09 +0100 Subject: [PATCH] waf-2.0.13 --- ChangeLog | 7 +++++++ waf-light | 2 +- waflib/Context.py | 6 +++--- wscript | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index eef0590a..d2e16c33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +NEW IN WAF 2.0.13 +----------------- +* Fix "broken revdeps" extra error message on certain build failures +* Avoid duplicate flags in Python configuration tests +* Find more Swig dependencies #2206 +* Avoid spawning threads with -j1 on AIX systems + NEW IN WAF 2.0.12 ----------------- * Fix broken inheritance task trees #2194 diff --git a/waf-light b/waf-light index a2efc852..10b1cd47 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="2.0.12" +VERSION="2.0.13" REVISION="x" GIT="x" INSTALL="x" diff --git a/waflib/Context.py b/waflib/Context.py index 7c6cd960..fce04790 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=0x2000c00 +HEXVERSION=0x2000d00 """Constant updated on new releases""" -WAFVERSION="2.0.12" +WAFVERSION="2.0.13" """Constant updated on new releases""" -WAFREVISION="54841218840ffa34fddf834680a5a17db69caa12" +WAFREVISION="1607738e97e9453f5d5c7c911ba7dfdc0d4ddc2a" """Git revision when the waf version is updated""" ABI = 20 diff --git a/wscript b/wscript index 8ed667a1..f02913cc 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path: from __future__ import with_statement -VERSION="2.0.12" +VERSION="2.0.13" APPNAME='waf' REVISION=''