summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 31e2bb49e1..fd998496ec 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -1,8 +1,17 @@
1Changes in Bitbake 1.8.x: 1Changes in Bitbake 1.8.x:
2 - Rewrite svn fetcher to make adding extra operations easier
3 as part of future SRCDATE="now" fixes
4 (requires new FETCHCMD_svn definition in bitbake.conf)
5 - Change SVNDIR layout to be more unique (fixes #2644 and #2624)
6 - Import persistent data store from trunk
7 - Sync fetcher code with that in trunk, adding SRCREV support for svn
8 - Add ConfigParsed Event after configuration parsing is complete
9 - data.emit_var() - only call getVar if we need the variable
10
11Changes in Bitbake 1.8.6:
2 - Correctly redirect stdin when forking 12 - Correctly redirect stdin when forking
3 - If parsing errors are found, exit, too many users miss the errors 13 - If parsing errors are found, exit, too many users miss the errors
4 - Remove supriours PREFERRED_PROVIDER warnings 14 - Remove supriours PREFERRED_PROVIDER warnings
5 - Start to fix path quoting
6 15
7Changes in Bitbake 1.8.4: 16Changes in Bitbake 1.8.4:
8 - Make sure __inherit_cache is updated before calling include() (from Michael Krelin) 17 - Make sure __inherit_cache is updated before calling include() (from Michael Krelin)