diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/download.html | 14 | ||||
-rw-r--r-- | docs/manual/adding-packages.txt | 1 | ||||
-rw-r--r-- | docs/manual/rebuilding-packages.txt | 2 | ||||
-rw-r--r-- | docs/news.html | 34 |
4 files changed, 44 insertions, 7 deletions
diff --git a/docs/download.html b/docs/download.html index c00a35663..51b7a82a0 100644 --- a/docs/download.html +++ b/docs/download.html @@ -6,19 +6,21 @@ <p> -The latest stable release is <b>2012.05</b>, which can be downloaded +The latest stable release is <b>2012.08</b>, which can be downloaded here:<p> -<a href="/downloads/buildroot-2012.05.tar.gz">buildroot-2012.05.tar.gz</a> +<a href="/downloads/buildroot-2012.08.tar.gz">buildroot-2012.08.tar.gz</a> or -<a href="/downloads/buildroot-2012.05.tar.bz2">buildroot-2012.05.tar.bz2</a>. +<a href="/downloads/buildroot-2012.08.tar.bz2">buildroot-2012.08.tar.bz2</a>. + +<!-- <p> -The latest release candidate is <b>2012.08-rc1</b>, which can be +The latest release candidate is <b>2012.08-rc3</b>, which can be downloaded here:<p> -<a href="/downloads/buildroot-2012.08-rc1.tar.gz">buildroot-2012.08-rc1.tar.gz</a> +<a href="/downloads/buildroot-2012.08-rc3.tar.gz">buildroot-2012.08-rc3.tar.gz</a> or -<a href="/downloads/buildroot-2012.08-rc1.tar.bz2">buildroot-2012.08-rc1.tar.bz2</a>. +<a href="/downloads/buildroot-2012.08-rc3.tar.bz2">buildroot-2012.08-rc3.tar.bz2</a>. <p> --> This and earlier releases can always be downloaded from diff --git a/docs/manual/adding-packages.txt b/docs/manual/adding-packages.txt index acbde0c80..cb75f2daa 100644 --- a/docs/manual/adding-packages.txt +++ b/docs/manual/adding-packages.txt @@ -1,5 +1,6 @@ Adding new packages to Buildroot ================================ +[[adding-packages]] This section covers how new packages (userspace libraries or applications) can be integrated into Buildroot. It also shows how diff --git a/docs/manual/rebuilding-packages.txt b/docs/manual/rebuilding-packages.txt index f247dd04f..fb6d69646 100644 --- a/docs/manual/rebuilding-packages.txt +++ b/docs/manual/rebuilding-packages.txt @@ -29,7 +29,7 @@ by the different packages, so some understanding of the particular package is needed. For packages relying on Buildroot packages infrastructures (see -xref:add-packages[this section] for details), the following stamp +xref:adding-packages[this section] for details), the following stamp files are relevant: * +output/build/packagename-version/.stamp_configured+. If removed, diff --git a/docs/news.html b/docs/news.html index 4114b03b5..2f545679c 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,6 +5,40 @@ <p> <ul> + <li><b>31 August 2012 -- 2012.08 released</b> + + <p>The stable 2012.08 release is out - Thanks to everyone + contributing and testing the release candidates. See the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08">CHANGES</a> + file for more details and go to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2012.08.tar.bz2">2012.08 release</a>.</p> + + <li><b>25 August 2012 -- 2012.08-rc3 released</b> + + <p>We have a new release candidate! Various fixes, and addition + of licensing informations on many + packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc3">CHANGES</a> + file for details</p> + + <p>Head to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2012.08-rc3.tar.bz2">2012.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>15 August 2012 -- 2012.08-rc2 released</b> + + <p>We have a new release candidate! Various fixes, and addition + of licensing informations on many + packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc2">CHANGES</a> + file for details</p> + + <p>Head to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2012.08-rc2.tar.bz2">2012.08-rc2 + 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>1 August 2012 -- 2012.08-rc1 released</b> <p>We have a new release candidate! Lots of changes all over the |