aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-03-01 23:06:59 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-03-01 23:06:59 +0000
commitc40815faf4e83d77bd7febf93edec435892357be (patch)
tree3c3fd625becc5ead049217f40f62860dc402783e /ChangeLog
parent4f807c93f8f72eb73b8600d1f73a3e26014a3167 (diff)
downloadbitbake-c40815faf4e83d77bd7febf93edec435892357be.tar.gz
bitbake/lib/bb/fetch/git.py:
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05b7332b3..3dfba1ed8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ Changes in BitBake 1.3.x:
- Fix a RDEPENDS parsing bug in utils:explode_deps()
- Update git fetcher behaviour to match git changes
- ASSUME_PROVIDED allowed to include runtime packages
+ - git fetcher cleanup and efficency improvements
Changes in BitBake 1.3.3:
- Create a new Fetcher module to ease the