summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-07-19 17:58:18 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-07-19 17:58:18 +0000
commitac40dabb22b6dd6a85c57933f4097e111a8d49a5 (patch)
tree792e4742a4d99579b17cf5f52d860e75c2f42ff0 /ChangeLog
parent1501addb048501716c300ca7422135d11e977252 (diff)
downloadbitbake-contrib-ac40dabb22b6dd6a85c57933f4097e111a8d49a5.tar.gz
providers.py: When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a58b38e93..44889e3e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -141,6 +141,7 @@ Changes in Bitbake 1.9.x:
- Make sure expandKeys has been called on the data dictonary before running tasks
- Correctly add a task override in the form task-TASKNAME.
- Revert the '-' character fix in class names since it breaks things
+ - When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444)
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series