This commit is contained in:
Thomas Nagy 2012-05-29 22:52:04 +02:00
parent 71c10abe7f
commit f597fa65ab
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ NEW IN WAF 1.7.0
* Improved the C# processing #1154, #1153
* Removed the empty flags from LIB/INCLUDE in the msvc configuration #1159
* Added an 'encoding' parameter to bld.subst()
* Detect Visual Studio 2011 beta
* Detect cython dependencies of the form "from module import x" #1044
* Use the cython includes in the dependency scanner #1166
* Improved the behaviour of Utils.readf/Utils.writef on Win32
NEW IN WAF 1.6.11
-----------------