news.html 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725
  1. <!--#include file="header.html" -->
  2. <h3>News</h3>
  3. <p>
  4. <ul>
  5. <li><b>30 May 2012 -- 2012.05 released</b>
  6. <p>The stable 2012.05 release is out - Thanks to everyone
  7. contributing and testing the release candidates. See the
  8. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05">CHANGES</a>
  9. file for more details, read the
  10. <a href="http://lists.busybox.net/pipermail/buildroot/2012-May/054342.html">announcement</a>
  11. and go to the <a href="/downloads/">downloads page</a> to pick up the
  12. <a href="/downloads/buildroot-2012.05.tar.bz2">2012.05 release</a>.</p>
  13. <li><b>25 May 2012 -- 2012.05-rc3 released</b>
  14. <p>RC3 is out with more bugfixes - See the <a
  15. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc3">CHANGES</a>
  16. file for details.
  17. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  18. <a href="/downloads/buildroot-2012.05-rc3.tar.bz2">2012.05-rc3
  19. release candidate</a>, and report any problems found to the <a
  20. href="lists.html">mailing list</a> or <a
  21. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  22. <li><b>18 May 2012 -- 2012.05-rc2 released</b>
  23. <p>Another week, another release candidate with more cleanups and
  24. build fixes. See the <a
  25. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc2">CHANGES</a>
  26. file for details.</p>
  27. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  28. <a href="/downloads/buildroot-2012.05-rc2.tar.bz2">2012.05-rc2
  29. release candidate</a>, and report any problems found to the <a
  30. href="lists.html">mailing list</a> or <a
  31. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  32. <li><b>10 May 2012 -- 2012.05-rc1 released</b>
  33. <p>We have a new release candidate! Lots of changes all over the
  34. tree, see the <a
  35. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc1">CHANGES</a>
  36. file for details, and read the
  37. <a href="http://lists.busybox.net/pipermail/buildroot/2012-May/053736.html">announcement</a>.</p>
  38. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  39. <a href="/downloads/buildroot-2012.05-rc1.tar.bz2">2012.05-rc1
  40. release candidate</a>, and report any problems found to the <a
  41. href="lists.html">mailing list</a> or <a
  42. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  43. <li><b>20 April 2012 -- Autobuilder Results Online</b>
  44. <p>The status of the autobuilders, which do repeated
  45. <code>randpackageconfig</code> builds for continuous integration
  46. testing, is now online at <a
  47. href='http://autobuild.buildroot.org'>autobuild.buildroot.org</a>. The
  48. code behind it can be found in <a
  49. href='http://git.buildroot.net/buildroot-test/'>git</a>.</p>
  50. <p>Thanks to Thomas Petazzoni for running the web interface, and
  51. to <a href='http://gcc.gnu.org/wiki/CompileFarm'>The GCC Compile
  52. Farm</a> and <a href='http://free-electrons.com/'>Free
  53. Electrons</a> for hosting builders. Thomas also sends out a daily
  54. summary of the build status to the mailing list.</p>
  55. <li><b>29 February 2012 -- 2012.02 released</b>
  56. <p>The stable 2012.02 release is out - Thanks to everyone
  57. contributing and testing the release candidates. See the
  58. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02">CHANGES</a>
  59. file for more details, read the
  60. <a href="http://lists.busybox.net/pipermail/buildroot/2012-February/050752.html">announcement</a>
  61. and go to the <a href="/downloads/">downloads page</a> to pick up the
  62. <a href="/downloads/buildroot-2012.02.tar.bz2">2012.02 release</a>.</p>
  63. <li><b>27 February 2012 -- 2012.02-rc3 released</b>
  64. <p>RC3 is out with more bugfixes - See the <a
  65. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3">CHANGES</a>
  66. file for details.
  67. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  68. <a href="/downloads/buildroot-2012.02-rc3.tar.bz2">2012.02-rc3
  69. release candidate</a>, and report any problems found to the <a
  70. href="lists.html">mailing list</a> or <a
  71. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  72. <li><b>19 February 2012 -- 2012.02-rc2 released</b>
  73. <p>Another week, another release candidate with more cleanups and
  74. build fixes. See the <a
  75. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc2">CHANGES</a>
  76. file for details.</p>
  77. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  78. <a href="/downloads/buildroot-2012.02-rc2.tar.bz2">2012.02-rc2
  79. release candidate</a>, and report any problems found to the <a
  80. href="lists.html">mailing list</a> or <a
  81. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  82. <li><b>12 February 2012 -- 2012.02-rc1 released</b>
  83. <p>We have a new release candidate! Lots of changes all over the
  84. tree, see the <a
  85. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc1">CHANGES</a>
  86. file for details, and read the
  87. <a href="http://lists.busybox.net/pipermail/buildroot/2012-February/050234.html">announcement</a>.</p>
  88. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  89. <a href="/downloads/buildroot-2012.02-rc1.tar.bz2">2012.02-rc1
  90. release candidate</a>, and report any problems found to the <a
  91. href="lists.html">mailing list</a> or <a
  92. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  93. <li><b>31 January 2012 -- Buildroot Developer Day</b>
  94. <p>Another <i>Buildroot Developer Day</i> will take place on
  95. Friday, February 3rd in Brussels, Belgium - The day before <a
  96. href="http://fosdem.org">FOSDEM</a>. See the
  97. <a href="http://lists.busybox.net/pipermail/buildroot/2012-January/049340.html">announcement</a>
  98. or the <a href="http://free-electrons.com/blog/bdd-2012-brussels/">Free Electrons blog</a>
  99. for more info.</p>
  100. <li><b>30 November 2011 -- 2011.11 released</b>
  101. <p>The stable 2011.11 release is out - Thanks to everyone
  102. contributing and testing the release candidates. See the
  103. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11">CHANGES</a>
  104. file for more details, read the
  105. <a href="http://lists.busybox.net/pipermail/buildroot/2011-November/047926.html">announcement</a>
  106. and go to the <a href="/downloads/">downloads page</a> to pick up the
  107. <a href="/downloads/buildroot-2011.11.tar.bz2">2011.11 release</a>.</p>
  108. <li><b>26 November 2011 -- 2011.11-rc3 released</b>
  109. <p>RC3 is out with more bugfixes - See the <a
  110. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc3">CHANGES</a>
  111. file for details.
  112. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  113. <a href="/downloads/buildroot-2011.11-rc3.tar.bz2">2011.11-rc3
  114. release candidate</a>, and report any problems found to the <a
  115. href="lists.html">mailing list</a> or <a
  116. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  117. <li><b>18 November 2011 -- 2011.11-rc2 released</b>
  118. <p>Another week, another release candidate with a bunch of
  119. cleanups and build fixes. See the <a
  120. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc2">CHANGES</a>
  121. file for details.</p>
  122. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  123. <a href="/downloads/buildroot-2011.11-rc2.tar.bz2">2011.11-rc2
  124. release candidate</a>, and report any problems found to the <a
  125. href="lists.html">mailing list</a> or <a
  126. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  127. <li><b>11 November 2011 -- 2011.11-rc1 released</b>
  128. <p>We have a new release candidate! Lots of changes all over the
  129. tree, see the <a
  130. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc1">CHANGES</a>
  131. file for details, and read the
  132. <a href="http://lists.busybox.net/pipermail/buildroot/2011-November/047395.html">announcement</a>
  133. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  134. <a href="/downloads/buildroot-2011.11-rc1.tar.bz2">2011.11-rc1
  135. release candidate</a>, and report any problems found to the <a
  136. href="lists.html">mailing list</a> or <a
  137. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  138. <li><b>31 August 2011 -- 2011.08 released</b>
  139. <p>The stable 2011.08 release is out - Thanks to everyone
  140. contributing and testing the release candidates. See the
  141. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08">CHANGES</a>
  142. file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
  143. <a href="/downloads/buildroot-2011.08.tar.bz2">2011.08 release</a>.</p>
  144. <li><b>29 August 2011 -- 2011.08-rc2 released</b>
  145. <p>RC2 is out with more bugfixes. See the <a
  146. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc2">CHANGES</a>
  147. file for details, and read the
  148. <a href="http://lists.busybox.net/pipermail/buildroot/2011-August/045211.html">announcement</a>.
  149. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  150. <a href="/downloads/buildroot-2011.08-rc2.tar.bz2">2011.08-rc2
  151. release candidate</a>, and report any problems found to the <a
  152. href="lists.html">mailing list</a> or <a
  153. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  154. <li><b>4 August 2011 -- 2011.08-rc1 released</b>
  155. <p>We have a new release candidate! Lots of changes all over the
  156. tree, see the <a
  157. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc1">CHANGES</a>
  158. file for details, and read the
  159. <a href="http://lists.busybox.net/pipermail/buildroot/2011-August/044855.html">announcement</a>.
  160. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  161. <a href="/downloads/buildroot-2011.08-rc1.tar.bz2">2011.08-rc1
  162. release candidate</a>, and report any problems found to the <a
  163. href="lists.html">mailing list</a> or <a
  164. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  165. <li><b>27 May 2011 -- 2011.05 released</b>
  166. <p>The stable 2011.05 release is out - Thanks to everyone
  167. contributing and testing the release candidates. See the
  168. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05">CHANGES</a>
  169. file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
  170. <a href="/downloads/buildroot-2011.05.tar.bz2">2011.05 release</a>.</p>
  171. <li><b>24 May 2011 -- 2011.05-rc2 released</b>
  172. <p>RC2 is out with more bugfixes. See the <a
  173. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc2">CHANGES</a>
  174. file for details.
  175. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  176. <a href="/downloads/buildroot-2011.05-rc2.tar.bz2">2011.05-rc2
  177. release candidate</a>, and report any problems found to the <a
  178. href="lists.html">mailing list</a> or <a
  179. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  180. <li><b>18 May 2011 -- 2011.05-rc1 released</b>
  181. <p>We have a new release candidate! Lots of changes all over the
  182. tree, see the <a
  183. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc1">CHANGES</a>
  184. file for details, and read the
  185. <a href="http://lists.busybox.net/pipermail/buildroot/2011-May/043317.html">announcement</a>.
  186. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  187. <a href="/downloads/buildroot-2011.05-rc1.tar.bz2">2011.05-rc1
  188. release candidate</a>, and report any problems found to the <a
  189. href="lists.html">mailing list</a> or <a
  190. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  191. <li><b>28 February 2011 -- 2011.02 released</b>
  192. <p>The stable 2011.02 release is out - Thanks to everyone
  193. contributing and testing the release candidates. See the
  194. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02">CHANGES</a>
  195. file for more details, read the
  196. <a href="http://lists.busybox.net/pipermail/buildroot/2011-February/041662.html">announcement</a>
  197. and go to the <a href="/downloads/">downloads page</a> to pick up the
  198. <a href="/downloads/buildroot-2011.02.tar.bz2">2011.02 release</a>.</p>
  199. <li><b>24 February 2011 -- 2011.02-rc2 released</b>
  200. <p>RC2 is out with more cleanups and bugfixes, see the <a
  201. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc2">CHANGES</a>
  202. file for details.</p>
  203. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  204. <a href="/downloads/buildroot-2011.02-rc2.tar.bz2">2011.02-rc2
  205. release candidate</a>, and report any problems found to the <a
  206. href="lists.html">mailing list</a> or <a
  207. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  208. <li><b>14 February 2011 -- 2011.02-rc1 released</b>
  209. <p>We have a new release candidate! Lots of changes all over the
  210. tree, see the <a
  211. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc1">CHANGES</a>
  212. file for details, and read the
  213. <a href="http://lists.busybox.net/pipermail/buildroot/2011-February/041365.html">announcement</a>.
  214. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  215. <a href="/downloads/buildroot-2011.02-rc1.tar.bz2">2011.02-rc1
  216. release candidate</a>, and report any problems found to the <a
  217. href="lists.html">mailing list</a> or <a
  218. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  219. <li><b>30 November 2010 -- 2010.11 released</b>
  220. <p>The stable 2010.11 release is out - Thanks to everyone
  221. contributing and testing the release candidates. See the
  222. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11">CHANGES</a>
  223. file for more details, read the
  224. <a href="http://lists.busybox.net/pipermail/buildroot/2010-November/039135.html">announcement</a>
  225. and go to the <a href="/downloads/">downloads page</a> to pick up the
  226. <a href="/downloads/buildroot-2010.11.tar.bz2">2010.11 release</a>.</p>
  227. <li><b>25 November 2010 -- 2010.11-rc2 released</b>
  228. <p>RC2 is out with more cleanups and bugfixes, see the <a
  229. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc2">CHANGES</a>
  230. file for details.</p>
  231. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  232. <a href="/downloads/buildroot-2010.11-rc2.tar.bz2">2010.11-rc2
  233. release candidate</a>, and report any problems found to the <a
  234. href="lists.html">mailing list</a> or <a
  235. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  236. <li><b>8 November 2010 -- 2010.11-rc1 released</b>
  237. <p>We have a new release candidate! Lots of changes all over the
  238. tree, see the <a
  239. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc1">CHANGES</a>
  240. file for details, and read the
  241. <a href="http://lists.busybox.net/pipermail/buildroot/2010-November/038645.html">announcement</a>.
  242. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  243. <a href="/downloads/buildroot-2010.11-rc1.tar.bz2">2010.11-rc1
  244. release candidate</a>, and report any problems found to the <a
  245. href="lists.html">mailing list</a> or <a
  246. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  247. <li><b>28 September 2010 - Buildroot Developer Day</b>
  248. <p>A <i>Buildroot Developer Day</i> will take place on
  249. Friday, October 29th in Cambridge, UK - Just the day after the
  250. <a href="http://www.embeddedlinuxconference.com/elc_europe10/">Embedded
  251. Linux Conference Europe</a>. This <i>Developer Day</i> aims
  252. at allowing Buildroot developers to meet and exchange ideas on the
  253. project and its future. See the
  254. <a href="http://lists.busybox.net/pipermail/buildroot/2010-September/037930.html">announcement</a>
  255. for more info.</p>
  256. <p>Thanks to Thomas Petazzoni for taking care of the practical
  257. arrangements.</p>
  258. <li><b>31 August 2010 -- 2010.08 released</b>
  259. <p>The stable 2010.08 release is out - Thanks to everyone
  260. contributing and testing the release candidates. See the
  261. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08">CHANGES</a>
  262. file for more details, read the
  263. <a href="http://lists.busybox.net/pipermail/buildroot/2010-August/037078.html">announcement</a>
  264. and go to the <a href="/downloads/">downloads page</a> to pick up the
  265. <a href="/downloads/buildroot-2010.08.tar.bz2">2010.08 release</a>.</p>
  266. <li><b>30 August 2010 -- 2010.08-rc2 released</b>
  267. <p>RC2 is out with more cleanups and bugfixes, see the <a
  268. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc2">CHANGES</a>
  269. file for details.
  270. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  271. <a href="/downloads/buildroot-2010.08-rc2.tar.bz2">2010.08-rc2
  272. release candidate</a>, and report any problems found to the <a
  273. href="lists.html">mailing list</a> or <a
  274. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  275. This is very much expected to be the final release
  276. candidate, so give it a good test and expect a final 2010.08
  277. release before September unless critical issues are found.</p>
  278. <li><b>30 July 2010 -- 2010.08-rc1 released</b>
  279. <p>We have a new release candidate! Lots of changes all over the
  280. tree, see the <a
  281. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc1">CHANGES</a>
  282. file for details.
  283. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  284. <a href="/downloads/buildroot-2010.08-rc1.tar.bz2">2010.08-rc1
  285. release candidate</a>, and report any problems found to the <a
  286. href="lists.html">mailing list</a> or <a
  287. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  288. <li><b>30 May 2010 -- 2010.05 released</b>
  289. <p>The stable 2010.05 release is out - Thanks to everyone
  290. contributing and testing the release candidates. See the
  291. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05">CHANGES</a>
  292. file for more details, read the
  293. <a href="http://lists.busybox.net/pipermail/buildroot/2010-May/034878.html">announcement</a>
  294. and go to the <a href="/downloads/">downloads page</a> to pick up the
  295. <a href="/downloads/buildroot-2010.05.tar.bz2">2010.05 release</a>.</p>
  296. <li><b>27 May 2010 -- 2010.05-rc3 released</b>
  297. <p>RC3 is out with more cleanups and bugfixes, see the <a
  298. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc3">CHANGES</a>
  299. file for details.
  300. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  301. <a href="/downloads/buildroot-2010.05-rc3.tar.bz2">2010.05-rc3
  302. release candidate</a>, and report any problems found to the <a
  303. href="lists.html">mailing list</a> or <a
  304. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  305. <li><b>11 May 2010 -- 2010.05-rc2 released</b>
  306. <p>Another week, another release candidate with a bunch of
  307. cleanups and build fixes.</p>
  308. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  309. <a href="/downloads/buildroot-2010.05-rc2.tar.bz2">2010.05-rc2
  310. release candidate</a>, and report any problems found to the <a
  311. href="lists.html">mailing list</a> or <a
  312. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  313. <li><b>3 May 2010 -- 2010.05-rc1 released</b>
  314. <p>We have a new release candidate! Lots of changes all over the
  315. tree, see the <a
  316. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc1">CHANGES</a>
  317. file for details.
  318. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  319. <a href="/downloads/buildroot-2010.05-rc1.tar.bz2">2010.05-rc1
  320. release candidate</a>, and report any problems found to the <a
  321. href="lists.html">mailing list</a> or <a
  322. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  323. <li><b>2 May 2010 - FOSDEM slides online</b>
  324. <p>The slides from the <a
  325. href="http://fosdem.org/2010/schedule/events/emb_cross_build">Cross
  326. Build Systems: Present & Future</a> session at <a
  327. href="http://fosdem.org/2010">FOSDEM</a> are now <a
  328. href="http://send-patches.org/news/20100211-1-FOSDEM-Crossdev-Workshop.pdf">online</a>.
  329. <li><b>26 February 2010 -- 2010.02 released</b>
  330. <p>The stable 2010.02 release is out - Thanks to everyone
  331. contributing and testing the release candidates. See the
  332. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02">CHANGES</a>
  333. file for more details, and go to the <a href="/downloads/">downloads page</a>
  334. to pick up the <a href="/downloads/buildroot-2010.02.tar.bz2">2010.02
  335. release</a>.</p>
  336. <li><b>23 February 2010 -- 2010.02-rc2 released</b>
  337. <p>RC2 is out with more cleanups and bugfixes, see the <a
  338. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc2">CHANGES</a>
  339. file for details.
  340. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  341. <a href="/downloads/buildroot-2010.02-rc2.tar.bz2">2010.02-rc2
  342. release candidate</a>, and report any problems found to the <a
  343. href="lists.html">mailing list</a> or <a
  344. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  345. <li><b>9 February 2010 -- 2010.02-rc1 released</b>
  346. <p>We have a new release candidate! Lots of changes all over the
  347. tree, see the <a
  348. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc1">CHANGES</a>
  349. file for details.
  350. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  351. <a href="/downloads/buildroot-2010.02-rc1.tar.bz2">2010.02-rc1
  352. release candidate</a>, and report any problems found to the <a
  353. href="lists.html">mailing list</a> or <a
  354. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  355. <li><b>1 December 2009 -- 2009.11 released</b>
  356. <p>The stable 2009.11 release is out - Thanks to everyone
  357. contributing and testing the release candidates. See the
  358. <a href="http://lists.busybox.net/pipermail/buildroot/2009-December/030672.html">announcement</a>
  359. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11">CHANGES</a>
  360. for more details, and go to the <a href="/downloads/">downloads page</a>
  361. to pick up the <a href="/downloads/buildroot-2009.11.tar.bz2">2009.11
  362. release</a>.</p>
  363. <li><b>29 November 2009 -- 2009.11-rc2 released</b>
  364. <p>RC2 is out with more cleanups and bugfixes, see the <a
  365. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc2">CHANGES</a>
  366. file for details.
  367. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  368. <a href="/downloads/buildroot-2009.11-rc2.tar.bz2">2009.11-rc2
  369. release candidate</a>, and report any problems found to the <a
  370. href="lists.html">mailing list</a> or <a
  371. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  372. <li><b>23 November 2009 -- 2009.11-rc1 released</b>
  373. <p>We have a new release candidate! Lots of changes all over the
  374. tree, see the <a
  375. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc1">CHANGES</a>
  376. file for details.
  377. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  378. <a href="/downloads/buildroot-2009.11-rc1.tar.bz2">2009.11-rc1
  379. release candidate</a>, and report any problems found to the <a
  380. href="lists.html">mailing list</a> or <a
  381. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  382. <li><b>7 September 2009 -- First Buildroot Developer Day</b>
  383. <p>The first <i>Buildroot Developer Day</i> will take place on
  384. Saturday, October 17th in Grenoble, France, just the day after
  385. Embedded Linux Conference Europe. This <i>Developer Day</i> aims
  386. at allowing Buildroot developers to meet and exchange ideas on the
  387. project and its future.</p>
  388. <p>As the number of places is limited, interested candidates are
  389. invited to send an e-mail to Peter Korsgaard (<code>jacmet at
  390. uclibc dot org</code>) and Thomas Petazzoni (<code>thomas dot
  391. petazzoni at free-electrons dot com</code>).</p>
  392. <p>This <i>Developer Day</i> will take place thanks to the
  393. sponsoring of <a href="http://www.calao-systems.com">Calao
  394. Systems</a> and <a href="http://www.free-electrons.com">Free
  395. Electrons</a>.</p>
  396. <li><b>31 August 2009 -- 2009.08 released</b>
  397. <p>The stable 2009.08 release is out - Thanks to everyone
  398. contributing and testing the release candidates. See the
  399. <a href="http://lists.busybox.net/pipermail/buildroot/2009-August/029018.html">announcement</a>
  400. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08">CHANGES</a>
  401. for more details, and go to the <a href="/downloads/">downloads page</a>
  402. to pick up the <a href="/downloads/buildroot-2009.08.tar.bz2">2009.08
  403. release</a>.</p>
  404. <li><b>26 August 2009 -- 2009.08-rc3 released</b>
  405. <p>A number of bugfixes have been added to the tree since RC2
  406. (especially thanks to Thomas Petazzoni) - See the <a
  407. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc3">CHANGES</a>
  408. file for details. This is very much expected to be the final release
  409. candidate, so give it a good test and expect a final 2009.08
  410. release next weekend unless critical issues are found.</p>
  411. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  412. <a href="/downloads/buildroot-2009.08-rc3.tar.bz2">2009.08-rc3
  413. release candidate</a>, and report any problems found to the <a
  414. href="lists.html">mailing list</a> or <a
  415. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  416. <li><b>6 August 2009 -- 2009.08-rc2 released</b>
  417. <p>RC2 is out with more cleanups and bugfixes, see the <a
  418. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc2">CHANGES</a>
  419. file for details.
  420. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  421. <a href="/downloads/buildroot-2009.08-rc2.tar.bz2">2009.08-rc2
  422. release candidate</a>, and report any problems found to the <a
  423. href="lists.html">mailing list</a> or <a
  424. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  425. <li><b>2 August 2009 -- 2009.08-rc1 released</b>
  426. <p>We have a new release candidate! Lots of changes all over the
  427. tree, see the <a
  428. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc1">CHANGES</a>
  429. file for details.
  430. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  431. <a href="/downloads/buildroot-2009.08-rc1.tar.bz2">2009.08-rc1
  432. release candidate</a>, and report any problems found to the <a
  433. href="lists.html">mailing list</a> or <a
  434. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  435. <li><b>1 June 2009 -- 2009.05 released</b>
  436. <p>The stable 2009.05 release is out - Thanks to everyone
  437. contributing and testing the release candidates. See the
  438. <a href="http://lists.busybox.net/pipermail/buildroot/2009-June/027640.html">announcement</a>
  439. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05">CHANGES</a>
  440. for more details, and go to the <a href="/downloads/">downloads page</a>
  441. to pick up the <a href="/downloads/buildroot-2009.05.tar.bz2">2009.05
  442. release</a>.</p>
  443. <li><b>27 May 2009 -- 2009.05-rc3 released</b>
  444. <p>We had a number of fixes post-RC2, so RC3 is out (see <a
  445. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3">CHANGES</a>
  446. for details). Now is the moment to test and verify that everything
  447. is working for your favorite config - Expect a final 2009.05 very soon.</p>
  448. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  449. <a href="/downloads/buildroot-2009.05-rc3.tar.bz2">2009.05-rc3
  450. release candidate</a>, and report any problems found to the <a
  451. href="lists.html">mailing list</a> or <a
  452. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  453. <li><b>19 May 2009 -- 2009.05-rc2 released</b>
  454. <p>RC2 is out with more cleanups and bug fixes (see <a
  455. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc2">CHANGES</a>).
  456. Unless big issues are found, expect this to be the last release
  457. candidate before the release - So give it a good test.</p>
  458. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  459. <a href="/downloads/buildroot-2009.05-rc2.tar.bz2">2009.05-rc2
  460. release candidate</a>, and report any problems found to the <a
  461. href="lists.html">mailing list</a> or <a
  462. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  463. <li><b>14 May 2009 -- Buildroot.org</b>
  464. <p>Earl Levine has been so kind to donate the <b>buildroot.org</b>
  465. domain to us, so the website can now also be reached at <a
  466. href="http://www.buildroot.org">www.buildroot.org</a> (and git at
  467. <a href="http://git.buildroot.org/buildroot">git.buildroot.org</a>).
  468. Thanks a lot Earl!</p>
  469. <li><b>5 May 2009 -- 2009.05-rc1 released</b>
  470. <p>We have a new release candidate! Lots of changes all over the
  471. tree, see the <a
  472. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc1">CHANGES</a>
  473. file for details.
  474. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  475. <a href="/downloads/buildroot-2009.05-rc1.tar.bz2">2009.05-rc1
  476. release candidate</a>, and report any problems found to the <a
  477. href="lists.html">mailing list</a> or <a
  478. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  479. <li><b>3 May 2009 -- Moved to git</b>
  480. <p>We've moved the source code from <a
  481. href="http://subversion.tigris.org">Subversion</a> to <a
  482. href="http://git-scm.org">Git</a>. You can browse the repo online
  483. <a href="http://git.buildroot.net/buildroot">here</a>, and clone
  484. the repo using:
  485. <pre>git clone git://git.buildroot.net/buildroot</pre>
  486. See the <a href="/git.html">Git Access</a> page for more details.
  487. </p>
  488. <li><b>27 March 2009 -- new Logo</b>
  489. <p>We have a <a href="images/logo.png">logo</a>! We have so far
  490. been using the <a href="http://busybox.net">Busybox</a> logo on
  491. the website, as the website was a copy of the <a
  492. href="http://busybox.net">Busybox</a> one - But not anymore, we
  493. now have a shiny new logo of our own.</p>
  494. <li><b>12 February 2009 -- 2009.02 released</b>
  495. <p>The stable 2009.02 release is out - Thanks to everyone
  496. contributing and testing the release candidates. See the
  497. <a href="http://lists.busybox.net/pipermail/buildroot/2009-February/025974.html">announcement</a>
  498. for more details, and go to the <a href="/downloads/">downloads page</a>
  499. to pick up the <a href="/downloads/buildroot-2009.02.tar.bz2">2009.02
  500. release</a>.</p>
  501. <li><b>9 February 2009 -- 2009.02-rc4 released</b>
  502. <p>We had more than 50 changes since RC3, several of them
  503. toolchain related, so decided to make a RC4 as well. This is
  504. very much expected to be the final release candidate, so give it
  505. a good test and expect a final 2009.02 release this week unless
  506. critical issues are found.</p>
  507. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  508. <a href="/downloads/buildroot-2009.02-rc4.tar.bz2">2009.02-rc4
  509. release candidate</a>, and report any problems found to the <a
  510. href="lists.html">mailing list</a> or <a
  511. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  512. <li><b>31 January 2009 -- 2009.02-rc3 released</b>
  513. <p>RC3 is out with more cleanups and bug fixes. Unless big issues
  514. are found, expect this to be the last release candidate before the
  515. release - So give it a good test.</p>
  516. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  517. <a href="/downloads/buildroot-2009.02-rc3.tar.bz2">2009.02-rc3
  518. release candidate</a>, and report any problems found to the <a
  519. href="lists.html">mailing list</a> or <a
  520. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  521. <li><b>23 January 2009 -- 2009.02-rc2 released</b>
  522. <p>Another week, another release candidate with a bunch of
  523. cleanups and build fixes.</p>
  524. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  525. <a href="/downloads/buildroot-2009.02-rc2.tar.bz2">2009.02-rc2
  526. release candidate</a>, and report any problems found to the <a
  527. href="lists.html">mailing list</a> or <a
  528. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  529. <li><b>16 January 2009 -- Release candidate and new maintainer</b>
  530. <p>It has been a long time coming, but we finally have a new
  531. release candidate! - And a new maintainer to match (Peter Korsgaard).</p>
  532. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  533. <a href="/downloads/buildroot-2009.02-rc1.tar.bz2">2009.02-rc1
  534. release candidate</a>, and report any problems found to the <a
  535. href="lists.html">mailing list</a> or <a
  536. href="https://bugs.uclibc.org">bug tracker</a>. The plan is to
  537. release 2009.02 in time for <a
  538. href="http://www.fosdem.org/2009/">FOSDEM</a>.</p>
  539. <li><b>16 July 2006 -- Buildroot mailing list</b>
  540. <p>Buildroot now has its own <a href=lists.html>mailing list</a>.</p>
  541. <li><b>21 February 2005 -- Buildroot webpage added</b><p>
  542. Buildroot is a set of Makefiles and patches that makes it easy generate a
  543. cross-compilation toolchain and root filesystem for your target Linux
  544. system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
  545. Buildroot is useful mainly for people working with small or embedded
  546. systems. Embedded systems often use processors that are not the regular
  547. x86 processors everyone is used to using on their PC. It can be PowerPC
  548. processors, MIPS processors, ARM processors, etc. And to be extra safe,
  549. you do not need to be root to build or run buildroot.
  550. <p>
  551. And as of today buildroot even has its own webpage, making it a first class
  552. citizen of uclibc.org and busybox.net, and more importantly, make it easy
  553. to find and point to buildroot.
  554. <p>
  555. If you find a bug in buildroot, or wish to submit a patch to fix a problem
  556. or add a shiny new feature, please use the <a
  557. href="https://bugs.uclibc.org/">Bug and Patch Tracking System</a> to post
  558. the details, to make certain your work is not lost.
  559. </ul>
  560. <!--#include file="footer.html" -->