bitbake/lib/bb/data.py:
[vuplus_bitbake] / ChangeLog
index c05ff96..a93e704 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Changes in BitBake 1.3.x:
+       - Fix to check both RDEPENDS and RDEPENDS_${PN}
+       - Fix a RDEPENDS parsing bug in utils:explode_deps()
+       - Update git fetcher behaviour to match git changes
+       - ASSUME_PROVIDED allowed to include runtime packages
+       - git fetcher cleanup and efficency improvements
+       - Change the format of the cache
+       - Update usermanual to document the Fetchers
+
 Changes in BitBake 1.3.3:
        - Create a new Fetcher module to ease the
          development of new Fetchers.