summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index c05ff96ab9..3dfba1ed81 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -1,3 +1,10 @@
1Changes in BitBake 1.3.x:
2 - Fix to check both RDEPENDS and RDEPENDS_${PN}
3 - Fix a RDEPENDS parsing bug in utils:explode_deps()
4 - Update git fetcher behaviour to match git changes
5 - ASSUME_PROVIDED allowed to include runtime packages
6 - git fetcher cleanup and efficency improvements
7
1Changes in BitBake 1.3.3: 8Changes in BitBake 1.3.3:
2 - Create a new Fetcher module to ease the 9 - Create a new Fetcher module to ease the
3 development of new Fetchers. 10 development of new Fetchers.