2
1

news.html 26 KB

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