--- 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