diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-31 10:23:48 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-31 10:23:48 +0200 |
commit | f0eb8b58e440a75911621e2da49f4126e36f25bc (patch) | |
tree | fca9638c3ba86bf5dff14864ad04bfd6b767981c | |
parent | cc8a9175980d6f58d3c60071a6e9d64cf9485bda (diff) | |
download | buildroot-novena-f0eb8b58e440a75911621e2da49f4126e36f25bc.tar.gz buildroot-novena-f0eb8b58e440a75911621e2da49f4126e36f25bc.zip |
buildroot: update for 2009.08
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 7 | ||||
-rw-r--r-- | Config.in | 2 | ||||
-rw-r--r-- | docs/download.html | 13 |
3 files changed, 13 insertions, 9 deletions
@@ -1,4 +1,9 @@ -2009.08, Not yet released: +2009.08, Released August 31th, 2009: + + Additional fixes and cleanups. + + Updated/fixed packages: ctorrent, saveconfig/getconfig, + sdl_net, util-linux. Issues resolved (http://bugs.uclibc.org): @@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG config BR2_VERSION string - default "2009.08-rc3" + default "2009.08" source "target/Config.in.arch" source "target/device/Config.in" diff --git a/docs/download.html b/docs/download.html index 4c7e5d5c8..a7f72eec3 100644 --- a/docs/download.html +++ b/docs/download.html @@ -6,14 +6,14 @@ <p> -The latest stable release is <b>2009.05</b>, which can be downloaded +The latest stable release is <b>2009.08</b>, which can be downloaded here:<p> -<a href="/downloads/buildroot-2009.05.tar.gz">buildroot-2009.05.tar.gz</a> +<a href="/downloads/buildroot-2009.08.tar.gz">buildroot-2009.08.tar.gz</a> or -<a href="/downloads/buildroot-2009.05.tar.bz2">buildroot-2009.05.tar.bz2</a>. +<a href="/downloads/buildroot-2009.08.tar.bz2">buildroot-2009.08.tar.bz2</a>. <p> - +<!-- The latest release candidate is <b>2009.08-rc3</b>, which can be downloaded here:<p> @@ -21,8 +21,8 @@ downloaded here:<p> or <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 +--> +This and earlier releases can always be downloaded from <a href="/downloads/">http://buildroot.net/downloads/</a>. <p> @@ -43,4 +43,3 @@ follow development, but cannot or do not wish to use Git. </ul> <!--#include file="footer.html" --> - |