From 4595a2fc9f72c688a5405292ca69e57afc5a111b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 26 Aug 2009 23:21:30 +0200 Subject: buildroot: update for 2009.08-rc3 Signed-off-by: Peter Korsgaard --- CHANGES | 25 +++++++++++++++++-------- Config.in | 2 +- docs/download.html | 6 +++--- docs/news.html | 16 +++++++++++++++- 4 files changed, 36 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index b7f75a18e..01f6cb19b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,24 +1,33 @@ +2009.08-rc3, Released August 26th, 2009: + + Additional fixes and cleanups. + + Updated/fixed packages: alsa-utils, berkeleydb, busybox, dbus, + directfb, enchant, kernel headers. + + Issues resolved (http://bugs.uclibc.org): + + #471: Allow directfb compilation with debug + #541: Removal of CVS directories in target filesystem broken + #547: berkeleydb: Update config.{sub, guess} + #549: enchant: Fix dependencies. + #569: Fix alsa-utils build for x86 on x86-64 + 2009.08-rc2, Released August 6th, 2009: Additional fixes and new features. New packages: libuuid, gcc 4.3.4. - Updated/fixed packages: busybox, berkeleydb, classpath, dbus, - directfb, enchant, gzip, ipsec-tools, jamvm, libusb, - microperl, neon, popt, sed, webkit. + Updated/fixed packages: busybox, classpath, gzip, ipsec-tools, + jamvm, libusb, microperl, neon, popt, sed, webkit. Fixed issue with 'make oldconfig' Issues resolved (http://bugs.uclibc.org): - #471: Allow directfb compilation with debug #525: sed broken with external toolchain #537: Fix gzip build with recent glibc - #541: Removal of CVS directories in target filesystem broken - #547: berkeleydb: Update config.{sub, guess} - #549: enchant: Fix dependencies. - #569: Fix alsa-utils build for x86 on x86-64 2009.08-rc1, Released August 2nd, 2009: diff --git a/Config.in b/Config.in index f2e84acd0..f8974a0fa 100644 --- a/Config.in +++ b/Config.in @@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG config BR2_VERSION string - default "2009.08-rc2" + default "2009.08-rc3" source "target/Config.in.arch" source "target/device/Config.in" diff --git a/docs/download.html b/docs/download.html index bae5c6bd6..4c7e5d5c8 100644 --- a/docs/download.html +++ b/docs/download.html @@ -14,12 +14,12 @@ or buildroot-2009.05.tar.bz2.

-The latest release candidate is 2009.08-rc2, which can be +The latest release candidate is 2009.08-rc3, which can be downloaded here:

-buildroot-2009.08-rc1.tar.gz +buildroot-2009.08-rc3.tar.gz or -buildroot-2009.08-rc1.tar.bz2. +buildroot-2009.08-rc3.tar.bz2.

This and earlier releases can always be dowloaded from diff --git a/docs/news.html b/docs/news.html index 8ed4eb952..33712dd3e 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,9 +5,23 @@