aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-04-19bitbake/Holger Hans Peter Freyther
Merge -453 to HEAD into the trunk from the branch
2006-04-16bitbake/lib/bb/cache.py:Richard Purdie
bitbake/lib/bb/shell.py: bitbake/bin/bitbake: * Remove a useless return value from loadDataFull bitbake/ChangeLog: * Update the changelog with recent changes
2006-04-14 bitbake/ChangeLog:Holger Hans Peter Freyther
Mention the cache breakage and the updated User Manual explaining the Options of the Fetchers
2006-03-01bitbake/lib/bb/fetch/git.py:Richard Purdie
Improvements to the git fetcher including using the src mirrors, updates to use modern git commands, making the code more efficent and remove some old debug.
2006-02-21bitbake/bin/bitbake:Richard Purdie
- ASSUME_PROVIDED allowed to include runtime names
2006-02-21bitbake/lib/bb/utils.py:Richard Purdie
- Fix a RDEPENDS parsing bug in utils:explode_deps() (versions containing spaces didn't parse correctly) bitbake/lib/bb/fetch/git.py: - Update git fetcher behaviour to match git changes
2006-02-09bitbake/ChangeLog:Holger Hans Peter Freyther
Add the recent changes to the ChangeLog including -ph5's STAMP fix -Richard's RDEPENDS reverse tracking
2006-01-05bitbake/:Holger Hans Peter Freyther
Update the ChangeLog to specially mention the contributions done by openedhand.com employees and the bugfixes they have done.
2005-12-18bitbake/bb/fetch:Holger Hans Peter Freyther
Patch courtsey RP for #438. Move the fetchers into a separate module to ease the writing of new fetchers and to separate the individual implementations. bitbake/MANIFEST: added the new files bitbake/setup.py: added the fetch module
2005-07-30bitbake/ChangeLog:Holger Hans Peter Freyther
-Update the ChangeLog in preparation of the bitbake 1.3.2 release
2005-07-06Shell:Michael 'Mickey' Lauer
- use shlex to parse command lines as a special service to hrw: Now you can say 'setvar FOO "this is a test"' :) - use a command queue in the main loop to unify offline (from startup file) and online processing - add some changes for 1.3.2. Could anyone fill in changes for 1.3.1 ?
2005-05-26bitbake:Holger Hans Peter Freyther
-Prepare the 1.3.0 release of bitbake
2005-05-25bitbake: factor out methods parseConfigurationFile() and handleCollections()Michael 'Mickey' Lauer
2005-05-22bitbake/ChangeLog:Holger Hans Peter Freyther
-Mention changes in bitbake since the 1.2.1 release
2005-05-17Add a ChangeLog to lay out the 'API' changes of bitbakeHolger Hans Peter Freyther