OBS User unknown
2008-05-01 12:52:34 +00:00
committed by Git OBS Bridge
parent 3016a078df
commit 401388a40b
7 changed files with 39 additions and 14 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 30 15:54:55 CEST 2008 - prusnak@suse.cz
- updated to 0.98.3
* fix use of $CXXFLAGS when building C++ shared object files
* fix a regression when a Builder's source_scanner doesn't select
a more specific scanner for the suffix of a specified source file
* fix the Options object backwards compatibility so people can still
"import SCons.Options.{Bool,Enum,List,Package,Path}Option" submodules
* fix searching for implicit dependencies when an Entry Node shows up
in the search path list
* fix expansion of $FORTRANMODDIR in the default Fortran command line(s)
when it's set to something like ${TARGET.dir}
-------------------------------------------------------------------
Tue Apr 22 13:55:46 CEST 2008 - prusnak@suse.cz