]> pilppa.org Git - familiar-h63xx-build.git/blob - bitbake/ChangeLog
matchbox: use release version 1.0 rather than svn checkout. disable composite.
[familiar-h63xx-build.git] / bitbake / ChangeLog
1 Changes in BitBake 1.3.?:
2         - Create a new Fetcher module to ease the
3           development of new Fetchers.
4
5 Changes in BitBake 1.3.2:
6         - reintegration of make.py into BitBake
7         - bbread is gone, use bitbake -e
8         - lots of shell updates and bugfixes
9         - Introduction of the .= and =. operator
10         - Sort variables, keys and groups in bitdoc
11         - Fix regression in the handling of BBCOLLECTIONS
12         - Update the bitbake usermanual
13
14 Changes in BitBake 1.3.0:
15         - add bitbake interactive shell (bitbake -i)
16         - refactor bitbake utility in OO style
17         - kill default arguments in methods in the bb.data module
18         - kill default arguments in methods in the bb.fetch module
19         - the http/https/ftp fetcher will fail if the to be 
20           downloaded file was not found in DL_DIR (this is needed
21           to avoid unpacking the sourceforge mirror page)
22         - Switch to a cow like data instance for persistent and non
23           persisting mode (called data_smart.py)
24         - Changed the callback of bb.make.collect_bbfiles to carry
25           additional parameters
26         - Drastically reduced the amount of needed RAM by not holding
27           each data instance in memory when using a cache/persistent
28           storage
29
30 Changes in BitBake 1.2.1:
31         The 1.2.1 release is meant as a intermediate release to lay the
32         ground for more radical changes. The most notable changes are:
33
34         - Do not hardcode {}, use bb.data.init() instead if you want to
35           get a instance of a data class
36         - bb.data.init() is a factory and the old bb.data methods are delegates
37         - Do not use deepcopy use bb.data.createCopy() instead.
38         - Removed default arguments in bb.fetch
39