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