# HG changeset patch # User Richard Taylor # Date 1266245686 0 # Node ID b06effc0c547967c72bd9e6deca313568e32a786 # Parent fd8c90cfa36ca9db41d811e79e511250b8d4d9ba version 2.12.2 (candidate 1) diff -r fd8c90cfa36c -r b06effc0c547 sbsv2/raptor/RELEASE-NOTES.txt --- a/sbsv2/raptor/RELEASE-NOTES.txt Mon Feb 15 13:47:40 2010 +0000 +++ b/sbsv2/raptor/RELEASE-NOTES.txt Mon Feb 15 14:54:46 2010 +0000 @@ -1,13 +1,18 @@ Release Notes for Symbian Build System v2 -next version +version 2.12.2 Defect Fixes: - SF Bug 1569 - excessive recompilation in incremental tracecompiler builds -- Better error messages for make-engine selection. e.g. "sbs -e arm" will now produce a useful error message rather than a traceback. "arm" is a real variant but it's not a make engine. In the past sbs would have tried to use it and would have failed with a complicated traceback. Also doesn't traceback for non-existent make engines. +- Better error messages for make-engine selection. + e.g. "sbs -e arm" will now produce a useful error message rather than + a traceback. "arm" is a real variant but it's not a make engine. In + the past sbs would have tried to use it and would have failed with a + complicated traceback. Also doesn't traceback for non-existent make engines. - sbs_filter chose wrong embedded default python version. Set to 2.6.4 now. - FilterCheck did not check files when run from sbs_filter + version 2.12.1 Defect Fixes: diff -r fd8c90cfa36c -r b06effc0c547 sbsv2/raptor/python/raptor_version.py --- a/sbsv2/raptor/python/raptor_version.py Mon Feb 15 13:47:40 2010 +0000 +++ b/sbsv2/raptor/python/raptor_version.py Mon Feb 15 14:54:46 2010 +0000 @@ -16,7 +16,7 @@ # replace CHANGESET with the Hg changeset for ANY release -version=(2,12,1,"2010-01-29","symbian build system","CHANGESET") +version=(2,12,2,"2010-02-17","symbian build system","CHANGESET") def numericversion(): """Raptor version string"""