From 28ebd858d5b3b7f3ed87c53ca8cee9e982139814 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Fri, 31 Oct 2014 22:56:47 +0100 Subject: [PATCH] waf 1.8.3 --- ChangeLog | 9 +++++++++ waf-light | 2 +- waflib/Context.py | 6 +++--- wscript | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 008f4ab4..31096208 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +NEW IN WAF 1.8.3 +---------------- +* Various improvements in stale.py +* More robust file scanning in Qt processing #1502 +* More robust handling of build order implied by hidden dependencies #1506 +* Run msvs on Python 3 #1503 +* Biber update #1501 +* Fixed the Python detection on Windows #1498 + NEW IN WAF 1.8.2 ---------------- * Removed the modules c_* that were accidentally shipped and break pkg-config tests diff --git a/waf-light b/waf-light index d3ac5c22..264e6e3f 100755 --- a/waf-light +++ b/waf-light @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. import os, sys, inspect -VERSION="1.8.2" +VERSION="1.8.3" REVISION="x" INSTALL="x" C1='x' diff --git a/waflib/Context.py b/waflib/Context.py index 5c2eb143..7e8d06b9 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=0x1080200 +HEXVERSION=0x1080300 """Constant updated on new releases""" -WAFVERSION="1.8.2" +WAFVERSION="1.8.3" """Constant updated on new releases""" -WAFREVISION="30fb9699ef89341f3eeef3fd600539b9b41b61c2" +WAFREVISION="2fa4078c47451df99ba831a98ab6c28a7ee36ae2" """Constant updated on new releases""" ABI = 98 diff --git a/wscript b/wscript index 6b67faeb..44dbe773 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path: """ -VERSION="1.8.2" +VERSION="1.8.3" APPNAME='waf' REVISION=''