version 2.12.2 (candidate 1)
authorRichard Taylor <richard.i.taylor@nokia.com>
Mon, 15 Feb 2010 14:54:46 +0000
changeset 211 b06effc0c547
parent 210 fd8c90cfa36c
child 212 18372202b584
version 2.12.2 (candidate 1)
sbsv2/raptor/RELEASE-NOTES.txt
sbsv2/raptor/python/raptor_version.py
--- 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:
--- 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"""