summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index c4aa5ba198..a2d0da29ea 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -52,6 +52,8 @@ Changes in BitBake 1.8.x:
52 - Raise an exception if SRCREV == 'INVALID' 52 - Raise an exception if SRCREV == 'INVALID'
53 - Fix hg fetcher username/password handling and fix crash 53 - Fix hg fetcher username/password handling and fix crash
54 - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name 54 - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name
55 - Rename __depends to __base_depends after configuration parsing so we don't
56 recheck the validity of the config files time after time
55 57
56Changes in BitBake 1.8.10: 58Changes in BitBake 1.8.10:
57 - Psyco is available only for x86 - do not use it on other architectures. 59 - Psyco is available only for x86 - do not use it on other architectures.