diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Announce.txt | 2 | ||||
-rw-r--r-- | src/CHANGES.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Announce.txt b/src/Announce.txt index 28290ef..fd590f5 100644 --- a/src/Announce.txt +++ b/src/Announce.txt @@ -222,7 +222,7 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE The GNU toolchain support in previous versions of SCons would add the -fPIC flag to the $SHCXXFLAGS construction variable. - The -fPIC flag has been now been removed from the default + The -fPIC flag has now been removed from the default $SHCXXFLAGS setting. Instead, the $SHCXXCOM construction variable (the default SCons command line for compiling shared objects from C++ source files) has been changed to add the $SHCCFLAGS diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 931a046..b738ea8 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -144,6 +144,8 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - XML fixes in User's Guide. - Fixed the detection of 'jar' and 'rmic' during the initialization of the respective Tools (#2730). + - Improved docs for custom Decider functions and + custom Scanner objects (#2711, #2713). From Joe Zuntz: |