summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-10-31 10:28:33 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-10-31 10:28:33 +0000
commit1d969a215f0e7612a08c13de9a1d0432e5c50f1b (patch)
treee9da3a5e8aeb9a89e2f068adae6661ebe40b134d
parent4a51e59d12294676cadb44aa00ce3b58f92b530d (diff)
downloadbitbake-1d969a215f0e7612a08c13de9a1d0432e5c50f1b.tar.gz
Add some missing entries to the Changelog
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac3566a37..66d5d4567 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes in Bitbake 1.6.1:
+ - Add support for the interactive flag (backported from trunk)
+ - Ignore versions in DEPENDS (backported from trunk)
+ - Fix bug referencing bb.providers in shell.py
+
Changes in Bitbake 1.6.0:
- Better msg handling
- COW dict implementation from Tim Ansell (mithro) leading