From 87e6a7c143cc0223d0881260c933a9c0bf15210b Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 11 Sep 2016 21:12:29 +0200 Subject: [PATCH] waf 1.9.4 - docs --- ChangeLog | 5 ++++- utils/sign_file.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c46bf43c..6b2c95d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ NEW IN WAF 1.9.4 ---------------- * Enable 'waf dist' in arbitrary paths #1806 * Handle subprocess timeouts in Python 3.3 #1807 +* Set the configuration test build class on conf.run_build_cls +* Provide execution order constraints in parallel configuration tests +* Accept Task.cwd as str type NEW IN WAF 1.9.3 ---------------- @@ -28,7 +31,7 @@ NEW IN WAF 1.9.1 * Execute proceses with run_regular_process when arguments are not serializable #1764 * Do not de-duplicate configuration flags assigned through uselib_store (conf.check tests) -* Let the documentation scripts generate SVG outputs +* Enable SVG pictures in the documentation NEW IN WAF 1.9.0 ---------------- diff --git a/utils/sign_file.py b/utils/sign_file.py index 7f3524aa..41c5afc5 100755 --- a/utils/sign_file.py +++ b/utils/sign_file.py @@ -112,4 +112,4 @@ if __name__ == '__main__': sign_original_file(filename, encoding) else: create_signed_file(filename, encoding) - +