diff options
author | Robert Managan <managan1@llnl.gov> | 2012-11-09 21:50:42 (GMT) |
---|---|---|
committer | Robert Managan <managan1@llnl.gov> | 2012-11-09 21:50:42 (GMT) |
commit | 3ae58880afed04e7f78eba782de51ece79f06812 (patch) | |
tree | 805caa150d09be4495f125db85ce295dd88e2ca1 /src/CHANGES.txt | |
parent | 71735a8d66abd7b60f3a3dc96fb1d3cc9fbb3df0 (diff) | |
download | SCons-3ae58880afed04e7f78eba782de51ece79f06812.zip SCons-3ae58880afed04e7f78eba782de51ece79f06812.tar.gz SCons-3ae58880afed04e7f78eba782de51ece79f06812.tar.bz2 |
Add documentation and update CHANGES.txt. Remove the Environment methods VersionedSharedLibrary and VersionSharedLibraryInstall since they are no longer needed
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 2c89d8d..33fa239 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -42,6 +42,10 @@ RELEASE 2.X.X - in LaTeX's glossaries package and the files it creates. - Improve support for new versions of biblatex in the TeX builder so biber is called automatically if biblatex requires it. + - Add SHLIBVERSION as an option that tells SharedLibrary to build + a versioned shared library and create the required symlinks. + Update Install to create the required symlinks when installing + a versioned shared library. RELEASE 2.2.0 - Mon, 05 Aug 2012 15:37:48 +0000 |