X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_bitbake;a=blobdiff_plain;f=ChangeLog;h=3dfba1ed8169312517f7bbdd005ce22ff7dce89e;hp=7fdb698a7c074a42f14a89e5d4085ec107227320;hb=c40815faf4e83d77bd7febf93edec435892357be;hpb=847ab802c90400d4fcde5e6b9d8c8eda0c29d01b diff --git a/ChangeLog b/ChangeLog index 7fdb698..3dfba1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,41 @@ +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 + +Changes in BitBake 1.3.3: + - Create a new Fetcher module to ease the + development of new Fetchers. + Issue #438 fixed by rpurdie@openedhand.com + - Make the Subversion fetcher honor the SRC Date + (CVSDATE). + Issue #555 fixed by chris@openedhand.com + - Expand PREFERRED_PROVIDER properly + Issue #436 fixed by rprudie@openedhand.com + - Typo fix for Issue #531 by Philipp Zabel for the + BitBake Shell + - Introduce a new special variable SRCDATE as + a generic naming to replace CVSDATE. + - Introduce a new keyword 'required'. In contrast + to 'include' parsing will fail if a to be included + file can not be found. + - Remove hardcoding of the STAMP directory. Patch + courtsey pHilipp Zabel + - Track the RDEPENDS of each package (rpurdie@openedhand.com) + - Introduce BUILD_ALL_DEPS to build all RDEPENDS. E.g + this is used by the OpenEmbedded Meta Packages. + (rpurdie@openedhand.com). + Changes in BitBake 1.3.2: - reintegration of make.py into BitBake - bbread is gone, use bitbake -e - lots of shell updates and bugfixes + - Introduction of the .= and =. operator + - Sort variables, keys and groups in bitdoc + - Fix regression in the handling of BBCOLLECTIONS + - Update the bitbake usermanual Changes in BitBake 1.3.0: - add bitbake interactive shell (bitbake -i)