news.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!--#include file="header.html" -->
  2. <h3>News</h3>
  3. <p>
  4. <ul>
  5. <li><b>27 March 2009 -- new Logo</b>
  6. <p>We have a <a href="images/logo.png">logo</a>! We have so far
  7. been using the <a href="http://busybox.net">Busybox</a> logo on
  8. the website, as the website was a copy of the <a
  9. href="http://busybox.net">Busybox</a> one - But not anymore, we
  10. now have a shiny new logo of our own.</p>
  11. <li><b>12 February 2009 -- 2009.02 released</b>
  12. <p>The stable 2009.02 release is out - Thanks to everyone
  13. contributing and testing the release candidates. See the
  14. <a href="http://lists.busybox.net/pipermail/buildroot/2009-February/025974.html">announcement</a>
  15. for more details, and go to the <a href="/downloads/">downloads page</a>
  16. to pick up the <a href="/downloads/buildroot-2009.02.tar.bz2">2009.02
  17. release</a>.</p>
  18. <li><b>9 February 2009 -- 2009.02-rc4 released</b>
  19. <p>We had more than 50 changes since RC3, several of them
  20. toolchain related, so decided to make a RC4 as well. This is
  21. very much expected to be the final release candidate, so give it
  22. a good test and expect a final 2009.02 release this week unless
  23. critical issues are found.</p>
  24. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  25. <a href="/downloads/buildroot-2009.02-rc4.tar.bz2">2009.02-rc4
  26. release candidate</a>, and report any problems found to the <a
  27. href="lists.html">mailing list</a> or <a
  28. href="http://bugs.uclibc.org">bug tracker</a>.</p>
  29. <li><b>31 January 2009 -- 2009.02-rc3 released</b>
  30. <p>RC3 is out with more cleanups and bug fixes. Unless big issues
  31. are found, expect this to be the last release candidate before the
  32. release - So give it a good test.</p>
  33. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  34. <a href="/downloads/buildroot-2009.02-rc3.tar.bz2">2009.02-rc3
  35. release candidate</a>, and report any problems found to the <a
  36. href="lists.html">mailing list</a> or <a
  37. href="http://bugs.uclibc.org">bug tracker</a>.</p>
  38. <li><b>23 January 2009 -- 2009.02-rc2 released</b>
  39. <p>Another week, another release candidate with a bunch of
  40. cleanups and build fixes.</p>
  41. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  42. <a href="/downloads/buildroot-2009.02-rc2.tar.bz2">2009.02-rc2
  43. release candidate</a>, and report any problems found to the <a
  44. href="lists.html">mailing list</a> or <a
  45. href="http://bugs.uclibc.org">bug tracker</a>.</p>
  46. <li><b>16 January 2009 -- Release candidate and new maintainer</b>
  47. <p>It has been a long time coming, but we finally have a new
  48. release candidate! - And a new maintainer to match (Peter Korsgaard).</p>
  49. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  50. <a href="/downloads/buildroot-2009.02-rc1.tar.bz2">2009.02-rc1
  51. release candidate</a>, and report any problems found to the <a
  52. href="lists.html">mailing list</a> or <a
  53. href="http://bugs.uclibc.org">bug tracker</a>. The plan is to
  54. release 2009.02 in time for <a
  55. href="http://www.fosdem.org/2009/">FOSDEM</a>.</p>
  56. <li><b>16 July 2006 -- Buildroot mailing list</b>
  57. <p>Buildroot now has its own <a href=lists.html>mailing list</a>.</p>
  58. <li><b>21 February 2005 -- Buildroot webpage added</b><p>
  59. Buildroot is a set of Makefiles and patches that makes it easy generate a
  60. cross-compilation toolchain and root filesystem for your target Linux
  61. system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
  62. Buildroot is useful mainly for people working with small or embedded
  63. systems. Embedded systems often use processors that are not the regular
  64. x86 processors everyone is used to using on their PC. It can be PowerPC
  65. processors, MIPS processors, ARM processors, etc. And to be extra safe,
  66. you do not need to be root to build or run buildroot.
  67. <p>
  68. And as of today buildroot even has its own webpage, making it a first class
  69. citizen of uclibc.org and busybox.net, and more importantly, make it easy
  70. to find and point to buildroot.
  71. <p>
  72. If you find a bug in buildroot, or wish to submit a patch to fix a problem
  73. or add a shiny new feature, please use the <a
  74. href="http://bugs.uclibc.org/">Bug and Patch Tracking System</a> to post
  75. the details, to make certain your work is not lost.
  76. </ul>
  77. <!--#include file="footer.html" -->