Skip to content

Commit 20a36cd

Browse files
committed
Update for 2015.08
Signed-off-by: Peter Korsgaard <[email protected]>
1 parent 42180d8 commit 20a36cd

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2015.08, Not yet released
1+
2015.08, Released August 31st, 2015
22

33
Minor fixes.
44

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else # umask
4141
all:
4242

4343
# Set and export the version string
44-
export BR2_VERSION := 2015.08-rc2
44+
export BR2_VERSION := 2015.08
4545

4646
# Save running make version since it's clobbered by the make package
4747
RUNNING_MAKE_VERSION := $(MAKE_VERSION)

docs/website/download.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ <h2>Download</h2>
77

88
<p>
99

10-
The latest stable release is <b>2015.05</b>, which can be downloaded
10+
The latest stable release is <b>2015.08</b>, which can be downloaded
1111
here:<p>
1212

13-
<a href="/downloads/buildroot-2015.05.tar.gz">buildroot-2015.05.tar.gz</a>
14-
(<a href="/downloads/buildroot-2015.05.tar.gz.sign">PGP signature</a>)
13+
<a href="/downloads/buildroot-2015.08.tar.gz">buildroot-2015.08.tar.gz</a>
14+
(<a href="/downloads/buildroot-2015.08.tar.gz.sign">PGP signature</a>)
1515
or
16-
<a href="/downloads/buildroot-2015.05.tar.bz2">buildroot-2015.05.tar.bz2</a>
17-
(<a href="/downloads/buildroot-2015.05.tar.bz2.sign">PGP signature</a>).
18-
16+
<a href="/downloads/buildroot-2015.08.tar.bz2">buildroot-2015.08.tar.bz2</a>
17+
(<a href="/downloads/buildroot-2015.08.tar.bz2.sign">PGP signature</a>).
18+
<!--
1919
<p>
2020
The latest release candidate is <b>2015.08-rc2</b>, which can be
2121
downloaded here:<p>
@@ -26,7 +26,7 @@ <h2>Download</h2>
2626
<a href="/downloads/buildroot-2015.08-rc2.tar.bz2">buildroot-2015.08-rc1.tar.bz2</a>
2727
(<a href="/downloads/buildroot-2015.08-rc2.tar.bz2.sign">PGP signature</a>).
2828
<p>
29-
29+
-->
3030
This and earlier releases (and their PGP signatures) can always be downloaded from
3131
<a href="/downloads/">http://buildroot.net/downloads/</a>.
3232

docs/website/news.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ <h2>News</h2>
88
<p>
99

1010
<ul>
11+
<li><b>31 August 2015 -- 2015.08 released</b>
12+
13+
<p>The stable 2015.08 release is out - Thanks to everyone
14+
contributing and testing the release candidates. See the
15+
<a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08">CHANGES</a>
16+
file for more details,
17+
and go to the <a href="/downloads/">downloads page</a> to pick up the
18+
<a href="/downloads/buildroot-2015.08.tar.bz2">2015.08 release</a>.</p>
19+
1120
<li><b>24 August 2015 -- 2015.08-rc2 released</b>
1221

1322
<p>We have a new release candidate! Lots of changes all over the

0 commit comments

Comments
 (0)