Update for 2011.08-rc2
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Aug 2011 09:21:17 +0000 (11:21 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Aug 2011 09:21:17 +0000 (11:21 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
Makefile
docs/download.html
docs/news.html

diff --git a/CHANGES b/CHANGES
index 1682a552e37d6b4ddae4ea1b65bd47f056aacd87..2225e7630a36d5f0ef67c4b6bf7e0a7490fd28e7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,17 @@
-2011.08, Not yet released:
+2011.08-rc2, Released August 29th, 2011:
 
        Fixes all over the tree.
 
-       Toolchain: crosstool-NG 1.12.0, use binutils 2.21 of
+       Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
        mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
        (broken).
 
+       Defconfigs: kernel updates, fix mini2440 serial port config,
+       remove old arm toolchain configs.
+
+       Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
+       targets similar to linux/busybox.
+
        Updated/fixed packages: barebox, directfb, libsoup,
        libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
        usbmount, util-linux, xfont_font-misc-misc
index f74a6acb8f056c9a52ff46fda395f7939e26b4ce..e975320d49d1146fd99659204d04e19d6af349f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
 #--------------------------------------------------------------
 
 # Set and export the version string
-export BR2_VERSION:=2011.08-rc1
+export BR2_VERSION:=2011.08-rc2
 
 # This top-level Makefile can *not* be executed in parallel
 .NOTPARALLEL:
index 3977d685ad12d08db078cd55cca8665282d5a2f3..e8b8c48ea45c911cda32f424efc61b829f83ec4c 100644 (file)
@@ -14,12 +14,12 @@ or
 <a href="/downloads/buildroot-2011.05.tar.bz2">buildroot-2011.05.tar.bz2</a>.
 <p>
 
-The latest release candidate is <b>2011.08-rc1</b>, which can be
+The latest release candidate is <b>2011.08-rc2</b>, which can be
 downloaded here:<p>
 
-<a href="/downloads/buildroot-2011.08-rc1.tar.gz">buildroot-2011.08-rc1.tar.gz</a>
+<a href="/downloads/buildroot-2011.08-rc2.tar.gz">buildroot-2011.08-rc2.tar.gz</a>
 or
-<a href="/downloads/buildroot-2011.08-rc1.tar.bz2">buildroot-2011.08-rc1.tar.bz2</a>.
+<a href="/downloads/buildroot-2011.08-rc2.tar.bz2">buildroot-2011.08-rc2.tar.bz2</a>.
 <p>
 
 This and earlier releases can always be downloaded from
index 1abca4db958b79f56f815ba9b9a855824ccf7fc3..d957497b89492ffd399ec473031e8c8f26332dbc 100644 (file)
@@ -5,6 +5,18 @@
 <p>
 
 <ul>
+  <li><b>29 August 2011 -- 2011.08-rc2 released</b>
+
+    <p>RC2 is out with more bugfixes. See the <a
+    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc2">CHANGES</a>
+    file for details.
+
+    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
+    <a href="/downloads/buildroot-2011.08-rc2.tar.bz2">2011.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>4 August 2011 -- 2011.08-rc1 released</b>
 
     <p>We have a new release candidate! Lots of changes all over the