aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-05-19 20:16:03 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-05-19 20:16:03 +0000
commitcde4e4f6a65aa8532f066cdd2e240bbe06995d0c (patch)
tree6b3462881ae0227c9d035fede121853ae72d4eed /ChangeLog
parent4c0b17f16b58b3fad56bc6c3857c411ce58992e4 (diff)
downloadbitbake-contrib-cde4e4f6a65aa8532f066cdd2e240bbe06995d0c.tar.gz
BBHandler.py: Correctly handle '-' characters in class names (#2958)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ee7fd363..5b7e0d9dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -137,6 +137,7 @@ Changes in Bitbake 1.9.x:
- Add PERSISTENT_DIR to store the PersistData in a persistent
directory != the cache dir.
- Add md5 and sha256 checksum generation functions to utils.py
+ - Correctly handle '-' characters in class names (#2958)
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series