summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-03-19 23:28:29 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-03-19 23:28:29 +0000
commit07d64b641bd0e6df8892bfeb3058ae7c7b34bcb3 (patch)
tree3d12ccb1c3ab1d6c76f68af728054782a53a7dd8 /ChangeLog
parent3f90c8336a8298f8f9ecb51e9a60bb55e3e0a50b (diff)
downloadbitbake-07d64b641bd0e6df8892bfeb3058ae7c7b34bcb3.tar.gz
build.py: Treat python functions the same as shell functions with respect to logging
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcc568a5b..8b4d980a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Changes in Bitbake 1.9.x:
- Add PE (Package Epoch) support from Philipp Zabel (pH5)
+ - Treat python functions the same as shell functions for logging
+ - Use TMPDIR/anonfunc as a __anonfunc temp directory (T)
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series