diff options
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 |