release note: 3 fixes for 2.12.1 fix
authorRichard Taylor <richard.i.taylor@nokia.com>
Fri, 29 Jan 2010 09:52:16 +0000
branchfix
changeset 177 a363840a27e3
parent 176 b601167a8189
child 178 4e477ddf2eed
child 189 af8c576529ae
child 191 3bfc260b6d61
release note: 3 fixes for 2.12.1
sbsv2/raptor/RELEASE-NOTES.txt
sbsv2/raptor/python/raptor_version.py
--- a/sbsv2/raptor/RELEASE-NOTES.txt	Thu Jan 28 16:06:25 2010 +0000
+++ b/sbsv2/raptor/RELEASE-NOTES.txt	Fri Jan 29 09:52:16 2010 +0000
@@ -1,11 +1,13 @@
 
 Release Notes for Symbian Build System v2
 
-Next version
+version 2.12.1
 
-Defect fixes:
+Defect Fixes:
 - SF Bug 1494 - sbs --what does not report Trace Compiler output
 - sbs -c winscw.tracecompiler uses wrong UID and doesn't generate traces
+- SF Bug 1519 - Raptor output files may contain unescaped left angle brackets as XML character data
+
 
 version 2.12.0
 
--- a/sbsv2/raptor/python/raptor_version.py	Thu Jan 28 16:06:25 2010 +0000
+++ b/sbsv2/raptor/python/raptor_version.py	Fri Jan 29 09:52:16 2010 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"
@@ -13,9 +13,10 @@
 #
 # Description: 
 # raptor version information module
-#
 
-version=(2,12,0,"2010-01-25","symbian build system")
+# replace CHANGESET with the Hg changeset for ANY release
+
+version=(2,12,1,"2010-01-29","symbian build system","CHANGESET")
 
 def numericversion():
 	"""Raptor version string"""
@@ -23,4 +24,4 @@
 
 def fullversion():
 	"""Raptor version string"""
-	return "%d.%d.%d [%s %s]" % version
+	return "%d.%d.%d [%s %s %s]" % version