Update for 2015.11-rc2
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 19 Nov 2015 12:07:41 +0000 (13:07 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 19 Nov 2015 12:31:31 +0000 (13:31 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
Makefile
docs/website/download.html
docs/website/news.html

diff --git a/CHANGES b/CHANGES
index d801ac309f4af25c068a95576c49e633eecd7bf2..c4b6acda7b1536f85585f9436769d36edb16512f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,36 @@
+2015.11-rc2, Released November 19th, 2015
+
+       Fixes all over the tree.
+
+       LD_LIBRARY_PATH is no longer used to ensure host binaries find
+       their libraries, fixing issues on recent Fedora.
+
+       Toolchain fixes for powerpc e5500 / e6500. Fix for an issue
+       with ${TARGET}-cc after the move to use a toolchain wrapper
+       for the internal toolchain.
+
+       Appy-patches.sh now correctly applies all files listed in
+       series files.
+
+       Fixes for merged /usr handling when a custom skeleton is used.
+
+       Updated/fixed packages: axfsutils, boost, busybox, dhcp,
+       directfb, dropbear, ebtables, fastd, ffmpeg, gauche, gcc,
+       gettext, gst1-plugins-bad, hostapd, ibrdtnd, libcurl,
+       libecore, libgudev, libnss, libpng, libserial, libssh2,
+       libuecc, libxml2, linux-headers, liquid-dsp, ltris,
+       lua-periphery, minidlna, mongrel2, mpd, mpg123, mplayer,
+       mysql, opencv, opencv3, package, perl-file-util, php-ssh2,
+       polarssl, pulseaudio, python-protobuf, qemu, qt5base, ranger,
+       ruby, skeleton, slang, squeezelite, strongswan, tovid, uclibc,
+       ushare, wine, wpa_supplicant, x265,
+       xdriver_xf86-video-siliconmotion, zxing-cpp
+
+       Issues resolved (http://bugs.uclibc.org):
+
+       #4790: Running udhcpc on a system with NFS root kills NFS
+       #8456: Building host-pkgconf on Fedora 23 fails due to..
+
 2015.11-rc1, Released November, 7th 2015
 
        Fixes all over the tree and new features.
index 80c264fc8b8c215c27638b53a4d20f2827d672cb..71c6836ee6f01e2c57db21f779e97973702fa867 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ else # umask
 all:
 
 # Set and export the version string
-export BR2_VERSION := 2015.11-rc1
+export BR2_VERSION := 2015.11-rc2
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)
index a6c2ac0ca1eb79f279906a5479c8ffe62d565129..201e248e60ee740d27cfa5c020abb0632df30c86 100644 (file)
@@ -17,14 +17,14 @@ or
 (<a href="/downloads/buildroot-2015.08.1.tar.bz2.sign">PGP signature</a>).
 
 <p>
-The latest release candidate is <b>2015.11-rc1</b>, which can be
+The latest release candidate is <b>2015.11-rc2</b>, which can be
 downloaded here:<p>
 
-<a href="/downloads/buildroot-2015.11-rc1.tar.gz">buildroot-2015.11-rc1.tar.gz</a>
-(<a href="/downloads/buildroot-2015.11-rc1.tar.gz.sign">PGP signature</a>)
+<a href="/downloads/buildroot-2015.11-rc2.tar.gz">buildroot-2015.11-rc2.tar.gz</a>
+(<a href="/downloads/buildroot-2015.11-rc2.tar.gz.sign">PGP signature</a>)
 or
-<a href="/downloads/buildroot-2015.11-rc1.tar.bz2">buildroot-2015.11-rc1.tar.bz2</a>
-(<a href="/downloads/buildroot-2015.11-rc1.tar.bz2.sign">PGP signature</a>).
+<a href="/downloads/buildroot-2015.11-rc2.tar.bz2">buildroot-2015.11-rc2.tar.bz2</a>
+(<a href="/downloads/buildroot-2015.11-rc2.tar.bz2.sign">PGP signature</a>).
 <p>
 
 This and earlier releases (and their PGP signatures) can always be downloaded from
index ce813780d82c8a0d89f2bf08d9d603ee3fc29b1a..565e9075850092557d060ab9c8a3130fb3338bde 100644 (file)
@@ -8,6 +8,19 @@
 <p>
 
 <ul>
+  <li><b>19 November 2015 -- 2015.11-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=2015.11-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-2015.11-rc2.tar.bz2">2015.11-rc2
+    release candidate</a>, and report any problems found to the <a
+    href="support.html">mailing list</a> or <a
+    href="https://bugs.uclibc.org">bug tracker</a>.</p>
+
   <li><b>7 November 2015 -- 2015.11-rc1 released</b>
 
     <p>We have a new release candidate! Lots of changes all over the