version 2.11.1 (candidate 1) wip
authorRichard Taylor
Fri, 04 Dec 2009 14:52:12 +0000
branchwip
changeset 36 24ef68259f6c
parent 35 1f5c7ffaf4c5
child 37 d806416fc9bf
child 86 32f524d09c94
version 2.11.1 (candidate 1)
sbsv2/raptor/RELEASE-NOTES.txt
sbsv2/raptor/python/raptor_version.py
--- 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:
--- 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"""