From 3a3f6d6d27ba7521c24fc9af2bf91300f3ffb0ba Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 8 Jun 2017 12:02:13 -0400 Subject: [PATCH] add v1.10.0 release notes --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 48dba71..936cade 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,23 @@ http://rubydoc.info/github/holtrop/rscons/frames. ## Release Notes +### v1.10.0 + +#### New Features + +- #23 - add parallelization - builds are now parallelized by default +- #31 - add LEXSUFFIX, YACCSUFFIX construction variables +- #30 - place object files for absolute source paths under build_root +- #28 - support redirecting standard output using the Command builder +- Always use a build root and default it to "build" +- Add builder features +- #8 - add SharedObject and SharedLibrary builders + +#### Fixes + +- expand target and source paths before calling Builder#create_build_target +- #29 - fix PROGSUFFIX handling + ### v1.9.3 - Environment#parse_flags should put -std=XXX flags in CCFLAGS, not CFLAGS