Skip to content

Commit f287d62

Browse files
committed
Update for 2014.05
Signed-off-by: Peter Korsgaard <[email protected]>
1 parent 5a38990 commit f287d62

File tree

4 files changed

+27
-8
lines changed

4 files changed

+27
-8
lines changed

CHANGES

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2014.05, Released May 31st, 2014
2+
3+
Minor fixes.
4+
5+
Minor manual fixes. U-Boot now defaults to spl/u-boot-spl.bin
6+
for the spl file.
7+
8+
Updated/fixed packages: exim, glibc, gnutls, libfribidi,
9+
qt5base, qt5webkit, sysklogd, thrift, u-boot
10+
111
2014.05-rc3, Released May 28th, 2014
212

313
Minor fixes.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#--------------------------------------------------------------
2626

2727
# Set and export the version string
28-
export BR2_VERSION := 2014.05-rc3
28+
export BR2_VERSION := 2014.05
2929

3030
# Check for minimal make version (note: this check will break at make 10.x)
3131
MIN_MAKE_VERSION = 3.81

docs/download.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ <h2>Download</h2>
44

55
<p>
66

7-
The latest stable release is <b>2014.02</b>, which can be downloaded
7+
The latest stable release is <b>2014.05</b>, which can be downloaded
88
here:<p>
99

10-
<a href="/downloads/buildroot-2014.02.tar.gz">buildroot-2014.02.tar.gz</a>
11-
(<a href="/downloads/buildroot-2014.02.tar.gz.sign">PGP signature</a>)
10+
<a href="/downloads/buildroot-2014.05.tar.gz">buildroot-2014.05.tar.gz</a>
11+
(<a href="/downloads/buildroot-2014.05.tar.gz.sign">PGP signature</a>)
1212
or
13-
<a href="/downloads/buildroot-2014.02.tar.bz2">buildroot-2014.02.tar.bz2</a>
14-
(<a href="/downloads/buildroot-2014.02.tar.bz2.sign">PGP signature</a>).
13+
<a href="/downloads/buildroot-2014.05.tar.bz2">buildroot-2014.05.tar.bz2</a>
14+
(<a href="/downloads/buildroot-2014.05.tar.bz2.sign">PGP signature</a>).
1515

1616
<p>
17-
17+
<!--
1818
The latest release candidate is <b>2014.05-rc3</b>, which can be
1919
downloaded here:<p>
2020
@@ -29,7 +29,7 @@ <h2>Download</h2>
2929
<a href="/downloads/">http://buildroot.net/downloads/</a>.
3030
3131
<p>
32-
32+
-->
3333
You can also obtain <a href="/downloads/snapshots/">Daily
3434
Snapshots</a> of the latest Buildroot source tree if you want to to
3535
follow development, but cannot or do not wish to use Git.

docs/news.html

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ <h2>News</h2>
66

77
<ul>
88

9+
<li><b>31 May 2014 -- 2014.05 released</b>
10+
11+
<p>The stable 2014.05 release is out - Thanks to everyone
12+
contributing and testing the release candidates. See the
13+
<a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2014.05">CHANGES</a>
14+
file for more details,
15+
and go to the <a href="/downloads/">downloads page</a> to pick up the
16+
<a href="/downloads/buildroot-2014.05.tar.bz2">2014.05 release</a>.</p>
17+
918
<li><b>28 May 2014 -- 2014.05-rc3 released</b>
1019

1120
<p>Release candidate 3 is out with more cleanups and build fixes. See the <a

0 commit comments

Comments
 (0)