aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-07-06 18:24:16 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-07-06 18:24:16 +0000
commit847ab802c90400d4fcde5e6b9d8c8eda0c29d01b (patch)
tree0fe07a0ea798f0c176bb998f88c47ef8f41c05ce /ChangeLog
parentcbaf5f4bdfdd3b686418d707215d5046c2d618e5 (diff)
downloadbitbake-847ab802c90400d4fcde5e6b9d8c8eda0c29d01b.tar.gz
Shell:
- use shlex to parse command lines as a special service to hrw: Now you can say 'setvar FOO "this is a test"' :) - use a command queue in the main loop to unify offline (from startup file) and online processing - add some changes for 1.3.2. Could anyone fill in changes for 1.3.1 ?
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 921be2321..7fdb698a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Changes in bitbake 1.3.0:
+Changes in BitBake 1.3.2:
+ - reintegration of make.py into BitBake
+ - bbread is gone, use bitbake -e
+ - lots of shell updates and bugfixes
+
+Changes in BitBake 1.3.0:
- add bitbake interactive shell (bitbake -i)
- refactor bitbake utility in OO style
- kill default arguments in methods in the bb.data module
@@ -14,13 +19,13 @@ Changes in bitbake 1.3.0:
each data instance in memory when using a cache/persistent
storage
-Changes in bitbake 1.2.1:
+Changes in BitBake 1.2.1:
The 1.2.1 release is meant as a intermediate release to lay the
-ground for more radical changes. The most notable changes are:
+ ground for more radical changes. The most notable changes are:
- -Do not hardcode {}, use bb.data.init() instead if you want to
-get a instance of a data class
- -bb.data.init() is a factory and the old bb.data methods are delegates
- -Do not use deepcopy use bb.data.createCopy() instead.
- -Removed default arguments in bb.fetch
+ - Do not hardcode {}, use bb.data.init() instead if you want to
+ get a instance of a data class
+ - bb.data.init() is a factory and the old bb.data methods are delegates
+ - Do not use deepcopy use bb.data.createCopy() instead.
+ - Removed default arguments in bb.fetch