Revert the '-' character fix in class names since it breaks things
[vuplus_bitbake] / ChangeLog
index bf998d4..3890e22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 Changes in BitBake 1.8.x:
+       - Fix -f (force) in conjunction with -b
        - Fix exit code for build failures in --continue mode
        - Fix git branch tags fetching
        - Change parseConfigurationFile so it works on real data, not a copy
@@ -15,6 +16,36 @@ Changes in BitBake 1.8.x:
        - Convert -b option to use taskdata/runqueue
        - Remove digraph and switch to new stamp checking code. exec_task no longer
          honours dependencies
+       - Make fetcher timestamp updating non-fatal when permissions don't allow 
+         updates
+       - Add BB_SCHEDULER variable/option ("completion" or "speed") controlling
+         the way bitbake schedules tasks
+       - Add BB_STAMP_POLICY variable/option ("perfile" or "full") controlling
+         how extensively stamps are looked at for validity
+       - When handling build target failures make sure idepends are checked and
+         failed where needed. Fixes --continue mode crashes.
+       - Fix problems with recrdeptask handling where some idepends weren't handled
+         correctly.
+       - Work around refs/HEAD issues with git over http (#3410)
+       - Add proxy support to the CVS fetcher (from Cyril Chemparathy)
+       - Improve runfetchcmd so errors are seen and various GIT variables are exported
+       - Add ability to fetchers to check URL validity without downloading
+       - Improve runtime PREFERRED_PROVIDERS warning message
+       - Add BB_STAMP_WHITELIST option which contains a list of stamps to ignore when
+         checking stamp dependencies and using a BB_STAMP_POLICY of "whitelist"
+       - No longer weight providers on the basis of a package being "already staged". This
+         leads to builds being non-deterministic.
+       - Flush stdout/stderr before forking to fix duplicate console output
+       - Make sure recrdeps tasks include all inter-task dependencies of a given fn
+       - Add bb.runqueue.check_stamp_fn() for use by packaged-staging
+       - Add PERSISTENT_DIR to store the PersistData in a persistent
+         directory != the cache dir.
+       - Add md5 and sha256 checksum generation functions to utils.py
+       - Make sure Build Completed events are generated even when tasks fail
+       - Correctly handle '-' characters in class names (#2958)
+       - 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
 
 Changes in BitBake 1.8.10:
        - Psyco is available only for x86 - do not use it on other architectures.