From dc98b2c28c0a7a7ea715230a234bb846a18e4584 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 Sep 2008 20:32:33 +0000 Subject: bitbake: Sync with 1.8 branch upstream git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5345 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bitbake/ChangeLog') diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 561b618ae4..c4aa5ba198 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -41,7 +41,17 @@ Changes in BitBake 1.8.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 + - 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 + - When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444) + - Allow to checkout CVS by Date and Time. Just add HHmm to the SRCDATE. + - Move prunedir function to utils.py and add explode_dep_versions function + - Raise an exception if SRCREV == 'INVALID' + - Fix hg fetcher username/password handling and fix crash + - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name Changes in BitBake 1.8.10: - Psyco is available only for x86 - do not use it on other architectures. -- cgit v1.2.3-54-g00ecf