summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-08-26 23:21:30 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-08-26 23:21:30 +0200
commit4595a2fc9f72c688a5405292ca69e57afc5a111b (patch)
tree195de885d5f3981ed484761ba7ac445a932b3f3a
parentfc3eb18b70fe4a866790f958b958d4f18daf1f63 (diff)
buildroot: update for 2009.08-rc32009.08_rc3
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES25
-rw-r--r--Config.in2
-rw-r--r--docs/download.html6
-rw-r--r--docs/news.html16
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
<a href="/downloads/buildroot-2009.05.tar.bz2">buildroot-2009.05.tar.bz2</a>.
<p>
-The latest release candidate is <b>2009.08-rc2</b>, which can be
+The latest release candidate is <b>2009.08-rc3</b>, which can be
downloaded here:<p>
-<a href="/downloads/buildroot-2009.08-rc2.tar.gz">buildroot-2009.08-rc1.tar.gz</a>
+<a href="/downloads/buildroot-2009.08-rc3.tar.gz">buildroot-2009.08-rc3.tar.gz</a>
or
-<a href="/downloads/buildroot-2009.08-rc2.tar.bz2">buildroot-2009.08-rc1.tar.bz2</a>.
+<a href="/downloads/buildroot-2009.08-rc3.tar.bz2">buildroot-2009.08-rc3.tar.bz2</a>.
<p>
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 @@
<p>
<ul>
+ <li><b>26 August 2009 -- 2009.08-rc3 released</b>
+ <p>A number of bugfixes have been added to the tree since RC2
+ (especially thanks to Thomas Petazzoni) - See the <a
+ href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc3">CHANGES</a>
+ 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.</p>
+
+ <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+ <a href="/downloads/buildroot-2009.08-rc3.tar.bz2">2009.08-rc3
+ release candidate</a>, and report any problems found to the <a
+ href="lists.html">mailing list</a> or <a
+ href="https://bugs.uclibc.org">bug tracker</a>.</p>
+
<li><b>6 August 2009 -- 2009.08-rc2 released</b>
- <p>RC2 is out with more cleanups and bugfixe, see the <a
+ <p>RC2 is out with more cleanups and bugfixes, see the <a
href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc2">CHANGES</a>
file for details.