aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-02-21 00:16:11 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-02-21 00:16:11 +0000
commitdd4344ef656025fcc5d0ab88934940ac6105da99 (patch)
treefce6f168957ac02cb4cf3272820147201dffa894 /ChangeLog
parent5fd71d34683315a35b5265242e1aea3c94de33fe (diff)
downloadbitbake-dd4344ef656025fcc5d0ab88934940ac6105da99.tar.gz
bitbake/lib/bb/utils.py:
- 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c05ff96ab..32475b55b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes in BitBake 1.3.x:
+ - Fix to check both RDEPENDS and RDEPENDS_${PN}
+ - Fix a RDEPENDS parsing bug in utils:explode_deps()
+ - Update git fetcher behaviour to match git changes
+
Changes in BitBake 1.3.3:
- Create a new Fetcher module to ease the
development of new Fetchers.