summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2017-06-06 19:21:55 +0100
committerRussel Winder <russel@winder.org.uk>2017-06-06 19:21:55 +0100
commitf8eb99d0546ba15dea84e36a7efef83d557fea14 (patch)
tree6bf7b3d2ffc3bf772bef506a96110b9d41374c56 /src/CHANGES.txt
parent16695e87439300d3d239345caa6f4afd4ea1b829 (diff)
downloadscons-f8eb99d0546ba15dea84e36a7efef83d557fea14.tar.gz
Update gdc tool and test now that it can deal wth shared object building.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 93b1512b..ada66b0a 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -33,6 +33,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- 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.
+ - gdc can now handle building shared objects (tested for version 6.3.0).
From William Blevins:
- Updated D language scanner support to latest: 2.071.1. (PR #1924)