summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2017-06-19 18:50:34 +0100
committerRussel Winder <russel@winder.org.uk>2017-06-19 18:50:34 +0100
commit708de3f2daef718632216ca19ab0674293884929 (patch)
tree978fbd0de81ffc6a6c12622e2dea6ed9e8b4634e /src/CHANGES.txt
parentb2ae338a0e2d60886b3e94420f6ec32b043dda97 (diff)
downloadscons-708de3f2daef718632216ca19ab0674293884929.tar.gz
Update src/CHANGES.txt.
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 5d670fd2..537aca39 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -73,8 +73,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