diff -r f9d258cee458 -r 27d111560672 sbsv2/raptor/RELEASE-NOTES.html
--- a/sbsv2/raptor/RELEASE-NOTES.html Wed Apr 07 12:26:04 2010 +0100
+++ b/sbsv2/raptor/RELEASE-NOTES.html Wed Apr 07 19:34:49 2010 +0100
@@ -22,17 +22,20 @@
Defect Fixes
-- DPDEF143018 - Raptor doesn't handle spaces in GCCE installation directory correctly
-- DPDEF143101 - GCC-E isn't tested as part of the tool checking mechanism
-- DPDEF141195 - Raptor doesn't handle spaces in tool paths
+- DPDEF143018 - Raptor doesn't handle spaces in GCCE installation directory correctly
+- DPDEF143101 - GCC-E isn't tested as part of the tool checking mechanism
+- DPDEF141195 - Raptor doesn't handle spaces in tool paths
- SF Bug 2172 - [Raptor] Resource builds warn on encountering trigraph-like strings
- SF Bug 2308 - [Raptor] PLUGIN3 TARGETTYPEs don't set resource output offsets correctly
-- Fix: in copylogfromannofile mode, ensure that the build id and duration are included in the log. These are not critical but are useful
-- Fix: remove unnecessary empty lines in log output in copylogfromannofile mode
+- Fix: in copylogfromannofile mode, ensure that the build id and duration are included in the log. These are not critical but are useful
+- Fix: remove unnecessary empty lines in log output in copylogfromannofile mode
- SF Bug 1939 - [Raptor] PAGED keyword in MMP files should imply byte pair compressed
-- DPDEF144648 - Raptor failed to build tools_deb objects under Windows XP
+- DPDEF144648 - Raptor failed to build tools_deb objects under Windows XP
- SF Bug 2134 - [Raptor] Raptor does not pass overridden make variables into its makefiles
-- Fix : do not allow data to be paged implicitly
+- Fix : do not allow data to be paged implicitly
+- 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.
+- 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.
+