diff --git a/CHANGES b/CHANGES index b7f75a18ea..01f6cb19be 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 f2e84acd01..f8974a0fac 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 bae5c6bd63..4c7e5d5c84 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 8ed4eb9527..33712dd3e3 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,9 +5,23 @@
A number of bugfixes have been added to the tree since RC2 + (especially thanks to Thomas Petazzoni) - See the CHANGES + file for details. This is very much expected to be the final release + candidate, so give it a good test and expect a final 2009.08 + release next weekend unless critical issues are found.
+ +Head to the downloads page to pick up the + 2009.08-rc3 + release candidate, and report any problems found to the mailing list or bug tracker.
+RC2 is out with more cleanups and bugfixe, see the RC2 is out with more cleanups and bugfixes, see the CHANGES file for details.