aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: