Update for 2014.02-rc2
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 20 Feb 2014 08:24:32 +0000 (09:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 20 Feb 2014 08:24:32 +0000 (09:24 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
Makefile
docs/download.html
docs/news.html

diff --git a/CHANGES b/CHANGES
index 8a73cc1be3606daa031d4ac2fe905723749efab6..df9abd3f5e0a8f9af40910f1542577d50c32bde2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,26 @@
+2014.02-rc2, Released February 20th, 2014
+
+       Fixes all over the tree. Static linking / nommu fixes and
+       annotations for several packages.
+
+       Updated/fixed packages: boost, busybox, collectd, coreutils,
+       dropbear, elfutils, feh, gcc, gst1-libav, imagemagick, iozone,
+       jimtcl, kexec, libvncserver, lvm2, lxc, mplayer, netsnmp, nut,
+       opencv, python, python3, qtuio, systemd, thrift, transmission,
+       uclibc, vlc, webkit
+
+       Issues resolved (http://bugs.uclibc.org):
+
+       #5450: AT91SAM9260 Bootstrap compilation problem
+       #5582: libiconv 1.14 failed to build
+       #5624: When building directfb, BR2_TARGET_LDFLAGS not used by..
+       #5852: [2012.11] usb_modeswitch should depends of "BR2_PACK..
+       #6218: binutils-2.23.2/gas fails with undefined reference to..
+       #6236: binutils-2.23.2/bfd fails with undefined reference to..
+       #6470: If the build directory is a child of /usr, the build..
+       #6776: systemd error: static declaration of 'execvpe' follows..
+       #6818: toolchainfile.cmake has absolut path references
+
 2014.02-rc1, Released February 11th, 2014
 
        Fixes all over the tree and new features.
index 82261111afe78478799218f7b794d7d3ea6f9733..98d32c046c050f1a30d54be3fd908469d36c1db0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@
 #--------------------------------------------------------------
 
 # Set and export the version string
-export BR2_VERSION:=2014.02-rc1
+export BR2_VERSION:=2014.02-rc2
 
 # Check for minimal make version (note: this check will break at make 10.x)
 MIN_MAKE_VERSION=3.81
index 1d2a8af6bbfa9aa89bf3352f0c6ddf2e3f611333..2c08fcb80f8fa83c798c59ad6eb2e02eeeda9fea 100644 (file)
@@ -17,14 +17,14 @@ or
 
 <p>
 
-The latest release candidate is <b>2014.02-rc1</b>, which can be
+The latest release candidate is <b>2014.02-rc2</b>, which can be
 downloaded here:<p>
 
-<a href="/downloads/buildroot-2014.02-rc1.tar.gz">buildroot-2014.02-rc1.tar.gz</a>
-(<a href="/downloads/buildroot-2014.02-rc1.tar.gz.sign">PGP signature</a>)
+<a href="/downloads/buildroot-2014.02-rc2.tar.gz">buildroot-2014.02-rc2.tar.gz</a>
+(<a href="/downloads/buildroot-2014.02-rc2.tar.gz.sign">PGP signature</a>)
 or
-<a href="/downloads/buildroot-2014.02-rc1.tar.bz2">buildroot-2014.02-rc1.tar.bz2</a>
-(<a href="/downloads/buildroot-2014.02-rc1.tar.bz2.sign">PGP signature</a>).
+<a href="/downloads/buildroot-2014.02-rc2.tar.bz2">buildroot-2014.02-rc2.tar.bz2</a>
+(<a href="/downloads/buildroot-2014.02-rc2.tar.bz2.sign">PGP signature</a>).
 <p>
 
 This and earlier releases (and their PGP signatures) can always be downloaded from
index 03a2a8c81dca5dd7dd07936e3879e1f8ec1bc494..e3d842315ec5036c669644cb851b69af6dcf681e 100644 (file)
@@ -5,6 +5,19 @@
 <p>
 
 <ul>
+  <li><b>20 February 2014 -- 2014.02-rc2 released</b>
+
+    <p>Another week, another release candidate with more cleanups and
+    build fixes. See the <a
+    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.02-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-2014.02-rc2.tar.bz2">2014.02-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>11 February 2014 -- 2014.02-rc1 released</b>
 
     <p>We have a new release candidate! Lots of changes all over the