# HG changeset patch # User Richard Taylor # Date 1259938332 0 # Node ID 24ef68259f6c38134facc163a826986f0494966e # Parent 1f5c7ffaf4c59acd347514c74bde8d44db2837a5 version 2.11.1 (candidate 1) diff -r 1f5c7ffaf4c5 -r 24ef68259f6c sbsv2/raptor/RELEASE-NOTES.txt --- a/sbsv2/raptor/RELEASE-NOTES.txt Fri Dec 04 13:21:39 2009 +0000 +++ b/sbsv2/raptor/RELEASE-NOTES.txt Fri Dec 04 14:52:12 2009 +0000 @@ -1,6 +1,21 @@ Release Notes for Symbian Build System v2 +version 2.11.1 + +Other Changes: +GCCE 4.4.1 variant added +Restored python 2.4 compatibility +Minor TOOLS2 --what corrections +Retain Linux execute permissions on unpacked :zip archives +Prototype of extended timing API added +Option --noexport added for parallel parsing +Made --noexport and --export-only mutually exclusive +SBS_PYTHONPATH insulates sbs from the global PYTHONPATH +Removed spurious bracket in e32abiv2textnotifier2 +More robust to multiple import library definitions + + version 2.11.0 New Features: diff -r 1f5c7ffaf4c5 -r 24ef68259f6c sbsv2/raptor/python/raptor_version.py --- a/sbsv2/raptor/python/raptor_version.py Fri Dec 04 13:21:39 2009 +0000 +++ b/sbsv2/raptor/python/raptor_version.py Fri Dec 04 14:52:12 2009 +0000 @@ -15,7 +15,7 @@ # raptor version information module # -version=(2,11,0,"2009-11-23","symbian build system") +version=(2,11,1,"2009-12-16","symbian build system") def numericversion(): """Raptor version string"""