# HG changeset patch # User Richard Taylor # Date 1267708274 0 # Node ID 502501837ac41cbf3b5bb53dd13a5e132dd2f2d6 # Parent 7029b5be2b15190699d0b9e63b6a7b1db496cd67# Parent fad68f1948078ae81080591134f7ef5cfcd086e7 version 2.12.4 (candidate 2) diff -r fad68f194807 -r 502501837ac4 sbsv2/raptor/RELEASE-NOTES.txt --- 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 diff -r fad68f194807 -r 502501837ac4 sbsv2/raptor/python/raptor_version.py --- 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"""