Skip to content

Commit 6bf057b

Browse files
committed
Update for 2015.02
Signed-off-by: Peter Korsgaard <[email protected]>
1 parent 4ba55e2 commit 6bf057b

File tree

4 files changed

+32
-9
lines changed

4 files changed

+32
-9
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2015.02, Released March 1st, 2015
2+
3+
Minor fixes.
4+
5+
Updated/fixed packages: civetweb, ding-libs,
6+
directfb-examples, glibc, gnupg, gnupg2, gpm,
7+
gst-plugins-good, gst1-plugins-good, freetype, libao, libevas,
8+
libevent, libfribidi, libgcrypt, libgtk2, libshout, libsrtp,
9+
libtheora, libupnpp, libxmlrpc, linux, make, opus, pinentry,
10+
rpi-firmware, shared-mime-info, vlc, vorbis-tools,
11+
xcb-util-keysyms
12+
13+
Removed packages: libgc
14+
115
2015.02-rc3, Released February 24th, 2015
216

317
Minor fixes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
all:
2929

3030
# Set and export the version string
31-
export BR2_VERSION := 2015.02-rc3
31+
export BR2_VERSION := 2015.02
3232

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

docs/website/download.html

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

88
<p>
99

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

13-
<a href="/downloads/buildroot-2014.11.tar.gz">buildroot-2014.11.tar.gz</a>
14-
(<a href="/downloads/buildroot-2014.11.tar.gz.sign">PGP signature</a>)
13+
<a href="/downloads/buildroot-2015.02.tar.gz">buildroot-2015.02.tar.gz</a>
14+
(<a href="/downloads/buildroot-2015.02.tar.gz.sign">PGP signature</a>)
1515
or
16-
<a href="/downloads/buildroot-2014.11.tar.bz2">buildroot-2014.11.tar.bz2</a>
17-
(<a href="/downloads/buildroot-2014.11.tar.bz2.sign">PGP signature</a>).
16+
<a href="/downloads/buildroot-2015.02.tar.bz2">buildroot-2015.02.tar.bz2</a>
17+
(<a href="/downloads/buildroot-2015.02.tar.bz2.sign">PGP signature</a>).
1818

1919
<p>
20-
20+
<!--
2121
The latest release candidate is <b>2015.02-rc3</b>, which can be
2222
downloaded here:<p>
2323
@@ -32,7 +32,7 @@ <h2>Download</h2>
3232
<a href="/downloads/">http://buildroot.net/downloads/</a>.
3333
3434
<p>
35-
35+
-->
3636
You can also obtain daily snapshots of the latest Buildroot source tree if you
3737
want to follow development, but cannot or do not wish to use Git.
3838

docs/website/news.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ <h2>News</h2>
88
<p>
99

1010
<ul>
11-
<li><b>24 February 2015 -- 2015.02-rc3 released</b>
11+
<li><b>1 March 2015 -- 2015.02 released</b>
12+
13+
<p>The stable 2015.02 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.02">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.02.tar.bz2">2015.02 release</a>.</p>
19+
20+
<li><b>24 February 2015 -- 2015.02-rc3 released</b>
1221

1322
<p>Release candidate 3 is out with more cleanups and security / build fixes. See the <a
1423
href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc3">CHANGES</a>

0 commit comments

Comments
 (0)