aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-05-17 22:02:04 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-05-17 22:02:04 +0000
commit874b3db5302dd7f90de6d5a3701cd05115155b6d (patch)
treecf06745330e51a8d392ee17fffc36d4fcc90b88d /ChangeLog
parent8417420700a69b521827e6ebf2e4d25aad6309cd (diff)
downloadbitbake-874b3db5302dd7f90de6d5a3701cd05115155b6d.tar.gz
Add a ChangeLog to lay out the 'API' changes of bitbake
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000000000..f1715732b
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,10 @@
+Changes in bitbake 1.2.1:
+ The 1.2.1 release is meant as a intermediate release to lay the
+ground for more radical changes. The most notable changes are:
+
+ -Do not hardcode {}, use bb.data.init() instead if you want to
+get a instance of a data class
+ -bb.data.init() is a factory and the old bb.data methods are delegates
+ -Do not use deepcopy use bb.data.createCopy() instead.
+ -Removed default arguments in bb.fetch
+