aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-05-25 21:02:11 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2005-05-25 21:02:11 +0000
commitaeeaebe546d498a9fccf3df875729e654e54bc40 (patch)
tree08f93d46bcce8270a4ce40c9765b1bfa74a4bc26 /ChangeLog
parent8bf780c087df9dca19c9d16739731eca9f6e6bc9 (diff)
downloadbitbake-aeeaebe546d498a9fccf3df875729e654e54bc40.tar.gz
bitbake: factor out methods parseConfigurationFile() and handleCollections()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 14 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index bd7b0e15b..adc997855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,18 @@
Changes in bitbake Trunk:
- -kill default arguments in methods in the bb.data module
- -kill default arguments in methods in the bb.fetch module
- -the http/https/ftp fetcher will fail if the to be
- downloaded file was not found in DL_DIR (this is needed
- to avoid unpacking the sourceforge mirror page)
- -Switch to a cow like data instance for persistent and non
- persisting mode (called data_smart.py)
- -Changed the callback of bb.make.collect_bbfiles to carry
- additional parameters
- -Drastically reduced the amount of needed RAM by not holding
- each data instance in memory when using a cache/persistent
- storage
+ - add bitbake interactive shell (bitbake -i)
+ - refactor bitbake utility in OO style
+ - kill default arguments in methods in the bb.data module
+ - kill default arguments in methods in the bb.fetch module
+ - the http/https/ftp fetcher will fail if the to be
+ downloaded file was not found in DL_DIR (this is needed
+ to avoid unpacking the sourceforge mirror page)
+ - Switch to a cow like data instance for persistent and non
+ persisting mode (called data_smart.py)
+ - Changed the callback of bb.make.collect_bbfiles to carry
+ additional parameters
+ - Drastically reduced the amount of needed RAM by not holding
+ each data instance in memory when using a cache/persistent
+ storage
Changes in bitbake 1.2.1:
The 1.2.1 release is meant as a intermediate release to lay the