summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Tomulik <ptomulik@meil.pw.edu.pl>2016-05-15 22:11:59 (GMT)
committerPawel Tomulik <ptomulik@meil.pw.edu.pl>2016-05-15 22:11:59 (GMT)
commitd64346001c83adce8bdfd6f9e8df191762d11c44 (patch)
treec126620c8003813639c823853c45718299d8aa5b
parent37eb6eeaa3dc3d850b784b6f808b710836a6c244 (diff)
downloadSCons-d64346001c83adce8bdfd6f9e8df191762d11c44.zip
SCons-d64346001c83adce8bdfd6f9e8df191762d11c44.tar.gz
SCons-d64346001c83adce8bdfd6f9e8df191762d11c44.tar.bz2
add blurb to src/CHANGES.txt for #319
-rw-r--r--src/CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index b6973b7..25f982a 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -11,6 +11,15 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Whatever John Doe did.
+ From Paweł Tomulik:
+ - Fixed the issue with LDMODULEVERSIONFLAGS reported by Tim Jennes
+ (https://pairlist4.pair.net/pipermail/scons-users/2016-May/004893.html).
+ An error was causing “-Wl,Bsymbolic” being added to linker's command-line
+ even when there was no specified value in LDMODULEVERSION and thus no
+ need for the flags to be specified.
+ - Added LoadableModule to the list of global functions (DefaultEnvironment
+ builders).
+
RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -0700
From Dirk Baechle: