summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-14 17:45:07 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-14 17:45:07 -0700
commit2bcc6b38b6cad6f040980bc1d844c26a315e51bd (patch)
treef21af7a75fc0a853ae8ab9da900faead365c55d9
parentc88cf0dd127b0477ad90f0972b69624af55c7304 (diff)
downloadbitbake-1.10.1.tar.gz
Add 1.10.1 entry to ChangeLog1.10.1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b770957f0..925bfb09a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in Bitbake 1.10.1:
+ - Fix IndexError encountered when a 'depends' flag references a
+ nonexistant task. (from master)
+ - Fix clean of the environment. (from master)
+ - Fix bug where a failed fetch could result in a "local file does not
+ exist" error, rather than the real error. (from master)
+
Changes in Bitbake 1.10.0:
- Release 1.9.x as a stable series