summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorgrbd <garlicbready@googlemail.com>2017-06-20 18:27:41 (GMT)
committergrbd <garlicbready@googlemail.com>2017-06-20 18:27:41 (GMT)
commitd81b893dfe30c3d5c61d38e8bedc62888b987d41 (patch)
treee543d978cb355faf9898b7477cf39d7f3cee6825 /src/CHANGES.txt
parentfab72bed412cb035d96b9d8415f7052540a20556 (diff)
parent2c22c3ec5160b3d8e9ccb8884dfef96035b0f82e (diff)
downloadSCons-d81b893dfe30c3d5c61d38e8bedc62888b987d41.zip
SCons-d81b893dfe30c3d5c61d38e8bedc62888b987d41.tar.gz
SCons-d81b893dfe30c3d5c61d38e8bedc62888b987d41.tar.bz2
Merged default into default
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index e6d9c02..745c69d 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -77,8 +77,11 @@ RELEASE 3.0.0.alpha.20170614 - Mon, 14 Jun 2017 12:23:56 -0400
From Russel Winder:
- Reordered the default D tools from "dmd, gdc, ldc" to "dmd, ldc, gdc".
- Add a ProgramAllAtOnce builder to the dmd, ldc, and gdc tools. (PR #448)
- - Deprecate a file name exception for very old Fedora LDC installation.
+ - Remove a file name exception for very old Fedora LDC installation.
- gdc can now handle building shared objects (tested for version 6.3.0).
+ - Remove establishing the SharedLibrary builder in the dmd, ldc, and gdc
+ tools, must now include the ar tool to get this builder as is required for
+ other compiler tools.
RELEASE 2.5.1 - Mon, 03 Nov 2016 13:37:42 -0400