diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-29 15:59:18 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-29 15:59:18 (GMT) |
commit | 47dfbcf847f63eb6b22c8579cf125b54d3166414 (patch) | |
tree | 06f53503e0f57a432872bfb3f804aec1ab6234dc | |
parent | 26a28e9708813b8b3af205883ee01a677759cb8b (diff) | |
download | SCons-47dfbcf847f63eb6b22c8579cf125b54d3166414.zip SCons-47dfbcf847f63eb6b22c8579cf125b54d3166414.tar.gz SCons-47dfbcf847f63eb6b22c8579cf125b54d3166414.tar.bz2 |
Moved Dirks changes.txt change for fixin SVG license into the 2.4.1 section of CHANGES.txt
-rw-r--r-- | src/CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 11fdeba..bafd0d1 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -43,6 +43,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Library versioning is currently implemented for the following linker tools: 'cyglink', 'gnulink', 'sunlink'. + From Dirk Baechle: + - Fixed license of SVG titlepage files in the context of Debian + packaging, such that they allow for commercial use too (#2985). + + RELEASE 2.4.0 - Mon, 21 Sep 2015 08:56:00 -0700 From Dirk Baechle: @@ -81,8 +86,6 @@ RELEASE 2.3.5 - Mon, 17 Jun 2015 21:07:32 -0700 From Dirk Baechle: - Added new method rentry_exists_on_disk to Node.FS (PR #193). - - Fixed license of SVG titlepage files in the context of Debian - packaging, such that they allow for commercial use too (#2985). From Russel Winder: - Fixed several D tests under the different OS. |