aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-05-20 16:24:25 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-05-20 16:24:25 +0000
commit9869eca97eaed0bdcef3d6f6ea064189f39d36da (patch)
tree8db35229f6c9cb3465e6c26946efc57027410a6b /ChangeLog
parentf62c389eaf6f00f1567d8ee094e84b78ea691603 (diff)
downloadbitbake-9869eca97eaed0bdcef3d6f6ea064189f39d36da.tar.gz
BBHandler.py: Raise ParseError for filenames with multiple underscores instead of infinitely looping (1.6, 1.8, trunk)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72fae09e0..e1b1e7b36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@ Changes in Bitbake 1.9.x:
- Fix cache errors when generation dotGraphs
- Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
- Fix bug when target was in ASSUME_PROVIDED (#2236)
+ - Raise ParseError for filenames with multiple underscores instead of infinitely looping
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series