X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a93e704988397af1d424bd628b65f9400f7d9d8d;hb=40d07e863a1fb8a747f9efb1d483b5ac50ca449f;hp=c05ff96ab9a656005d0a5884e4abc5e4a3797fb4;hpb=415e805220edd5745e4873f77f8d05a95049bcd9;p=vuplus_bitbake diff --git a/ChangeLog b/ChangeLog index c05ff96..a93e704 100644 --- 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.