version 2.12.4 (candidate 2)
authorRichard Taylor <richard.i.taylor@nokia.com>
Thu, 04 Mar 2010 13:11:14 +0000
changeset 303 502501837ac4
parent 297 7029b5be2b15 (diff)
parent 302 fad68f194807 (current diff)
child 304 976aca38ffe5
version 2.12.4 (candidate 2)
sbsv2/raptor/RELEASE-NOTES.txt
sbsv2/raptor/python/raptor_version.py
--- a/sbsv2/raptor/RELEASE-NOTES.txt	Thu Mar 04 10:28:45 2010 +0000
+++ b/sbsv2/raptor/RELEASE-NOTES.txt	Thu Mar 04 13:11:14 2010 +0000
@@ -1,14 +1,11 @@
 Release Notes for Symbian Build System v2
 
-next version
-- SF Bug 2125 - [Raptor] - tracecompiler what output incorrect if mmp basename contains '.' e.g. fred.prd.mmp 
-
 version 2.12.4
 
 Defect Fixes:
+- SF Bug 2125 - [Raptor] - tracecompiler what output incorrect if mmp basename contains '.' e.g. fred.prd.mmp 
 - SF Bug 2113 - [Raptor] what/check filters can assign files to the wrong components
 - SF Bug 2081 - [Raptor] - Exported file executable permissions not maintained (linux)
-- Fix: host attribute in recipes was blank in windows, windows cluster builds.
 - SF Bug 1912 - Raptor should take python from the path [if not set with SBS_PYTHON or bundled with Raptor]
 - SF Bug 2042 - [Raptor] component field empty in recipe
 - SF Bug 2007 - [Raptor] GCCE 4.4.1 builds require 4.3.1 and 4.3.2 SBS_GCCE???BIN env vars etc.
@@ -20,6 +17,7 @@
   .DEFAULT target introduced for all non --no-depend-generate and/or --no-depend-include builds
 - Add support for PLUGIN3 TARGETTYPEs
 - Fixing logfile corruption for large GCCXML builds by suppressing zip output
+- Fix: host attribute in recipes was blank in windows, windows cluster builds.
 - Stop copying .bmp files to epoc32/localisation and fix the "what" reporting
 
 
--- a/sbsv2/raptor/python/raptor_version.py	Thu Mar 04 10:28:45 2010 +0000
+++ b/sbsv2/raptor/python/raptor_version.py	Thu Mar 04 13:11:14 2010 +0000
@@ -16,7 +16,7 @@
 
 # replace CHANGESET with the Hg changeset for ANY release
 
-version=(2,12,4,"2010-03-03","symbian build system","CHANGESET")
+version=(2,12,4,"2010-03-05","symbian build system","CHANGESET")
 
 def numericversion():
 	"""Raptor version string"""