summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-08-15 15:28:00 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-08-15 15:28:00 +0000
commit7915723f28e80431c5c2bbbdd45337d18baa1131 (patch)
tree379e573b40ec726ccdf5008972992aab002300c6 /ChangeLog
parent29750dce93431687d8c270fe77f00d6d12f72340 (diff)
downloadbitbake-7915723f28e80431c5c2bbbdd45337d18baa1131.tar.gz
BitBake: Bump and add Versions 1.4.5 and 1.6.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60faedd53..ac3566a37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+Changes in Bitbake 1.6.0:
+ - Better msg handling
+ - COW dict implementation from Tim Ansell (mithro) leading
+ to better performance
+ - Speed up of -s
+
+Changes in Bitbake 1.4.4:
+ - SRCDATE now handling courtsey Justin Patrin
+ - #1017 fix to work with rm_work
+
+Changes in BitBake 1.4.2:
+ - Send logs to oe.pastebin.com instead of pastebin.com
+ fixes #856
+ - Copy the internal bitbake data before building the
+ dependency graph. This fixes nano not having a
+ virtual/libc dependency
+ - Allow multiple TARBALL_STASH entries
+ - Cache, check if the directory exists before changing
+ into it
+ - git speedup cloning by not doing a checkout
+ - allow to have spaces in filenames (.conf, .bb, .bbclass)
+
Changes in BitBake 1.4.0:
- Fix to check both RDEPENDS and RDEPENDS_${PN}
- Fix a RDEPENDS parsing bug in utils:explode_deps()