diff -r eb060913c963 -r de5b887c98f7 sbsv2/raptor/RELEASE-NOTES.html
--- a/sbsv2/raptor/RELEASE-NOTES.html Tue May 18 19:36:14 2010 +0100
+++ b/sbsv2/raptor/RELEASE-NOTES.html Fri Jun 04 13:09:28 2010 +0100
@@ -6,6 +6,46 @@
Release Notes for Symbian Build System v2
+version 2.14.1
+
+Defect Fixes
+
+- SF Bug 2203 - [Raptor] Building extension makefile with SBS_BUILD_DIR set to another drive
+- Fix : tracecompiler.mk caused poor makefile parse performance due to use of $(shell)
+- SF Bug 2561 - [Raptor] creates incorrect .iby files w.r.t target file versions & ramtargets
+- SF Bug 2562 - [Raptor] adds incorrect entries into .iby files w.r.t file paths
+- SF Bug 2809 - [Raptor] Intermediate Resource Filenames not unique (2.14.0 only), rom fails to boot
+
+
+version 2.14.0
+
+New Features
+
+
+Defect Fixes
+
+
+
version 2.13.0
New Features
@@ -22,21 +62,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 : sort build configurations by name for metadata preprocessing
+- Fix : do not allow data to be paged implicitly
- SF Bug 2302 - sbs_filter refers to python.exe in win32/python264/
-- Fix : ensure that FLMDEBUG is empty by default
-
+- 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 : ensure that FLMDEBUG is empty by default