diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 10:24:52 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 10:24:52 +0100 |
commit | b8a917faaa4b330ad86ac0dd1191fe802d9eae9c (patch) | |
tree | 3b2720fcbbd51723b22358bc1500344633a81fba | |
parent | 1620cc3e3507a92ddceb27cde5f1dca326e52e64 (diff) |
CHANGES: add non-package changes since 2009.08
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,11 +1,21 @@ 2009.11, Not yet released: + Fixes all over the tree and new features. + + Cleaned up / Simplified build directory layout. Refer to + docs/buildroot.html#using for details. + + Target defconfig files moved to configs/ and listed in 'make help' + output. + Fixed *clean targets. Now clean removes everything generated, so you can do a fresh rebuild. Distclean furthermore removes kbuild tools and .config, bringing the source tree back in a pristine state. - Toolchain: ARM cortex A8 support, GCC 4.4.2. + Toolchain: ARM cortex A8 support, GCC 4.4.2, sensible default + soft / hardfloat setting for architecture, ensure target-ldd + gets installed. New packages: divine, gvfs, libarchive, libmicrohttpd, sdl_sound, swfdec, sysstat |