waf/ChangeLog

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-11-02 00:16:48 +01:00
NEW IN WAF 1.8.4
2014-10-31 22:56:47 +01:00
----------------
* 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
2014-10-12 01:32:19 +02:00
NEW IN WAF 1.8.2
----------------
* Removed the modules c_* that were accidentally shipped and break pkg-config tests
2014-10-11 11:49:00 +02:00
NEW IN WAF 1.8.1
----------------
* Re-added compatible option group names from waf 1.7 #1495
* Fixed bld(define='') splitting which was disabled by mistake
NEW IN WAF 1.8.0
----------------
2014-10-04 13:49:28 +02:00
* Python 2.5 is now required
* Removed the Waf cache from the task level, use the netcache system
* Console handling improvements
* Properly-sized progress bar on windows
2014-09-14 20:26:07 +02:00
* Generic configuration tests
2014-10-04 13:49:28 +02:00
* Better unicode handling in scripts and in file names
2014-09-28 19:27:02 +02:00
* Shorter build outputs
2014-10-04 13:49:28 +02:00
* Prevent external static libraries propagation through uselib vars #1320
* LaTeX glossaries #1342 and multibib #1345
* Rst document processing
* Various improvements in the Python detection and processing
* Tons of bugfixes
2011-09-10 11:13:51 +02:00