aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-05-22 22:35:19 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-05-22 22:35:19 +0000
commitaca518dcbcce2e4917a6e0da490d3339058fa908 (patch)
tree281b2a184c6477fc17e36a4a9c74061d2c9ce0bd
parentf39f4bfc157a682672ea549da653b29b10e3d284 (diff)
downloadbitbake-aca518dcbcce2e4917a6e0da490d3339058fa908.tar.gz
bitbake/ChangeLog:
-Mention changes in bitbake since the 1.2.1 release
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1715732b..bd7b0e15b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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
+
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: