Version 2.14.0 (candidate one). 2.14.0
authorDaniel Jacobs <daniel.jacobs@nokia.com>
Mon, 17 May 2010 11:07:30 +0100
changeset 554 e7dd8533063f
parent 553 7d4971eaf863
child 555 ea4d0e4fdda3
child 557 be0305eb3dc3
Version 2.14.0 (candidate one).
sbsv2/raptor/RELEASE-NOTES.html
sbsv2/raptor/python/raptor_version.py
sbsv2/raptor/test/smoke_suite/tracecompiler_whatlog.py
--- a/sbsv2/raptor/RELEASE-NOTES.html	Thu May 13 14:14:32 2010 +0100
+++ b/sbsv2/raptor/RELEASE-NOTES.html	Mon May 17 11:07:30 2010 +0100
@@ -6,7 +6,7 @@
 
 <h1>Release Notes for Symbian Build System v2</h1>
 
-<h2>next version</h2>
+<h2>version 2.14.0</h2>
 
 <h3>New Features</h3>
 <ul>
--- a/sbsv2/raptor/python/raptor_version.py	Thu May 13 14:14:32 2010 +0100
+++ b/sbsv2/raptor/python/raptor_version.py	Mon May 17 11:07:30 2010 +0100
@@ -16,7 +16,7 @@
 
 # replace CHANGESET with the Hg changeset for ANY release
 
-version=(2,13,0,"2010-04-12","symbian build system","CHANGESET")
+version=(2,14,0,"2010-05-19","symbian build system","CHANGESET")
 
 def numericversion():
 	"""Raptor version string"""
--- a/sbsv2/raptor/test/smoke_suite/tracecompiler_whatlog.py	Thu May 13 14:14:32 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/tracecompiler_whatlog.py	Mon May 17 11:07:30 2010 +0100
@@ -62,14 +62,6 @@
 		]		
 	t.run("linux")
 	if t.result == CheckWhatSmokeTest.SKIP:
-		t.targets.extend([
-			'$(EPOCROOT)/epoc32/release/armv5/lib/testTC.lib',
-			'$(EPOCROOT)/epoc32/release/armv5/lib/testTC{000a0000}.lib'
-		])
-		t.stdout.extend([
-			'<build>$(EPOCROOT)/epoc32/release/armv5/lib/testTC.lib</build>',
-			'<build>$(EPOCROOT)/epoc32/release/armv5/lib/testTC{000a0000}.lib</build>'
-		])
 		t.run("windows")
 
 	t.id = "112"