BitBake: Tag 1.6.2 and 1.7.2 of BitBake
[vuplus_bitbake] / ChangeLog
index c05ff96..2b811f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+Changes in Bitbake 1.6.2:
+
+Changes in Bitbake 1.6.1:
+       - Add support for the interactive flag (backported from trunk)
+       - Ignore versions in DEPENDS (backported from trunk)
+       - Fix bug referencing bb.providers in shell.py
+       - Remove some debug that crept in
+
+Changes in Bitbake 1.6.0:
+       - Better msg handling
+       - COW dict implementation from Tim Ansell (mithro) leading
+         to better performance
+       - Speed up of -s
+
+Changes in Bitbake 1.4.4:
+       - SRCDATE now handling courtsey Justin Patrin
+       - #1017 fix to work with rm_work
+
+Changes in BitBake 1.4.2:
+       - Send logs to oe.pastebin.com instead of pastebin.com
+         fixes #856
+       - Copy the internal bitbake data before building the
+         dependency graph. This fixes nano not having a
+         virtual/libc dependency
+       - Allow multiple TARBALL_STASH entries
+       - Cache, check if the directory exists before changing
+         into it
+       - git speedup cloning by not doing a checkout
+       - allow to have spaces in filenames (.conf, .bb, .bbclass)
+
+Changes in BitBake 1.4.0:
+       - 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
+       - Major changes to caching with a new strategy
+         giving a major performance increase when reparsing
+         with few data changes
+
 Changes in BitBake 1.3.3:
        - Create a new Fetcher module to ease the
          development of new Fetchers.