news.html 28 KB

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