From b807733cad31a4e14dd88dd5619d7ab513835408 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 26 Apr 2015 12:18:15 +0200 Subject: [PATCH] docs --- ChangeLog | 6 ++++++ TODO | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cef2e7e7..242e9f44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +NEW IN WAF 1.8.9 +---------------- +* VS 2013 supports cross-compiling for x86 and arm from amd64 +* Perl detection enhancements on Redhat systems +* More accurate rpath parsing in check_cfg + NEW IN WAF 1.8.8 ---------------- * Fixed a regression in Fortran builds #1546 diff --git a/TODO b/TODO index aa7e2b9a..94d56e8f 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,7 @@ Waf 1.9 * Remove the split functions from Utils * Ensure _cache.py are valid python files * Include the tool 'nobuild' by default -* Support for linkflags/cflags at the end of commands +* cflags in the beginning / cppflags at the end Waf 1.8.x ---------