2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-05 07:56:59 +01:00

New release 1.7.7

This commit is contained in:
Thomas Nagy 2012-12-16 17:08:08 +01:00
parent 59363114c3
commit c0575b8528
5 changed files with 10 additions and 9 deletions

View File

@ -3,7 +3,11 @@ NEW IN WAF 1.7.7
* XLC and XLF detection fixes #1230
* Fixed the multiple gcc/msvc builds #1237
* Better gdc detection on Ubuntu #1222
* Enable relative symlinks #1234
* Relative symlinks in symlink_as #1234
* Various improvements in the doxygen tool #1232 #1233
* Fixed windows filehandle issues on Python #1235
* Visual Studio 2012 detection improvements
* OSX soname installation fix
NEW IN WAF 1.7.6
----------------

View File

@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys
VERSION="1.7.6"
VERSION="1.7.7"
REVISION="x"
INSTALL="x"
C1='x'

View File

@ -11,13 +11,13 @@ from waflib import Utils, Errors, Logs
import waflib.Node
# the following 3 constants are updated on each new release (do not touch)
HEXVERSION=0x1070600
HEXVERSION=0x1070700
"""Constant updated on new releases"""
WAFVERSION="1.7.6"
WAFVERSION="1.7.7"
"""Constant updated on new releases"""
WAFREVISION="704f85f131c77b2244eaf134afe8fe04373d3707"
WAFREVISION="59363114c3c366534452be18dc5d683e9511c82d"
"""Constant updated on new releases"""
ABI = 98

View File

@ -322,9 +322,6 @@ use command_is_external=True''') % (self.command,)
if self.cwd is None:
cwd = None
else:
assert isinstance(cwd, CmdDirArg)
self.cwd.find_node(self.path)
args = []
inputs = []

View File

@ -10,7 +10,7 @@ To add a tool that does not exist in the folder compat15, pass an absolute path:
"""
VERSION="1.7.6"
VERSION="1.7.7"
APPNAME='waf'
REVISION=''