sbsv2/raptor/RELEASE-NOTES.txt
branchfix
changeset 467 04060c70e4fc
parent 466 b9e5cf94aac3
equal deleted inserted replaced
466:b9e5cf94aac3 467:04060c70e4fc
    15 - SF Bug 1939 - [Raptor] PAGED keyword in MMP files should imply byte pair compressed
    15 - SF Bug 1939 - [Raptor] PAGED keyword in MMP files should imply byte pair compressed
    16 - DPDEF144648 - Raptor failed to build tools_deb objects under Windows XP 
    16 - DPDEF144648 - Raptor failed to build tools_deb objects under Windows XP 
    17 - SF Bug 2134 - [Raptor] Raptor does not pass overridden make variables into its makefiles
    17 - SF Bug 2134 - [Raptor] Raptor does not pass overridden make variables into its makefiles
    18 - Fix: do not allow data to be paged implicitly
    18 - Fix: do not allow data to be paged implicitly
    19 - Fix: Makefile Parse Performance in Resource stage is poor. Large size of included dependency files is a factor. In --no-depend-generate mode, create dependency files which only refer to other rsg/mbg files that are yet to be built - store no other dependencies.
    19 - Fix: Makefile Parse Performance in Resource stage is poor. Large size of included dependency files is a factor. In --no-depend-generate mode, create dependency files which only refer to other rsg/mbg files that are yet to be built - store no other dependencies.
    20 - Fix: Poor performance: resources are rebuilt for winscw even if they were already preprocessed and compiled for an arm build. Change tactics - create resources once in an intermediate build directory, then copy to platform specific dirs (rather than creating directly in each destination). Thus when winscw build is done, only a copy is needed.
    20 - Fix: don't generate multiple copies of the same resource just because there are several target paths. Generate it once and copy that to the different target paths.
    21 
    21 
    22 
    22 
    23 version 2.12.5
    23 version 2.12.5
    24 
    24 
    25 Defect Fixes:
    25 Defect Fixes: