aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-09-30 20:04:19 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-09-30 20:04:19 +0000
commitb3acedac34137d83dda0f4aafe2c4af9031364e4 (patch)
treee9892afb55bb798b86c10d6a634d760baf5bd59c /ChangeLog
parentaf88d22ee676fde9af6477eb75dde9ca38e8d17e (diff)
downloadbitbake-b3acedac34137d83dda0f4aafe2c4af9031364e4.tar.gz
fetch/__init__.py: Raise an exception if SRCREV == 'INVALID' (from Poky)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc77cbf31..225786c51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -144,6 +144,7 @@ Changes in Bitbake 1.9.x:
- When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444)
- Allow to checkout CVS by Date and Time. Just add HHmm to the SRCDATE.
- Move prunedir function to utils.py and add explode_dep_versions function
+ - Raise an exception if SRCREV == 'INVALID'
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series