This commit is contained in:
Thomas Nagy 2015-10-10 10:28:21 +02:00
parent fcec20c9fd
commit 731dfba711
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
NEW IN WAF 1.8.15
-----------------
* Multiple commands can be provided in run_str/rule
* conf.check(header_name=) will compile only (no link by default)
* Added a workaround for building using IronPython
* Added a workaround for non-standard python installations (Python bug 7352) - #1636
* Let conf.check_cfg use contents of conf.env.env as os environment
* Enabled gzip compression when creating the Waf file with Jython
NEW IN WAF 1.8.14
-----------------
* Fixed the Visual Studio detection on Python 3 when --msvc_lazy_autodetect is not provided (regression)