From 41c7b2dcf88500e47a87e9a707e85f970769eb93 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Mon, 6 Apr 2015 17:55:40 +0200 Subject: [PATCH] docs --- ChangeLog | 5 +++++ waflib/Context.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 851ea06a..cef2e7e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ NEW IN WAF 1.8.8 ---------------- * Fixed a regression in Fortran builds #1546 +* Fixed a regression in the libdir installation path on 32-bit ubuntu #1552 +* Process -Bstatic and -Bdynamic in parse_flags (pkg-config tools) +* Fortran compiler detection to cover the sxf03 as well as the sxf90 +* Jython detection enhancements * Doxygen tool enhancements +* Moved the project to Github/waf.io and updated the documentation NEW IN WAF 1.8.7 ---------------- diff --git a/waflib/Context.py b/waflib/Context.py index 974df0c7..cb32408c 100644 --- a/waflib/Context.py +++ b/waflib/Context.py @@ -17,7 +17,7 @@ HEXVERSION=0x1080800 WAFVERSION="1.8.8" """Constant updated on new releases""" -WAFREVISION="cca30e91f4e1796b6a9c204b1604ac52315fad56" +WAFREVISION="8ac4646d0966fe22f8ae8955c7e9b9d56ae8288e" """Git revision when the waf version is updated""" ABI = 98