--- a/sbsv2/raptor/RELEASE-NOTES.txt Mon Jan 25 10:14:33 2010 +0000
+++ b/sbsv2/raptor/RELEASE-NOTES.txt Mon Jan 25 10:55:15 2010 +0000
@@ -6,8 +6,7 @@
New Features:
- New 'Patchable Constants' target type: TARGETTYPE pdll
- Combine Linking and Postlinking into a single step - performance improvement.
-- Support exit codes from next version of the trace compiler which will issue
- them
+- Support exit codes from next version of the trace compiler which will issue them
- New sbs_filter script and batchfile to ease the use of sbs_filter.py.
Allows filters to be executed over a log after a build has been done.
e.g.
@@ -49,6 +48,7 @@
Defect Fixes:
- fix for ARM9E + ARMV5 pre-processing confusion
+- SF bug 1606: template_ext.flm wrongly creates dependencies to OTHER_CFG targets
- SF bug 1570: Adding then removing a capability can produce incorrect
result: e.g. ALL TCB -TCB becomes ALL -TCB but it should be just ALL
--- a/sbsv2/raptor/python/raptor_version.py Mon Jan 25 10:14:33 2010 +0000
+++ b/sbsv2/raptor/python/raptor_version.py Mon Jan 25 10:55:15 2010 +0000
@@ -15,7 +15,7 @@
# raptor version information module
#
-version=(2,11,3,"2010-01-12","symbian build system")
+version=(2,12,0,"2010-01-25","symbian build system")
def numericversion():
"""Raptor version string"""