diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/download.html | 10 | ||||
-rw-r--r-- | docs/header.html | 15 | ||||
-rw-r--r-- | docs/news.html | 10 |
3 files changed, 30 insertions, 5 deletions
diff --git a/docs/download.html b/docs/download.html index 6d5075bde..de7b98000 100644 --- a/docs/download.html +++ b/docs/download.html @@ -6,14 +6,14 @@ <p> -The latest stable release is <b>2010.11</b>, which can be downloaded +The latest stable release is <b>2011.02</b>, which can be downloaded here:<p> -<a href="/downloads/buildroot-2010.11.tar.gz">buildroot-2010.11.tar.gz</a> +<a href="/downloads/buildroot-2011.02.tar.gz">buildroot-2011.02.tar.gz</a> or -<a href="/downloads/buildroot-2010.11.tar.bz2">buildroot-2010.11.tar.bz2</a>. +<a href="/downloads/buildroot-2011.02.tar.bz2">buildroot-2011.02.tar.bz2</a>. <p> - +<!-- The latest release candidate is <b>2011.02-rc2</b>, which can be downloaded here:<p> @@ -21,7 +21,7 @@ downloaded here:<p> or <a href="/downloads/buildroot-2011.02-rc2.tar.bz2">buildroot-2011.02-rc2.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/header.html b/docs/header.html index beb85e98a..c8cb135f5 100644 --- a/docs/header.html +++ b/docs/header.html @@ -15,6 +15,21 @@ td.c2 {font-family: arial, helvetica, sans-serif; font-size: 80%} td.c1 {font-family: lucida, helvetica; font-size: 248%} </style> +<script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-21761074-1']); + _gaq.push(['_setDomainName', 'none']); + _gaq.push(['_setAllowLinker', true]); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + +</script> </head> <body> diff --git a/docs/news.html b/docs/news.html index a588142a9..45e28f574 100644 --- a/docs/news.html +++ b/docs/news.html @@ -5,6 +5,16 @@ <p> <ul> + <li><b>28 February 2011 -- 2011.02 released</b> + + <p>The stable 2011.02 release is out - Thanks to everyone + contributing and testing the release candidates. See the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02">CHANGES</a> + file for more details, read the + <a href="http://lists.busybox.net/pipermail/buildroot/2011-February/041662.html">announcement</a> + and go to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2011.02.tar.bz2">2011.02 release</a>.</p> + <li><b>24 February 2011 -- 2011.02-rc2 released</b> <p>RC2 is out with more cleanups and bugfixes, see the <a |