mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Update for 2015.05
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5bcd317740
commit
6d73615f0c
10
CHANGES
10
CHANGES
@ -1,3 +1,13 @@
|
|||||||
|
2015.05, Released May 31st, 2015
|
||||||
|
|
||||||
|
Minor fixes.
|
||||||
|
|
||||||
|
Updated/fixed packages: conntrack-tools, directfb, fio, flite,
|
||||||
|
gptfdisk, ipmiutil, iproute2, janus-gateway, keyutils, knock,
|
||||||
|
libelementary, libgcrypt, libgsasl, libjpeg, libstrophe,
|
||||||
|
lttng-libust, nbd, ncurses, nmap, php, postgresql, python,
|
||||||
|
python3, sconeserver, udpcast, upmpdcli
|
||||||
|
|
||||||
2015.05-rc3, Released May 22nd, 2015
|
2015.05-rc3, Released May 22nd, 2015
|
||||||
|
|
||||||
Several fixes, mainly related to static linking.
|
Several fixes, mainly related to static linking.
|
||||||
|
2
Makefile
2
Makefile
@ -28,7 +28,7 @@
|
|||||||
all:
|
all:
|
||||||
|
|
||||||
# Set and export the version string
|
# Set and export the version string
|
||||||
export BR2_VERSION := 2015.05-rc3
|
export BR2_VERSION := 2015.05
|
||||||
|
|
||||||
# Check for minimal make version (note: this check will break at make 10.x)
|
# Check for minimal make version (note: this check will break at make 10.x)
|
||||||
MIN_MAKE_VERSION = 3.81
|
MIN_MAKE_VERSION = 3.81
|
||||||
|
@ -7,17 +7,17 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
The latest stable release is <b>2015.02</b>, which can be downloaded
|
The latest stable release is <b>2015.05</b>, which can be downloaded
|
||||||
here:<p>
|
here:<p>
|
||||||
|
|
||||||
<a href="/downloads/buildroot-2015.02.tar.gz">buildroot-2015.02.tar.gz</a>
|
<a href="/downloads/buildroot-2015.05.tar.gz">buildroot-2015.05.tar.gz</a>
|
||||||
(<a href="/downloads/buildroot-2015.02.tar.gz.sign">PGP signature</a>)
|
(<a href="/downloads/buildroot-2015.05.tar.gz.sign">PGP signature</a>)
|
||||||
or
|
or
|
||||||
<a href="/downloads/buildroot-2015.02.tar.bz2">buildroot-2015.02.tar.bz2</a>
|
<a href="/downloads/buildroot-2015.05.tar.bz2">buildroot-2015.05.tar.bz2</a>
|
||||||
(<a href="/downloads/buildroot-2015.02.tar.bz2.sign">PGP signature</a>).
|
(<a href="/downloads/buildroot-2015.05.tar.bz2.sign">PGP signature</a>).
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
<!--
|
||||||
The latest release candidate is <b>2015.05-rc3</b>, which can be
|
The latest release candidate is <b>2015.05-rc3</b>, which can be
|
||||||
downloaded here:<p>
|
downloaded here:<p>
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ or
|
|||||||
<a href="/downloads/buildroot-2015.05-rc3.tar.bz2">buildroot-2015.05-rc3.tar.bz2</a>
|
<a href="/downloads/buildroot-2015.05-rc3.tar.bz2">buildroot-2015.05-rc3.tar.bz2</a>
|
||||||
(<a href="/downloads/buildroot-2015.05-rc3.tar.bz2.sign">PGP signature</a>).
|
(<a href="/downloads/buildroot-2015.05-rc3.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
|
||||||
<a href="/downloads/">http://buildroot.net/downloads/</a>.
|
<a href="/downloads/">http://buildroot.net/downloads/</a>.
|
||||||
|
|
||||||
|
@ -8,6 +8,16 @@
|
|||||||
<p>
|
<p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
<li><b>31 May 2015 -- 2015.05 released</b>
|
||||||
|
|
||||||
|
<p>The stable 2015.05 release is out - Thanks to everyone
|
||||||
|
contributing and testing the release candidates. See the
|
||||||
|
<a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.05">CHANGES</a>
|
||||||
|
file for more details,
|
||||||
|
and go to the <a href="/downloads/">downloads page</a> to pick up the
|
||||||
|
<a href="/downloads/buildroot-2015.05.tar.bz2">2015.05 release</a>.</p>
|
||||||
|
|
||||||
<li><b>22 May 2015 -- 2015.05-rc3 released</b>
|
<li><b>22 May 2015 -- 2015.05-rc3 released</b>
|
||||||
|
|
||||||
<p>Release candidate 3 is out with more cleanups and security / build fixes. See the <a
|
<p>Release candidate 3 is out with more cleanups and security / build fixes. See the <a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user