diff options
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 3dfba1ed81..93cc45aaf4 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -1,9 +1,26 @@ | |||
1 | Changes in BitBake 1.3.x: | 1 | Changes in BitBake 1.4.2: |
2 | - Send logs to oe.pastebin.com instead of pastebin.com | ||
3 | fixes #856 | ||
4 | - Copy the internal bitbake data before building the | ||
5 | dependency graph. This fixes nano not having a | ||
6 | virtual/libc dependency | ||
7 | - Allow multiple TARBALL_STASH entries | ||
8 | - Cache, check if the directory exists before changing | ||
9 | into it | ||
10 | - git speedup cloning by not doing a checkout | ||
11 | - allow to have spaces in filenames (.conf, .bb, .bbclass) | ||
12 | |||
13 | Changes in BitBake 1.4.0: | ||
2 | - Fix to check both RDEPENDS and RDEPENDS_${PN} | 14 | - Fix to check both RDEPENDS and RDEPENDS_${PN} |
3 | - Fix a RDEPENDS parsing bug in utils:explode_deps() | 15 | - Fix a RDEPENDS parsing bug in utils:explode_deps() |
4 | - Update git fetcher behaviour to match git changes | 16 | - Update git fetcher behaviour to match git changes |
5 | - ASSUME_PROVIDED allowed to include runtime packages | 17 | - ASSUME_PROVIDED allowed to include runtime packages |
6 | - git fetcher cleanup and efficency improvements | 18 | - git fetcher cleanup and efficency improvements |
19 | - Change the format of the cache | ||
20 | - Update usermanual to document the Fetchers | ||
21 | - Major changes to caching with a new strategy | ||
22 | giving a major performance increase when reparsing | ||
23 | with few data changes | ||
7 | 24 | ||
8 | Changes in BitBake 1.3.3: | 25 | Changes in BitBake 1.3.3: |
9 | - Create a new Fetcher module to ease the | 26 | - Create a new Fetcher module to ease the |