summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-01-05 20:16:28 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-01-05 20:16:28 +0000
commitc0b889a477758d2749788b868b27a362b17aa8c9 (patch)
tree361fbe5c6586999169b0f8beb177a36f203f39d9
parentc4e44beed02739556f01a7a1c26b0657d3e699b6 (diff)
downloadbitbake-c0b889a477758d2749788b868b27a362b17aa8c9.tar.gz
bitbake/:
Update the ChangeLog to specially mention the contributions done by openedhand.com employees and the bugfixes they have done.
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4b65ff83..e8a91c170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
Changes in BitBake 1.3.?:
- Create a new Fetcher module to ease the
development of new Fetchers.
+ Issue #438 fixed by rpurdie@openedhand.com
+ - Make the Subversion fetcher honor the SRC Date
+ (CVSDATE).
+ Issue #555 fixed by chris@openedhand.com
+ - Expand PREFERRED_PROVIDER properly
+ Issue #436 fixed by rprudie@openedhand.com
+ - Typo fix for Issue #531 Philipp Zabel for the
+ BitBake Shell
+ - Introduce a new special variable SRCDATE as
+ a generic naming to take over CVSDATE.
+ - Introduce a new keyword 'required' In contrast
+ to include parsing will fail if a to be included
+ can not be found.
Changes in BitBake 1.3.2:
- reintegration of make.py into BitBake