diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-16 15:02:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-16 15:02:15 +0000 |
commit | 306b7c7a9757ead077363074e7bbac2e5c03e7c5 (patch) | |
tree | 6935017a9af749c46816881c86258f514384ba1c /bitbake/ChangeLog | |
parent | 65930a38e415ae4a0182e1cea1be838e0ada50ee (diff) | |
download | poky-306b7c7a9757ead077363074e7bbac2e5c03e7c5.tar.gz |
bitbake: Upgrade from 1.4 -> 1.7.4ish
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@863 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 93cc45aaf4..135aba9fee 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -1,3 +1,21 @@ | |||
1 | Changes in BitBake 1.7.3: | ||
2 | |||
3 | Changes in BitBake 1.7.1: | ||
4 | - Major updates of the dependency handling and execution | ||
5 | of tasks | ||
6 | - Change of the SVN Fetcher to keep the checkout around | ||
7 | courtsey to Paul Sokolovsky (#1367) | ||
8 | |||
9 | Changes in Bitbake 1.6.0: | ||
10 | - Better msg handling | ||
11 | - COW dict implementation from Tim Ansell (mithro) leading | ||
12 | to better performance | ||
13 | - Speed up of -s | ||
14 | |||
15 | Changes in Bitbake 1.4.4: | ||
16 | - SRCDATE now handling courtsey Justin Patrin | ||
17 | - #1017 fix to work with rm_work | ||
18 | |||
1 | Changes in BitBake 1.4.2: | 19 | Changes in BitBake 1.4.2: |
2 | - Send logs to oe.pastebin.com instead of pastebin.com | 20 | - Send logs to oe.pastebin.com instead of pastebin.com |
3 | fixes #856 | 21 | fixes #856 |