From f3d114a1effd8a6ef773bee14fe49ea6d8d7c350 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 1 Jun 2018 22:22:57 +0200 Subject: [PATCH] Update for 2018.05 Signed-off-by: Peter Korsgaard --- CHANGES | 14 ++++++++++++++ Makefile | 4 ++-- docs/website/download.html | 27 +++++++++++++-------------- docs/website/news.html | 18 ++++++++++++++++++ support/misc/Vagrantfile | 2 +- 5 files changed, 48 insertions(+), 17 deletions(-) diff --git a/CHANGES b/CHANGES index e48ac23adc..baa85622ae 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +2018.05, Released June 1st, 2018 + + Minor fixes. + + Download: Work around for hanging connections for packages + from CVS, by adding a 10 minute max timeout. + + Updated/fixed packages: binutils, clang, dash, expect, git, + glibc, jpeg-turbo, libjpeg, log4cplus, openvmtools, xen, + + Issues resolved (http://bugs.uclibc.org): + + #11051: runtime issue on STM32 with usage of binutils 2.29.x + 2018.05-rc3, Released May 28th, 2018 Fixes all over the tree. diff --git a/Makefile b/Makefile index 7be8a6634b..9f32c96001 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.05-rc3 +export BR2_VERSION := 2018.05 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1527540000 +BR2_VERSION_EPOCH = 1527884000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/website/download.html b/docs/website/download.html index 03f8e1818c..fd08093783 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -8,7 +8,7 @@
Download
-

Latest stable / long term support release: 2018.02.2

+

Latest long term support release: 2018.02.2

@@ -41,42 +41,41 @@

PGP signature

- - +
Source code
diff --git a/docs/website/news.html b/docs/website/news.html index a4d83e144d..b2d097b1df 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,24 @@

News

    +
  • +
    +
    +
    +

    2018.05 released

    +

    1 June 2018

    +
    +
    +

    The stable 2018.05 release is out - Thanks to everyone + contributing and testing the release candidates. See the + CHANGES + file for more details + and go to the downloads page to pick up the + 2018.05 release.

    +
    +
    +
  • +
  • diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile index 54b45da69e..cca0a3db3d 100644 --- a/support/misc/Vagrantfile +++ b/support/misc/Vagrantfile @@ -5,7 +5,7 @@ ################################################################################ # Buildroot version to use -RELEASE='2018.02' +RELEASE='2018.05' ### Change here for more memory/cores ### VM_MEMORY=2048 -- 2.30.2