mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Update for 2015.11-rc2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5b7cb94c96
commit
bfaed966af
33
CHANGES
33
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
|
2015.11-rc1, Released November, 7th 2015
|
||||||
|
|
||||||
Fixes all over the tree and new features.
|
Fixes all over the tree and new features.
|
||||||
|
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ else # umask
|
|||||||
all:
|
all:
|
||||||
|
|
||||||
# Set and export the version string
|
# 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
|
# Save running make version since it's clobbered by the make package
|
||||||
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
||||||
|
@ -17,14 +17,14 @@ or
|
|||||||
(<a href="/downloads/buildroot-2015.08.1.tar.bz2.sign">PGP signature</a>).
|
(<a href="/downloads/buildroot-2015.08.1.tar.bz2.sign">PGP signature</a>).
|
||||||
|
|
||||||
<p>
|
<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>
|
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-rc2.tar.gz">buildroot-2015.11-rc2.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.sign">PGP signature</a>)
|
||||||
or
|
or
|
||||||
<a href="/downloads/buildroot-2015.11-rc1.tar.bz2">buildroot-2015.11-rc1.tar.bz2</a>
|
<a href="/downloads/buildroot-2015.11-rc2.tar.bz2">buildroot-2015.11-rc2.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.sign">PGP signature</a>).
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
This and earlier releases (and their PGP signatures) can always be downloaded from
|
This and earlier releases (and their PGP signatures) can always be downloaded from
|
||||||
|
@ -8,6 +8,19 @@
|
|||||||
<p>
|
<p>
|
||||||
|
|
||||||
<ul>
|
<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>
|
<li><b>7 November 2015 -- 2015.11-rc1 released</b>
|
||||||
|
|
||||||
<p>We have a new release candidate! Lots of changes all over the
|
<p>We have a new release candidate! Lots of changes all over the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user