news.html 4.8 KB

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