sbsv2/raptor/RELEASE-NOTES.html
branchwip
changeset 397 95863adbc4bc
parent 380 db59fc762214
child 398 dde9ce4a8aa8
equal deleted inserted replaced
381:8052c8afe93e 397:95863adbc4bc
       
     1 <html>
       
     2 <head>
       
     3 <title>Release Notes for Symbian Build System v2</title>
       
     4 </head>
       
     5 <body>
       
     6 
       
     7 <h1>Release Notes for Symbian Build System v2</h1>
       
     8 
       
     9 <h2>version 2.13.0</h2>
       
    10 
       
    11 <h3>New Features</h3>
       
    12 <ul>
       
    13 
       
    14 <li><a href="notes/featurevariantsafe.txt">    Support for FEATUREVARIANTSAFE in BV builds              </a>
       
    15 <li><a href="notes/cygwin_1_7.txt">            Support for Cygwin 1.7                                   </a>
       
    16 <li><a href="notes/cross_compiling_tools.txt"> Support for cross-compiling win32 tools on Linux         </a>
       
    17 <li><a href="notes/system_definition_v3.txt">  Prototype support for reading System Definition v3 files </a>
       
    18 <li><a href="notes/epocnestedexceptions.txt">  New MMP keyword EPOCNESTEDEXCEPTIONS                     </a>
       
    19 
       
    20 </ul>
       
    21 
       
    22 <h3>Defect Fixes</h3>
       
    23 <ul>
       
    24 
       
    25 <li>to be integrated
       
    26 
       
    27 </ul>
       
    28 
       
    29 <pre>
       
    30 version 2.12.5
       
    31 
       
    32 Defect Fixes:
       
    33 - Fix: Workaround for emake engine log corruption when clockskew errors occur (annofile2log). 
       
    34   Allow Raptor to obtain log from emake annotation file where it is uncorrupted.  A new 
       
    35   Make engine option "copyannofile2log" enables/disables this mode for emake. If this option is disabled
       
    36   or if no annotation file is specified for the build then Raptor reads logs directly as normal.
       
    37 - SF Bug 2191 - [Raptor] - When forcesuccess is enabled, exit status for a failed recipe is "retry" but should be "failed"
       
    38 - Fix: extend tracecompiler tests to Linux
       
    39 - Fix: Amendment to SF Bug 1511 fix - removal of blanked DEFFILE keyword from e32abiv2ani.flm
       
    40 
       
    41 
       
    42 version 2.12.4
       
    43 
       
    44 Defect Fixes:
       
    45 - SF Bug 2113 - [Raptor] what/check filters can assign files to the wrong components
       
    46 - SF Bug 2081 - [Raptor] - Exported file executable permissions not maintained (linux)
       
    47 - Fix: host attribute in recipes was blank in windows, windows cluster builds.
       
    48 - SF Bug 1912 - Raptor should take python from the path [if not set with SBS_PYTHON or bundled with Raptor]
       
    49 - SF Bug 2042 - [Raptor] component field empty in recipe
       
    50 - SF Bug 2007 - [Raptor] GCCE 4.4.1 builds require 4.3.1 and 4.3.2 SBS_GCCE???BIN env vars etc.
       
    51 - SF Bug 2000 - [Raptor] Talon fails when installed in a path containing the string '-c' (windows only)
       
    52 - SF Bug 1861 - [Raptor] More helpful console message in case of timeouts
       
    53 - SF Bug 1571 - Raptor cannot report error or warning message in wrong implib project
       
    54 - DPDEF142718 Incremental rebuild fails if dependent files deleted
       
    55   --no-depend-generate added to suppress the generation and processing of dependency files
       
    56   .DEFAULT target introduced for all non --no-depend-generate and/or --no-depend-include builds
       
    57 - Add support for PLUGIN3 TARGETTYPEs
       
    58 - Fixing logfile corruption for large GCCXML builds by suppressing zip output
       
    59 - Stop copying .bmp files to epoc32/localisation and fix the "what" reporting
       
    60 
       
    61 
       
    62 version 2.12.3
       
    63 
       
    64 Defect Fixes:
       
    65 - Don't print trace "what" information if we do not run the trace compiler.
       
    66 
       
    67 
       
    68 version 2.12.2
       
    69 
       
    70 Defect Fixes:
       
    71 - SF Bug 1569 - excessive recompilation in incremental tracecompiler builds
       
    72 - Better error messages for make-engine selection.
       
    73   e.g. "sbs -e arm" will now produce a useful error message rather than 
       
    74   a traceback. "arm" is a real variant but it's not a make engine.  In
       
    75   the past sbs would have tried to use it and would have failed with a
       
    76   complicated traceback. Also doesn't traceback for non-existent make engines.
       
    77 - sbs_filter chose wrong embedded default python version. Set to 2.6.4 now.
       
    78 - FilterCheck did not check files when run from sbs_filter
       
    79 - Remove old references to python 2.5.2
       
    80 - Escape filenames with special XML characters inside <member> tags
       
    81 
       
    82 
       
    83 version 2.12.1
       
    84 
       
    85 Defect Fixes:
       
    86 - SF Bug 1494 - sbs --what does not report Trace Compiler output
       
    87 - sbs -c winscw.tracecompiler uses wrong UID and doesn't generate traces
       
    88 - SF Bug 1519 - Raptor output files may contain unescaped left angle brackets as XML character data
       
    89 
       
    90 
       
    91 version 2.12.0
       
    92 
       
    93 New Features:
       
    94 - New 'Patchable Constants' target type: TARGETTYPE pdll
       
    95 - Combine Linking and Postlinking into a single step - performance improvement.
       
    96 - Support exit codes from next version of the trace compiler which will issue them
       
    97 - New sbs_filter script and batchfile to ease the use of sbs_filter.py.  
       
    98   Allows filters to be executed over a log after a build has been done.
       
    99     e.g.
       
   100 
       
   101   	sbs_filter --filters=FilterWhat < logfile.log 
       
   102 
       
   103     (This runs a "--what" without regenerating any makefiles or reparsing
       
   104     the matadata.)
       
   105 - New (beta) FilterWhatComp filter.  Simulates abld log output for
       
   106   use with parse_what.pl for packing up zips by component.  Whatcomp output
       
   107   uses the incoming epocroot value.  i.e. if epocroot is relative then so is
       
   108   the what output.  e.g. if EPOCROOT=\ then the output will be of the form:
       
   109 
       
   110 	"\epoc32\release\armv5\...."  
       
   111 
       
   112   If it's "..\myepocroot" then the output will be:
       
   113 
       
   114 	"..\myepocroot\epoc32\release\armv5".  
       
   115 
       
   116   If it's absolute then the what output will also be absolute.
       
   117 - New FilterCheck filter.  This can be used with sbs_filter to perform the 
       
   118   equivalent of --check using the log output from a build.  It is more
       
   119   efficient than --check because the metadata is not parsed and no makefiles
       
   120   are generated. e.g.
       
   121 
       
   122 	sbs_filter --filters=FilterCheck < logfile.log 
       
   123 
       
   124 - New (beta) graphical build visualisation tool (bin/timelines.py). 
       
   125   Requires pygame and PyOpenGL. e.g.
       
   126 
       
   127 	python timelines.py < filename.log
       
   128 
       
   129 - New (beta) log analyser (recipestats.py) for recording the total time spent 
       
   130   in each type of recipe in the build. e.g.
       
   131 
       
   132 	python recipestats.py < filename.log > stats.csv
       
   133 
       
   134   The output is in CSV format.  
       
   135 
       
   136 Defect Fixes:
       
   137 - fix for ARM9E + ARMV5 pre-processing confusion
       
   138 - SF bug 1606: template_ext.flm wrongly creates dependencies to OTHER_CFG targets
       
   139 - SF bug 1570: Adding then removing a capability can produce incorrect 
       
   140   result: e.g. ALL TCB -TCB becomes ALL -TCB but it should be just ALL
       
   141 
       
   142 Other Changes:
       
   143 - Default to using Python 2.6.4 on windows (no change in compatibility with 
       
   144   older versions of Python).
       
   145 
       
   146 
       
   147 version 2.11.3
       
   148 
       
   149 Defect Fixes:
       
   150 DPDEF142616 Raptor: Variables can be set unnecessarily prior to TEM execution
       
   151 Fix for: filter terminal flags up when recipe truncated
       
   152 SF bug 170: invalid XML output when a zip file is missing
       
   153 SF bug 518: unpaged keyword in mmp files is not parsed properly
       
   154 
       
   155 
       
   156 version 2.11.2
       
   157 
       
   158 Defect Fixes:
       
   159 DPDEF143176 raptor does not respect STDCPP mmp file keyword
       
   160 
       
   161 
       
   162 version 2.11.1
       
   163 
       
   164 Other Changes:
       
   165 GCCE 4.4.1 variant added
       
   166 Restored python 2.4 compatibility
       
   167 Minor TOOLS2 --what corrections
       
   168 Retain Linux execute permissions on unpacked :zip archives
       
   169 Prototype of extended timing API added
       
   170 Option --noexport added for parallel parsing
       
   171 Made --noexport and --export-only mutually exclusive
       
   172 SBS_PYTHONPATH insulates sbs from the global PYTHONPATH
       
   173 Removed spurious bracket in e32abiv2textnotifier2
       
   174 More robust to multiple import library definitions
       
   175 
       
   176 
       
   177 version 2.11.0
       
   178 
       
   179 New Features:
       
   180 Parallel parsing of meta-data
       
   181 New keyword APPLY for MMP files
       
   182 SAX filter plugin base-class
       
   183 
       
   184 Defect Fixes:
       
   185 DPDEF142895 Raptor does the wrong thing with the ARMFPU keyword
       
   186 DPDEF143020 The savespace variant overrides elf2e32's return code
       
   187 DPDEF143046 BYTEPAIRCOMPRESSTARGET and INFLATECOMPRESSTARGET not in FLM interface
       
   188 Improved error reporting for --check and --what
       
   189 
       
   190 
       
   191 version 2.10.2
       
   192 
       
   193 Defect Fixes:
       
   194 DPDEF142958 regression - ARMV6 and __ARMV6__ are not defined for armv6_urel builds
       
   195 DPDEF142730 Raptor crashes with improper VERSION syntax
       
   196 DPDEF142928 RVCT 4.0: Linker error when the MMP files modifies the --cpu option
       
   197 
       
   198 
       
   199 version 2.10.1
       
   200 
       
   201 Defect Fixes:
       
   202 DPDEF142666 Cannot remove frozen exports from EABI DEF file in SBSv2
       
   203 DPDEF142745 OPTION_REPLACE problems with RVCT 4.0
       
   204 DPDEF140622 feature variant configuration file with non exist file set to 'FEATURELISTFILES'
       
   205 DPDEF141195 Raptor doesn't handle spaces in tool paths
       
   206 DPDEF142616 Raptor: Variables can be set unnecessarily prior to TEM execution
       
   207 DPDEF142455 Disable warning L6780W for certain components
       
   208 DPDEF142447 GCC-E: Raptor compiles CIA files as Thumb
       
   209 DPDEF142448 GCC-E: Raptor tries to build ABIV1 import libraries
       
   210 DPDEF142451 GCC-E: Raptor treats C files as C++ files.
       
   211 
       
   212 
       
   213 version 2.10.0
       
   214 
       
   215 New Features:
       
   216 Support for GCCE compiler
       
   217 More efficient Feature Variation support
       
   218 
       
   219 
       
   220 version 2.9.3
       
   221 
       
   222 Defect Fixes:
       
   223 DPDEF142166 Raptor sometimes invokes checklib.exe with incorrect parameters
       
   224 DPDEF141354 EXPORTUNFROZEN fails in target builds if .savespace is applied
       
   225 DPDEF141533 Inconsistent log output
       
   226 DPDEF141604 file winscw.auto.bat is released two times
       
   227 DPDEF141787 Raptor treats EFREEZE info message as warnings
       
   228 	
       
   229 Other Changes:
       
   230 talon can read commands from a temporary file as well as with -c
       
   231 
       
   232 
       
   233 version 2.9.2
       
   234 
       
   235 Defect Fixes:
       
   236 DPDEF141531 Incorrect RVCT variables passed to TEM
       
   237 DPDEF141837 Some problems with dependency (.d) files
       
   238 DEF140258 Aborting SBSv2 mid-build often leads to corrupt .d files which prevent rebuilds
       
   239 DPDEF142049 Garbage in the Raptor log file
       
   240 DPDEF141954 Raptor: "tools" config static libraries can have incorrect compilation macros
       
   241 DPDEF141974 Raptor: "tools" builds can fail when done in combination with "tools2" builds
       
   242 
       
   243 Other Changes:
       
   244 Static libraries cannot be feature variant
       
   245 Option --no-depend-include for very big builds
       
   246 
       
   247 
       
   248 version 2.9.1
       
   249 
       
   250 Defect Fixes:
       
   251 DPDEF141503 RMTPClient::StartTransport Panic when using emulated test tranport plugin
       
   252 DPDEF141688 ARMV6 builds with SBSv2 have problems with missing DEF files
       
   253 	
       
   254 
       
   255 version 2.9.0
       
   256 
       
   257 New Features:
       
   258 Talon shell to reduce memory usage and improve stability.
       
   259 Support for RVCT 4.0 advanced features.
       
   260 Optionally use SBS_CYGWIN, SBS_MINGW and SBS_PYTHON to locate tools.
       
   261 Makefile to build host tools on Linux.
       
   262 Single-file compilation for IDE integration.
       
   263 Splitlog and CheckSource filters.
       
   264 
       
   265 Defect Fixes:
       
   266 DPDEF141523 Raptor links kernel-side components to scppnwdl.dso
       
   267 DPDEF141418 Raptor turns echo on
       
   268 DPDEF141495 Raptor doesn't deal correctly with SOURECEPATH beginning with '/'
       
   269 DPDEF141388 raptor inserts epoc32\include at start of systeminclude path	
       
   270 
       
   271 
       
   272 version 2.8.6
       
   273 
       
   274 DPDEF135505 Some TEMs have race conditions for simultaneous urel and udeb. cp fails.
       
   275 DPDEF141498 If make crashes, Raptor exits with 0 errors
       
   276 DPDEF141071 Raptor: GCCXML build does not support the VAR2 TARGETTYPE
       
   277 DPDEF140816 STDCPP keyword in mmp file not interpreted by gccxml tool chain
       
   278 DPDEF137727 [Raptor Rollout] Raptor fails to build certain .mbg and .rsg files
       
   279 DPDEF137494 SBSv2: preprocessor warnings and errors might cause invalid XML in log
       
   280 DPDEF140731 Missing dependency files when building from clean
       
   281 DPDEF140540 [System Build]: Changes of Raptor cause 94_331 build failed
       
   282 DPDEF141129 raptor generates unknown origin file
       
   283 
       
   284 Other Changes:
       
   285 Fix to support trace compiler switch
       
   286 Better message for duplicate objects, states which file overrides which.
       
   287 Refactor to avoid "defects" of missing OS variants.
       
   288 
       
   289 
       
   290 version 2.8.5
       
   291 
       
   292 Defect Fixes:
       
   293 DPDEF141102 SBS doesn't set the paging attribute of excutables correctly
       
   294 DPDEF140731 Missing dependency files when building from clean
       
   295 DPDEF135620 Workaround for broken static libraries
       
   296 
       
   297 
       
   298 version 2.8.4
       
   299 
       
   300 Defect Fixes:
       
   301 DPDEF140839 RComp crashes if it's built with sbs
       
   302 DPDEF140929 OPTION GCCE in MMP files generates a build warning
       
   303 DPDEF135436 SBSv2 - Python traceback when illegal characters appear on command line
       
   304 
       
   305 
       
   306 version 2.8.3
       
   307 
       
   308 Defect Fixes:
       
   309 DPDEF139904 Raptor: .def file FREEZE attempted for ARMV5 when it shouldn't be
       
   310 DPDEF140589 Raptor: .def file FREEZE attempted for WINSCW when it shouldn't be
       
   311 DPDEF140456 Raptor build error with -c tools_rel
       
   312 DPDEF139759 Raptor warning regarding EXPORTSUNFROZEN is ambiguous
       
   313 DPDEF135436 SBSv2 - Python traceback when illegal characters appear on command line
       
   314 INC140156 SBSv2 crashes when build QtWebkit for ARMV5
       
   315 
       
   316 Other Changes:
       
   317 Add <info> to show which variant.hrh file is used.
       
   318 Replaced the corrupted awk.exe in cygwin distro.
       
   319 Fix previous trace compiler auto run mechanism.
       
   320 ROMFILE improvements.
       
   321 
       
   322 
       
   323 version 2.8.2
       
   324 
       
   325 Defect Fixes:
       
   326 DPDEF140540 [System Build]: Changes of Raptor cause 94_331 build failed
       
   327 
       
   328 Other Changes:
       
   329 Tolerate XML schema 1_0 files where possible.
       
   330 Treat system definition schema 1.[3-9] files the same as schema 1.4 files.
       
   331 Remove checksource and its python site-packages.
       
   332 
       
   333 
       
   334 version 2.8.1
       
   335 
       
   336 Defect Fixes:
       
   337 DPDEF140165 SBS error when creating info.xml on component base_omaph2
       
   338 DPDEF132996 Location of generated auto.bat files is inconsistent
       
   339 
       
   340 Other Changes:
       
   341 Feature variant "ln -f" fails intermittently in parallel builds.
       
   342 Traceback when "group" elements are redefined in XML.
       
   343 Trace compiler should run automatically if a trace path exists.
       
   344 Need a workaround for Carbide Missing SDK problem.
       
   345 
       
   346 
       
   347 version 2.8.0
       
   348 
       
   349 New Features:
       
   350 XML schema 2.0 with new alias and group elements.
       
   351 
       
   352 Removed:
       
   353 XML config element (use var instead).
       
   354 XML .first and .last mechanism (use alias or group instead).
       
   355 
       
   356 Defect Fixes:
       
   357 DPDEF140082 SBS cause env to dirty state
       
   358 DPDEF138565 SBSV2 doesn't define the correct macros for ARMV6
       
   359 DPDEF139950 SBSv2 Filter Handling not Robust enough - bad filters stop build.
       
   360 DEF139686 [TCL Build] coredumpserver compile warnings in DP00458
       
   361 
       
   362 
       
   363 version 2.7.2
       
   364 
       
   365 Defect Fixes:
       
   366 DPDEF139420 Raptor config does not correctly handle mifconv causing resource build errors
       
   367 DPDEF138679 Raptor does not create a DEFFILE when building for winscw_urel
       
   368 DPDEF139692 SBSV2: 'virtual memory exhausted' when building multiple variants
       
   369 DPDEF136321 SBSv2: Zip exports not cleaned
       
   370 INC139622 OPTION_REPLACE does not work properly in SBSv2
       
   371 
       
   372 Other Changes:
       
   373 Added utility.prebuilt FLM.
       
   374 
       
   375 
       
   376 version 2.7.1
       
   377 
       
   378 Defect Fixes:
       
   379 DPDEF138366 [T15379] Raptor raise some warnings when build Coredumpserver
       
   380 DPDEF139405 SBSV2: Trace compilation fails with large numbers of files.
       
   381 DPDEF139572 SBSV2: Changes to '--cpu' option syntax breaks existing MMP files.
       
   382 DPDEF139456 Toolcheck file is not created if EPOCROOT is \
       
   383 DPDEF133766 Poor SBSv2 reallyclean performance
       
   384 DPDEF135780 SBSV2: REALLYCLEAN is not cleaning all files
       
   385 
       
   386 
       
   387 version 2.7.0
       
   388 
       
   389 New Features:
       
   390 DS.1744 Recognize LINKEROPTION in MMP file
       
   391 DS.1744 Compiled objects on local filesystem (SBS_BUILD_DIR)
       
   392 
       
   393 Partial Deliveries:
       
   394 DS.1744 CheckSource in Raptor
       
   395 
       
   396 Defect Fixes:
       
   397 DPDEF138293 Carbide: Raptor doesn't resolve variant.cfg entries starting with "\" correctly
       
   398 
       
   399 
       
   400 version 2.6.5
       
   401 
       
   402 Defect Fixes:
       
   403 DPDEF138930 Raptor needs to change to match new trace compiler interface
       
   404 
       
   405 
       
   406 version 2.6.4
       
   407 
       
   408 Defect Fixes:
       
   409 DPDEF138527 [TCL Build] Miss tracecompiler.mk and exclude group for Raptor export
       
   410 DPDEF138484 Raptor uses wrong guard causing trace compiler ignores some projects.
       
   411 DPDEF138720 BV product folders have missing map files
       
   412 DPDEF138721 Raptor uses wrong lib when mmp keyword FIRSTLIB presents.
       
   413 DPDEF138053 SBSv2: tools platform: tools not installed by the time they need to be used.
       
   414 DPDEF138164 Carbide: Raptor crashes on unrecognised buildinfo.txt content
       
   415 DPDEF138296 SBSV2 disables all TOOLS2 compiler warnings
       
   416 DPDEF138329 Raptor generates marker file for trace compiler when it's not done
       
   417 DPDEF138352 SBSv2: rollout - unsplit EC makefiles not generating correct deps 4 missing .mbg
       
   418 DPDEF138480 SBSv2: rollout. Created files sometimes have insufficient permissions on Windows
       
   419 DPDEF137511 SBSv2 doesn't behave correctly with the default paging policy
       
   420 
       
   421 
       
   422 version 2.6.3
       
   423 
       
   424 Defect Fixes:
       
   425 DPDEF133508 Number of errors is counted wrong
       
   426 DPDEF138098 UID issue in Trace Compiler for Raptor 
       
   427 DPDEF138296 SBSV2 disables all TOOLS2 compiler warnings
       
   428 
       
   429 
       
   430 version 2.6.2
       
   431 
       
   432 Defect Fixes:
       
   433 DPDEF135330 Raptor Rollout: bangalore messaging winscw udeb test code
       
   434 DPDEF137726 Missing mscvr_readme.txt from the SBSv2 drop
       
   435 DPDEF137739 SBSv2: rollout - .cia object files can conflict with .cpp object files 
       
   436 
       
   437 
       
   438 version 2.6.1
       
   439 
       
   440 Defect Fixes:
       
   441 DPDEF137239 raptor does not include the msvcr71 runtime library
       
   442 DPDEF137489 BV builds try and write generated .s files in the wrong directory
       
   443 
       
   444 
       
   445 version 2.6.0
       
   446 
       
   447 New Features:
       
   448 DS.1542 SBSv2 generates Open System Trace dictionaries
       
   449 DS.1629 Resource autodependencies
       
   450 
       
   451 
       
   452 version 2.5.5
       
   453 
       
   454 Defect Fixes:
       
   455 DPINC137379 Emulator: Cursor is missing on emulator buttons
       
   456 DPDEF133640 SBSv2 usrt3_1.lib is missing from epocroot/epoc32/release/armv5/
       
   457 
       
   458 
       
   459 version 2.5.4
       
   460 
       
   461 Defect Fixes:
       
   462 DPDEF136719 Raptor: sbsv2cache.py cache file generation fails with very large log files
       
   463 DPDEF136715 On Linux the shipped python 2.5.2 is not found
       
   464 DPDEF132996 SBSv2 doesn't generate AUTO.BAT file
       
   465 DPDEF136382 SBSv2: explicit dll versioning not supported on arm platforms 	
       
   466 DPDEF135843 [Raptor Rollout] Raptor does not support OPTION_REPLACE ARMASM/OPTION ARMASM
       
   467 DPDEF136693 makesis fails when multiple instances are run concurrently with the same target
       
   468 
       
   469 
       
   470 version 2.5.3
       
   471 
       
   472 Defect Fixes:
       
   473 DPDEF136162 Raptor: resource dependencies require metadata workarounds
       
   474 DPDEF128288 SBSv2 does not fully support build target customization.
       
   475 DPDEF132880 BV builds cannot find system static libraries
       
   476 DPDEF133835 SBSv2 cannot build for ARMV6 or ARM9E
       
   477 
       
   478 
       
   479 version 2.5.2
       
   480 
       
   481 Defect Fixes:
       
   482 DPDEF135983 cpp-raptor crashes if source code contains builtin macro __FILE__
       
   483 DPDEF133808 Raptor does not support OPTION --no_rtti with mixed assembly/C++ projects
       
   484 DPDEF135577 SBSv2: rollout - TOOLS/TOOLS2 exes sometimes not executable or writable.
       
   485 
       
   486 
       
   487 version 2.5.1
       
   488 
       
   489 Defect Fixes:
       
   490 DPDEF135258 createvmap.py script can hang in BV builds
       
   491 DPDEF135385 warnings in RunModeDebugger in M04816vFuture with ARMV7
       
   492 
       
   493 
       
   494 version 2.5.0
       
   495 
       
   496 New Features:
       
   497 DS.1568 User defined configuration file location(s)
       
   498 
       
   499 
       
   500 version 2.4.3
       
   501 
       
   502 Defect Fixes:
       
   503 DPDEF134322 SBSV2 uses the wrong library when building STDCPP targets 	
       
   504 DPDEF132923 SBSv2 freeze don't add Vtable and RTTI information into def file for arm dll
       
   505 DPDEF133775 SBSv2: ARMFPU is not passed to compiler
       
   506 DPDEF134023 case inconsistency with libOpenVG.lib
       
   507 
       
   508 Other Changes:
       
   509 MINOR_CHANGE updated all copyright notices for SF delivery
       
   510 MINOR_CHANGE added vtb91sf variant for SF Timebox 9:1 builds
       
   511 MINOR_CHANGE added vtb92sf variant for SF Timebox 9:2 builds
       
   512 
       
   513 
       
   514 version 2.4.2
       
   515 
       
   516 Defect Fixes:
       
   517 DPDEF133820 Raptor Rollout: EXPORTUNFROZEN processing incorrect in ARMV5 builds
       
   518 DPDEF132033 Raptor picks up the wrong bld.inf macros when building for RVCT 3.1
       
   519 DPDEF133772 SBSv2: console log includes some winscw warnings that should be suppressed
       
   520 
       
   521 
       
   522 version 2.4.1
       
   523 
       
   524 Defect Fixes:
       
   525 DPDEF133639 Raptor Rollout:TEF test server doesn't start under SBSv2 - OK with abld
       
   526 DEF133255 [System Build]: Error in compiling NaviEngine Unistore on ARMV7 M04816 vFuture
       
   527 DPDEF127973 Freeze fails with SBSv2 under some environments
       
   528 
       
   529 
       
   530 version 2.4.0
       
   531 
       
   532 New Features:
       
   533 DS.1475 Pluggable Log Summariser
       
   534 DS.1476 Use FLMs from the source tree  
       
   535 
       
   536 Defect Fixes:
       
   537 DPDEF133417 SBSv2: tmp mounting errors on startup
       
   538 
       
   539 
       
   540 version 2.3.3
       
   541 
       
   542 Defect Fixes:
       
   543 DPDEF130261 sbs does not support explicit option to version keyword
       
   544 DPDEF130598 sbs does not provide debug and nodebug variants
       
   545 DPDEF131630 Raptor smoke tests break when EPOCROOT=\ on Windows
       
   546 DPDEF132898 no TEM nbl2.lib dependencies for armv7
       
   547 DPDEF133035 SBSv2 - Tools2 build does not include -m32 option.  Stlport flm also doesn't.
       
   548 DPDEF133176 SBSv2 ignores compillation error for "unidentified identifier" for winscw build
       
   549 
       
   550 
       
   551 version 2.3.2
       
   552 
       
   553 Other Changes:
       
   554 MINOR_CHANGE added vtb92 variant for Timebox 9:2 builds
       
   555 
       
   556 
       
   557 version 2.3.1
       
   558 
       
   559 Defect Fixes:
       
   560 DPDEF132374 SBSv2: Directory creation can fail leading to build errors
       
   561 DPDEF132070 SBSv2: stlport 5.2 build fails - library generated to wrong directory
       
   562 DPDEF128378 SBSv2 help for global targets only shown when a target is given
       
   563 DPDEF129634 ALWAYS_BUILD_AS_ARM does not suppress __MARM_THUMB__ with SBSv2
       
   564 
       
   565 
       
   566 version 2.3.0
       
   567 
       
   568 New Features:
       
   569 DS.1424 Support for ARMV5SMP platform  
       
   570 
       
   571 Defect Fixes:
       
   572 DPDEF129804 SBSv2 crashes when there are double \\ in prj_mmpfiles in bld.inf
       
   573 DPDEF130892 SBSv2: Reallyclean fails on TEM files
       
   574 DPDEF131619 SBSv2: ABIv1 .lib files aren't generated for -c armv5 -c armv5.smp
       
   575 DPDEF131637 SBSv2: stlport can fail to build under Cygwin - "/tmp no such directory"
       
   576 DPDEF131891 [System Build]: Errors in GT stage in Build M04774 vfuture
       
   577 
       
   578 
       
   579 version 2.2.9
       
   580 
       
   581 Defect Fixes:
       
   582 DPDEF129804 SBSv2 crashes when there are double \\ in prj_mmpfiles in bld.inf
       
   583 DPDEF131637 SBSv2: stlport can fail to build under Cygwin - "/tmp no such directory"
       
   584 DPDEF130892 SBSv2: Reallyclean fails on TEM files
       
   585 
       
   586 
       
   587 version 2.2.8
       
   588 
       
   589 Defect Fixes:
       
   590 DPDEF130569 .lib files for SSM targets build with different name compared to abld
       
   591 DPDEF130571 libxml2 component contains GCCXML build errors
       
   592 DPDEF131312 SBSv2 - DEBUGGABLE_UDEBONLY not supported by SBSv2 (Raptor)
       
   593 
       
   594 
       
   595 version 2.2.7
       
   596 
       
   597 Defect Fixes:
       
   598 DPDEF130533 SBSv2 fails to run when installed from SITK
       
   599 DPDEF130452 Some rcomp warnings need to be disabled
       
   600 DPDEF130286 SBSv2: sbs freezes during CLEAN and REALLYCLEAN operations.
       
   601 DPDEF127973 Freeze fails with SBSv2 under some environments
       
   602 DPDEF128455 Error during freeze with SBSv2
       
   603 DPDEF127149 SBSv2 TEM/extension makefile build doesn't support the .savespace variant
       
   604 
       
   605 
       
   606 version 2.2.6
       
   607 
       
   608 Defect Fixes:
       
   609 DPDEF130008 SBSv2 should recognize these new keywords: SMPSAFE, PAGEDCODE, PAGEDDATA, UN...
       
   610 DPDEF127887 Current directory wrong when executing extension makefiles in SBSv2
       
   611 DPDEF128915 CCheckEnv ERROR: CBRPatch: Absent file
       
   612 DPDEF127675 Raptor does not process stringtables correctly when HEADERONLY is on
       
   613 DPDEF127878 give wrong mmp filename for -p option should cause error in SBSv2
       
   614 
       
   615 Other Changes:
       
   616 Uses cygwin instead of msys for improved stability.
       
   617 Includes python 2.5.2 instead of using py2exe.
       
   618 
       
   619 
       
   620 version 2.2.5
       
   621 
       
   622 Defect Fixes:
       
   623 DEF127329 OMAP H4 Unistore2 Failure in Raptor 9.5 GT build
       
   624 DPDEF128632 SBSv2 : bld.inf ':zip' exports don't maintain timestamps, with an e32 impact
       
   625 DPDEF127399 SBSv2 -p <filename>.mmp options also builds .mk files
       
   626 
       
   627 
       
   628 version 2.2.4
       
   629 
       
   630 Defect Fixes:
       
   631 DPDEF129187 SBSv2: ABIv1 .lib files are required (again)
       
   632 
       
   633 
       
   634 version 2.2.3
       
   635 
       
   636 Defect Fixes:
       
   637 DPDEF128916 C Standard Library failed on cia2cpp2o armv5 with 1
       
   638 DPDEF128503 sbs 2.2.0 produce malformed xml log on Linux with pvmgmake
       
   639 DPDEF127604 SIS registry panics at startup on emulator if SWI is built with SBS
       
   640 DPDEF128690 SBSv2 generates error when using emake on REALLYCLEAN target
       
   641 
       
   642 Other Changes:
       
   643 MINOR_CHANGE log summariser updated to deal with errors starting "make.exe: ***"
       
   644 
       
   645 
       
   646 version 2.2.2
       
   647 
       
   648 Defect Fixes:
       
   649 DPDEF127497 SBSv2 does not clean when -k or other switch is used with abld wrapper
       
   650 DPDEF127829 'cannot open Meta file' warning with SBSv2
       
   651 DPDEF127371 abld -v not working correctly through sbsv2
       
   652 DPDEF127555 SBSv2 doesn't do "romfile"
       
   653 
       
   654 Other Changes:
       
   655 MINOR_CHANGE made the default number of jobs 4
       
   656 
       
   657 
       
   658 version 2.2.1
       
   659 
       
   660 Defect Fixes:
       
   661 DPDEF128498 SBS creates paths with extra slashes which can cause problems
       
   662 
       
   663 Other Changes:
       
   664 MINOR_CHANGE Removed temporary ABIv1 .lib generation
       
   665 MINOR_CHANGE Added monty test data to the test folder
       
   666 
       
   667 
       
   668 version 2.2.0
       
   669 
       
   670 New Features:
       
   671 DS.1347 SBSv2 Compiler Selection  
       
   672 DS.1348 SBSv2 allow mixed slashes
       
   673 
       
   674 Defect Fixes:
       
   675 DPDEF127904	SBSv2 : recent installdefaultcommdb has broken the 9.4 build
       
   676 DPDEF128022	SBSv2: Unrecognised Keyword ['romtarget  <some_file>.dll'] warnings
       
   677 DPDEF127815	SBSv2: PAGED and EPOCCALLDLLENTRYPOINTS keywords not supported
       
   678 DPDEF127890	SBSv2:  TARGETPATH in mmps (also resources, bitmaps) must cope with backslashes
       
   679 DPDEF128229 SBSv2: some command invocations can fail, but could be "re-tried"
       
   680 
       
   681 
       
   682 version 2.1.10
       
   683 
       
   684 Defect Fixes:
       
   685 DPDEF126662	Intermittent networking_dhcp compilation failure in Raptor build GT phase
       
   686 DPDEF127799	SBSv2: zip and unzip commands not found in some builds
       
   687 DPDEF127665	ARMV7 libraries have wrong link order in Raptor
       
   688 
       
   689 
       
   690 version 2.1.9
       
   691 
       
   692 Defect Fixes:
       
   693 DPDEF127498	SBSv2: importlibversioned_abiv1 intermittently fails in ARMV5 builds
       
   694 DPDEF125483	CDB breaks due to Attribute values not matching expected values
       
   695 DPDEF126335	Intermittent GT errors due to "make" not being found on the PATH
       
   696 DPDEF127562	SBSv2 will not unzip the same file into more than one location
       
   697 DPDEF127626	SBSv2: sed version on windows is out of date
       
   698 
       
   699 
       
   700 version 2.1.8
       
   701 
       
   702 Defect Fixes:
       
   703 DPDEF125478	CDB breaks caused by file path/name mismatch
       
   704 DPDEF125145	Incorrect file access permissions for sbs v2.0.14 in Linux distribution
       
   705 DPDEF126126	Intermittent "Segmentation fault" error in Raptor GT phase
       
   706 DPDEF124836	SBSv2 cannot build just a single .mmp file from a bld.inf file
       
   707 DPDEF126675	Performance regression in SBSv2 python frontend caused by regex usage,
       
   708 DPDEF126790	groupin10 is not used in artarget_func
       
   709 DPDEF125639	TEM variables are reported incorrectly when building TEM for ARMV7
       
   710 DPDEF124273	abld help is ugly and hard to read
       
   711 DPDEF126614	"Virtual memory exhausted. Stop" error when building with SBSV2
       
   712 
       
   713 
       
   714 version 2.1.7
       
   715 
       
   716 Defect Fixes:
       
   717 DPDEF124290 SBS -e pvmgmake -j 12 on Linux produces malformed xml log files
       
   718 DPDEF126241	SBSv2 : SECURE_DATA error when building uiklaf toolkit in TechView
       
   719 DPDEF126328	Performance regression and related excessive memory usage in daily Raptor builds
       
   720 
       
   721 
       
   722 version 2.1.6
       
   723 
       
   724 Defect Fixes:
       
   725 DPDEF125740	SBSv2: Builds can hang during the GT stage in Windows builds when using "-j x"
       
   726 DPDEF125145	Incorrect file access permissions for sbs v2.0.14 in Linux distribution
       
   727 
       
   728 
       
   729 version 2.1.5
       
   730 
       
   731 Defect Fixes:
       
   732 DPDEF125812	There is no user created init.xml configuration file
       
   733 
       
   734 
       
   735 version 2.1.4
       
   736 
       
   737 Defect Fixes:
       
   738 DPDEF124680 Raptor builds hang  at "tools2" compilation phase
       
   739 DPDEF125304 Raptor crashes when running abld
       
   740 
       
   741 
       
   742 version 2.1.3
       
   743 
       
   744 Defect Fixes:
       
   745 DPDEF125394 sbs_2.1.0_(RC1) Building complete OS gives armasm errors on Windows
       
   746 DPDEF122556 GT0367: CLEANEXPORT target is not cleaning files with a space in them
       
   747 DPDEF124691 Raptor should ignore the new SMPSAFE keyword
       
   748 DPDEF125031 SBSv2 Stringtable build fails when EXPORTPATH specified
       
   749 
       
   750 
       
   751 version 2.1.2
       
   752 
       
   753 Change Requests:
       
   754 CR1413 Support for different toolchains to be called by SBSv1 and SBSv2
       
   755 
       
   756 
       
   757 version 2.1.1	
       
   758 
       
   759 Defect Fixes:
       
   760 DEF124748 GCCXML errors in Raptor related to missing arm lib files
       
   761 DEF124756 Raptor build : Orphan files reported in CBR phase
       
   762 DEF124758 Raptor build CBR errors due to missing ".a" files
       
   763 DEF124573 CDB breaks in Raptor build due to missing header,dll and lib files
       
   764 
       
   765 
       
   766 version 2.1.0
       
   767 
       
   768 Change Requests:
       
   769 CR1479 Add Armv7 support into SBSv2
       
   770 
       
   771 Defect Fixes:
       
   772 DEF124543 Raptor does not handle the STDCPP keyword correctly
       
   773 DEF124515 GT0367: 'bldmake plat' should now show ARMV7
       
   774 
       
   775 
       
   776 version 2.0.14
       
   777 
       
   778 Defect Fixes:
       
   779 DEF124705 CBR errors in raptor builds due to missing rpp files
       
   780 DEF120328 SBS v2.0 configuration files cannot be validated
       
   781 INC124096 Long list of MMP macros causes crashdump with .s files
       
   782 DEF124702 GT0367: Semaphores need altering to correct possible hangs (on Linux)
       
   783 
       
   784 
       
   785 version 2.0.13
       
   786 
       
   787 Defect Fixes:
       
   788 DEF123653 SBS -j 16 on Windows produces malformed xml log files
       
   789 
       
   790 
       
   791 version 2.0.12
       
   792 
       
   793 Defect Fixes:
       
   794 DEF123987 Raptor does not build a lot of .lib files for ARMV5
       
   795 DEF123981 SBSv2 doesn't generate DSO when EXPORTUNFROZEN is specified.
       
   796 
       
   797 
       
   798 version 2.0.11
       
   799 
       
   800 Defect Fixes:
       
   801 DEF123988 SBSv2 does not produce rpp files
       
   802 DEF123766 SBSv2 log output does not match the specification
       
   803 DEF122781 GT0367: 'bldmake bldfiles' output not going to stdout
       
   804 DEF122885 GT0367: Need to stop sbs -abld functioning on Linux
       
   805 DEF123354 GT0367: Incorrect output if the number of jobs provided is invalid
       
   806 
       
   807 
       
   808 version 2.0.10
       
   809 
       
   810 Defect Fixes:
       
   811 DEF123984 SBSv2 generates more warnings than abld
       
   812 DEF124139 GT0367: SBS causes a Python Traceback when a system_definition.xml error occurs
       
   813 DEF123601 SBSv2 : Python traceback error is reported when try to build systemtest code
       
   814 DEF123916 SBSv2 : "tools" build warns about overrides when "OPTION MSVC /w" in .mmp files
       
   815 
       
   816 
       
   817 version 2.0.9
       
   818 
       
   819 Defect Fixes:
       
   820 PDEF124028 .GXP files not getting created when built for GCCXML target
       
   821 DEF123653 SBS -j 16 on Windows produces malformed xml log files
       
   822 DEF123586 dso file is not remade when def file changes
       
   823 DEF122541 SBSv2 -what should report resource files
       
   824 DEF123265 Incorrect file access permissions for sbs v2.0.7 in Linux dist
       
   825 DEF123317 SBSv2 -what got error for whatexports if too much exports
       
   826 DEF123439 SBSv2 : Exports not performed in total before .mmp processing in sysdef builds
       
   827 DEF123552 STLport doesn't build with Raptor on Linux
       
   828 DEF123260 GT0367: Circular references in config files not handled
       
   829 
       
   830 
       
   831 version 2.0.8
       
   832 
       
   833 Defect Fixes:
       
   834 DEF122930 SBSv2:Target type exexp giving errors while building for winscw
       
   835 DEF123028 Raptor generating double slashes in command files
       
   836 DEF123048 SBSv2: build with -k (keep-going) stops when export makefile has a failure.
       
   837 DEF123069 False 'missing mmp file' errors reported by SBSv2
       
   838 DEF122472 SBSv2 doesn't report content of unpacked zip files
       
   839 DEF122534 SBSv2 -what should not report .sym files
       
   840 DEF123181 SBSv2: Failure of one export in python aborts remaining exports for bld.inf
       
   841 DEF123289 SBSv2 : Netcards doesn't build for "tools" in an SBSv2 build
       
   842 DEF123418 SBSV2: stlport build can fail with "no rule to make target"
       
   843 DEF123084 SBSv2: exits with an exception if -c option specifies non-existent configuration
       
   844 INC122876 Electric Accelerator build fails with Raptor
       
   845 
       
   846 
       
   847 version 2.0.7
       
   848 
       
   849 Defect Fixes:
       
   850 DEF122784 Large MMP files and GNUMAKEFILE causes shell to crash
       
   851 DEF122760 Problems with bmconv command files preventing bitmap generation?
       
   852 DEF122803 SBSv2 - Freeze doesnt work properly for OE target types
       
   853 DEF122833 SBSV2 Performance is poor with -j16 using the GNU Make engine
       
   854 DEF122535 GT0367: Invalid system_definition.xml causes SBSv2 layering crash
       
   855 DEF122570 SBSv2 : certain "-m" values cause a crash at makefile generation
       
   856 DEF122604 Errors in GT only build using sbsv2 on Windows
       
   857 DEF122796 Wrong default value for PVMGMAKE in make.xml
       
   858 DEF122783 SBSv2 WINSCW builds can produce incorrectly linked executables under emake
       
   859 DEF122785 log summariser crashes if errors contain % characters
       
   860 DEF122870 SBSv2 assembling .s files fails.
       
   861 DEF120473 Enable Windows and Linux Tools to Cohabit
       
   862 DEF121826 Pre-include HRH file directory from variant.cfg fails for template extension mak
       
   863 DEF121907 Raptor crashes when exporting zip file that already exists
       
   864 DEF122523 SBSv2 Logging output affected by bash version on Linux
       
   865 DEF122788 SBSv2: We don't ensure correct version of Make for TEMs and for use in FLMs
       
   866 
       
   867 
       
   868 version 2.0.6
       
   869 
       
   870 The first release of SBSv2 in the SITK.
       
   871 
       
   872 </pre>
       
   873 </body>
       
   874 </html>