Skip to content

Commit

Permalink
Update for 2015.05
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
jacmet committed May 31, 2015
1 parent 5bcd317 commit 6d73615
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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

Several fixes, mainly related to static linking.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
all:

# 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)
MIN_MAKE_VERSION = 3.81
Expand Down
14 changes: 7 additions & 7 deletions docs/website/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ <h2>Download</h2>

<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>

<a href="/downloads/buildroot-2015.02.tar.gz">buildroot-2015.02.tar.gz</a>
(<a href="/downloads/buildroot-2015.02.tar.gz.sign">PGP signature</a>)
<a href="/downloads/buildroot-2015.05.tar.gz">buildroot-2015.05.tar.gz</a>
(<a href="/downloads/buildroot-2015.05.tar.gz.sign">PGP signature</a>)
or
<a href="/downloads/buildroot-2015.02.tar.bz2">buildroot-2015.02.tar.bz2</a>
(<a href="/downloads/buildroot-2015.02.tar.bz2.sign">PGP signature</a>).
<a href="/downloads/buildroot-2015.05.tar.bz2">buildroot-2015.05.tar.bz2</a>
(<a href="/downloads/buildroot-2015.05.tar.bz2.sign">PGP signature</a>).

<p>

<!--
The latest release candidate is <b>2015.05-rc3</b>, which can be
downloaded here:<p>
Expand All @@ -27,7 +27,7 @@ <h2>Download</h2>
<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>).
<p>

-->
This and earlier releases (and their PGP signatures) can always be downloaded from
<a href="/downloads/">http://buildroot.net/downloads/</a>.

Expand Down
10 changes: 10 additions & 0 deletions docs/website/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ <h2>News</h2>
<p>

<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>

<p>Release candidate 3 is out with more cleanups and security / build fixes. See the <a
Expand Down

0 comments on commit 6d73615

Please sign in to comment.