diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-27 20:44:08 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-27 20:44:08 +0200 |
commit | 45e11e2960108fe91384a8170e08504abca070b3 (patch) | |
tree | 530f2d4bafb5797b72478e508de441fe0ec53d91 | |
parent | 3c85ab716f46f4610db2638b34bafe5e6aaff8cf (diff) | |
download | buildroot-novena-45e11e2960108fe91384a8170e08504abca070b3.tar.gz buildroot-novena-45e11e2960108fe91384a8170e08504abca070b3.zip |
Update for 2009.05-rc32009.05_rc3
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 9 | ||||
-rw-r--r-- | Config.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2009.05-rc3, Released May 27th, 2009: + + Fixes for toolchain (gcc arm pr37436), stable kernel versions, + busybox, curl, libusb, readline, python and strace. + + Issues resolved (http://bugs.uclibc.org): + + #345: libcurl package needs a urandom fix + 2009.05-rc2, Released May 19th, 2009: Fixes for toolchain (gcc w/softfloat on ppc, 3.4.6 buildfix @@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG config BR2_VERSION string - default "2009.05-rc2" + default "2009.05-rc3" source "target/Config.in.arch" source "target/device/Config.in" |