X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=93cc45aaf4a596ef489e25b4c9174cce3a0b4030;hb=HEAD;hp=a93e704988397af1d424bd628b65f9400f7d9d8d;hpb=01f734216b1f986ee82058df2832de99f6ffd1cb;p=vuplus_bitbake diff --git a/ChangeLog b/ChangeLog index a93e704..93cc45a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ -Changes in BitBake 1.3.x: +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 @@ -6,6 +18,9 @@ Changes in BitBake 1.3.x: - 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