diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | docs/download.html | 10 | ||||
| -rw-r--r-- | docs/news.html | 13 | 
4 files changed, 20 insertions, 7 deletions
@@ -1,4 +1,4 @@ -2012.02, Not yet released: +2012.02-rc1: Released February 12th, 2012:  	Fixes all over the tree and new features. @@ -24,7 +24,7 @@  #--------------------------------------------------------------  # Set and export the version string -export BR2_VERSION:=2012.02-git +export BR2_VERSION:=2012.02-rc1  # 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 4a52fb7db..3e43cdf13 100644 --- a/docs/download.html +++ b/docs/download.html @@ -13,15 +13,15 @@ here:<p>  or  <a href="/downloads/buildroot-2011.11.tar.bz2">buildroot-2011.11.tar.bz2</a>.  <p> -<!-- -The latest release candidate is <b>2011.11-rc3</b>, which can be + +The latest release candidate is <b>2012.02-rc1</b>, which can be  downloaded here:<p> -<a href="/downloads/buildroot-2011.11-rc3.tar.gz">buildroot-2011.11-rc3.tar.gz</a> +<a href="/downloads/buildroot-2012.02-rc1.tar.gz">buildroot-2012.02-rc1.tar.gz</a>  or -<a href="/downloads/buildroot-2011.11-rc3.tar.bz2">buildroot-2011.11-rc3.tar.bz2</a>. +<a href="/downloads/buildroot-2012.02-rc1.tar.bz2">buildroot-2012.02-rc1.tar.bz2</a>.  <p> ---> +  This and earlier releases can always be downloaded from  <a href="/downloads/">http://buildroot.net/downloads/</a>. diff --git a/docs/news.html b/docs/news.html index 0b1008419..4dbdd7f79 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,6 +5,19 @@  <p>  <ul> +  <li><b>12 December 2012 -- 2012.02-rc1 released</b> + +    <p>We have a new release candidate! Lots of changes all over the +    tree, see the <a +    href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc1">CHANGES</a> +    file for details.</p> + +    <p>Head to the <a href="/downloads/">downloads page</a> to pick up the +    <a href="/downloads/buildroot-2012.02-rc1.tar.bz2">2012.02-rc1 +    release candidate</a>, and report any problems found to the <a +    href="lists.html">mailing list</a> or <a +    href="https://bugs.uclibc.org">bug tracker</a>.</p> +    <li><b>31 January 2012 -- Buildroot Developer Day</b>      <p>Another <i>Buildroot Developer Day</i> will take place on  | 
