# HG changeset patch # User timothy.murphy@nokia.com # Date 1271161585 -3600 # Node ID 6dc1dae496c0cc3bf16ca66ee108fcbefbe67957 # Parent 62411a80435e1ceafe1337caaf3dd43cd37b278a# Parent 679d97112f986e16e9dbed3f7a016388d42e04f8 Merge fix to RC4 default diff -r 62411a80435e -r 6dc1dae496c0 sbsv2/raptor/RELEASE-NOTES.html --- a/sbsv2/raptor/RELEASE-NOTES.html Tue Apr 13 13:24:39 2010 +0100 +++ b/sbsv2/raptor/RELEASE-NOTES.html Tue Apr 13 13:26:25 2010 +0100 @@ -45,6 +45,7 @@
  • Fix : Makefile Parse Performance in Resource stage is poor. Large size of included dependency files is a factor. In --no-depend-generate mode, create dependency files which only refer to other rsg/mbg files that are yet to be built - store no other dependencies.
  • Fix : don't generate multiple copies of the same resource just because there are several target paths. Generate it once and copy that to the different target paths.
  • SF Bug 2302 - sbs_filter refers to python.exe in win32/python264/
  • +
  • Fix : ensure that FLMDEBUG is empty by default
  • diff -r 62411a80435e -r 6dc1dae496c0 sbsv2/raptor/lib/config/root.xml --- a/sbsv2/raptor/lib/config/root.xml Tue Apr 13 13:24:39 2010 +0100 +++ b/sbsv2/raptor/lib/config/root.xml Tue Apr 13 13:26:25 2010 +0100 @@ -11,6 +11,8 @@ --> + + diff -r 62411a80435e -r 6dc1dae496c0 sbsv2/raptor/lib/flm/base.xml --- a/sbsv2/raptor/lib/flm/base.xml Tue Apr 13 13:24:39 2010 +0100 +++ b/sbsv2/raptor/lib/flm/base.xml Tue Apr 13 13:26:25 2010 +0100 @@ -16,6 +16,7 @@ + diff -r 62411a80435e -r 6dc1dae496c0 sbsv2/raptor/python/raptor_version.py --- a/sbsv2/raptor/python/raptor_version.py Tue Apr 13 13:24:39 2010 +0100 +++ b/sbsv2/raptor/python/raptor_version.py Tue Apr 13 13:26:25 2010 +0100 @@ -16,7 +16,7 @@ # replace CHANGESET with the Hg changeset for ANY release -version=(2,13,0,"2010-04-09","symbian build system","CHANGESET") +version=(2,13,0,"2010-04-12","symbian build system","CHANGESET") def numericversion(): """Raptor version string"""