summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2007-08-18 17:31:56 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2007-08-18 17:31:56 +0000
commit880f02a7a52c96e35cfae4e7a753721f2adaa516 (patch)
treec9989fdc3af75d19ce8e7e51177a3a14a09d6a20 /ChangeLog
parentb7626eccd2d5ecdf20cd2a19195c2a084a287d31 (diff)
downloadbitbake-880f02a7a52c96e35cfae4e7a753721f2adaa516.tar.gz
[regression] Make SRCDATE/CVSDATE for the fetchers work again. This regressed in r653
PN should always be set for files as it comes from bitbake.conf but as we are close to a release make the least intrusive change and copy SRCDATE and CVSDATE to the above line as well. I think the second return is dead code and we should remove it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index baa06c3bd..5c6b6c918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,7 @@ Changes in Bitbake 1.9.x:
- Split expandKeys into two for loops to benefit from the expand_cache (12% speedup)
- runqueue.py: Fix idepends handling to avoid dependency errors
- Clear the terminal TOSTOP flag if set (and warn the user)
+ - Fix regression from r653 and make SRCDATE/CVSDATE work for packages again
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series