diff --git a/CHANGES b/CHANGES index 5c8ce1b55..22668dcaa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +2014.11, Released December 1st, 2014 + + Minor fixes. + + Infrastructure: LD_LIBRARY_PATH handling tweak to ensure + current working directory isn't searched. + + Updated/fixed packages: gd, gdb, libwebsockets, luajit, mono, + parted, shairport-sync, util-linux, xapp_bdftopcf, + xserver_xorg-server + 2014.11-rc3, Released November 28th, 2014 Fixes all over the tree. diff --git a/Makefile b/Makefile index e219d3322..e554a3096 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ all: # Set and export the version string -export BR2_VERSION := 2014.11-rc3 +export BR2_VERSION := 2014.11 # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION = 3.81 diff --git a/docs/download.html b/docs/download.html index 7c06bc7c2..772161503 100644 --- a/docs/download.html +++ b/docs/download.html @@ -7,17 +7,17 @@

-The latest stable release is 2014.08, which can be downloaded +The latest stable release is 2014.11, which can be downloaded here:

-buildroot-2014.08.tar.gz -(PGP signature) +buildroot-2014.11.tar.gz +(PGP signature) or -buildroot-2014.08.tar.bz2 -(PGP signature). +buildroot-2014.11.tar.bz2 +(PGP signature).

- + You can also obtain daily snapshots of the latest Buildroot source tree if you want to follow development, but cannot or do not wish to use Git. diff --git a/docs/news.html b/docs/news.html index 3d0e1d66b..0596e4cba 100644 --- a/docs/news.html +++ b/docs/news.html @@ -9,6 +9,15 @@