summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-09-29 23:21:35 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2013-09-29 23:21:35 (GMT)
commit6ef70e36fef5d954a7de3e17a62d28c148506d58 (patch)
tree27b9ff1f54913a4ce31eaae4b245ebd9f0864cc9 /src
parentebf829d7db453f10f8edc7a202febcca4f096adf (diff)
downloadSCons-6ef70e36fef5d954a7de3e17a62d28c148506d58.zip
SCons-6ef70e36fef5d954a7de3e17a62d28c148506d58.tar.gz
SCons-6ef70e36fef5d954a7de3e17a62d28c148506d58.tar.bz2
Added test for bug 2909, pull req #86.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 1e91144..9fa8985 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -6,6 +6,9 @@
RELEASE 2.3.1.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
+ From Alexandre Feblot:
+ - Make sure SharedLibrary depends on all dependent libs (by depending on SHLINKCOM)
+
From Stefan Sperling:
- Fixed the setup of linker flags for a versioned SharedLibrary
under OpenBSD (#2916).