From aca518dcbcce2e4917a6e0da490d3339058fa908 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 22 May 2005 22:35:19 +0000 Subject: bitbake/ChangeLog: -Mention changes in bitbake since the 1.2.1 release --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') 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: -- cgit 1.2.3-korg