sbsv2/raptor/RELEASE-NOTES.txt
branchfix
changeset 232 4b2787756a35
parent 227 ce041fd42f76
parent 214 1e23e973ab85
child 235 9c346075cd97
child 237 dd11681bd6f3
child 246 b9b473d0d6df
child 249 a0d304bf0d55
equal deleted inserted replaced
230:3d05ccc51d1a 232:4b2787756a35
     1 Release Notes for Symbian Build System v2
     1 Release Notes for Symbian Build System v2
     2 
     2 
     3 next version
     3 next version
     4 
     4 
     5 Defect Fixes:
     5 Defect Fixes:
     6 - SF Bug 1569 - excessive recompilation in incremental tracecompiler builds
       
     7 - Better error messages for make-engine selection.  e.g. "sbs -e arm" will now produce a useful error message rather than a traceback. "arm" is a real variant but it's not a make engine.  In the past sbs would have tried to use it and would have failed with a complicated traceback. Also doesn't traceback for non-existent make engines.
       
     8 - sbs_filter chose wrong embedded default python version. Set to 2.6.4 now.
       
     9 - FilterCheck did not check files when run from sbs_filter
       
    10 - DPDEF142718 Incremental rebuild fails if dependent files deleted
     6 - DPDEF142718 Incremental rebuild fails if dependent files deleted
    11   --no-depend-generate added to suppress the generation and processing of dependency files
     7   --no-depend-generate added to suppress the generation and processing of dependency files
    12   .DEFAULT target introduced for all non --no-depend-generate and/or --no-depend-include builds
     8   .DEFAULT target introduced for all non --no-depend-generate and/or --no-depend-include builds
       
     9 
       
    10 
       
    11 version 2.12.2
       
    12 
       
    13 Defect Fixes:
       
    14 - SF Bug 1569 - excessive recompilation in incremental tracecompiler builds
       
    15 - Better error messages for make-engine selection.
       
    16   e.g. "sbs -e arm" will now produce a useful error message rather than 
       
    17   a traceback. "arm" is a real variant but it's not a make engine.  In
       
    18   the past sbs would have tried to use it and would have failed with a
       
    19   complicated traceback. Also doesn't traceback for non-existent make engines.
       
    20 - sbs_filter chose wrong embedded default python version. Set to 2.6.4 now.
       
    21 - FilterCheck did not check files when run from sbs_filter
       
    22 - Remove old references to python 2.5.2
       
    23 - Escape filenames with special XML characters inside <member> tags
       
    24 
    13 
    25 
    14 version 2.12.1
    26 version 2.12.1
    15 
    27 
    16 Defect Fixes:
    28 Defect Fixes:
    17 - SF Bug 1494 - sbs --what does not report Trace Compiler output
    29 - SF Bug 1494 - sbs --what does not report Trace Compiler output