news.html 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051
  1. <!--#include file="header.html" -->
  2. <h3>News</h3>
  3. <p>
  4. <ul>
  5. <li><b>17 September 2013 -- 2013.08.1 released</b>
  6. <p>The 2013.08.1 bugfix release is out - Thanks to everyone
  7. contributing. This release fixes critical issues discovered since
  8. the 2013.08 release. See the
  9. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08.1">CHANGES</a>
  10. file for more details,
  11. and go to the <a href="/downloads/">downloads page</a> to pick up the
  12. <a href="/downloads/buildroot-2013.08.1.tar.bz2">2013.08.1 release</a>.</p>
  13. <li><b>16 September 2013 -- Buildroot Developer Days</b>
  14. <p>The next <i>Buildroot Developer Days</i> meeting will take
  15. place on Saturday October 26th and Sunday October 27th 2013 in
  16. Edinburgh, UK - Just after the <a
  17. href="https://events.linuxfoundation.org/events/embedded-linux-conference-europe">
  18. Embedded Linux Conference Europe</a> (October 23th-24th). This two
  19. days meeting is mainly open to Buildroot developers and
  20. contributors, or Buildroot users having a prior experience with
  21. the tool. It will allow developers to work on Buildroot and
  22. discuss current issues, the future directions, and more.</p>
  23. <p>For more details, see the
  24. <a href="http://www.elinux.org/Buildroot:DeveloperDaysELCE2013">wiki
  25. page</a> dedicated to the meeting.</p>
  26. <li><b>31 August 2013 -- 2013.08 released</b>
  27. <p>The stable 2013.08 release is out - Thanks to everyone
  28. contributing and testing the release candidates. See the
  29. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08">CHANGES</a>
  30. file for more details, read the <a href="http://lists.busybox.net/pipermail/buildroot/2013-August/077224.html">announcement</a>
  31. and go to the <a href="/downloads/">downloads page</a> to pick up the
  32. <a href="/downloads/buildroot-2013.08.tar.bz2">2013.08 release</a>.</p>
  33. <li><b>29 August 2013 -- 2013.08-rc3 released</b>
  34. <p>Another week, another release candidate with more cleanups and
  35. build fixes. See the <a
  36. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc3">CHANGES</a>
  37. file for details.</p>
  38. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  39. <a href="/downloads/buildroot-2013.08-rc3.tar.bz2">2013.08-rc3
  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>16 August 2013 -- 2013.08-rc2 released</b>
  44. <p>We have a new release candidate! Lots of changes all over the
  45. tree, see
  46. the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc2">CHANGES</a>
  47. file for details.</p>
  48. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  49. <a href="/downloads/buildroot-2013.08-rc2.tar.bz2">2013.08-rc2
  50. release candidate</a>, and report any problems found to the <a
  51. href="lists.html">mailing list</a> or <a
  52. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  53. <li><b>5 August 2013 -- 2013.08-rc1 released</b>
  54. <p>We have a new release candidate! Lots of changes all over the
  55. tree, see
  56. the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.08_rc1">CHANGES</a>
  57. file for details.</p>
  58. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  59. <a href="/downloads/buildroot-2013.08-rc1.tar.bz2">2013.08-rc1
  60. release candidate</a>, and report any problems found to the <a
  61. href="lists.html">mailing list</a> or <a
  62. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  63. <li><b>31 May 2013 -- 2013.05 released</b>
  64. <p>The stable 2013.05 release is out - Thanks to everyone
  65. contributing and testing the release candidates. See the
  66. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05">CHANGES</a>
  67. file for more details, read the
  68. <a href="http://lists.busybox.net/pipermail/buildroot/2013-May/073121.html">announcement</a>
  69. and go to the <a href="/downloads/">downloads page</a> to pick up the
  70. <a href="/downloads/buildroot-2013.05.tar.bz2">2013.05 release</a>.</p>
  71. <li><b>25 May 2013 -- 2013.05-rc3 released</b>
  72. <p>Another week, another release candidate with more cleanups and
  73. build fixes. See the <a
  74. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc3">CHANGES</a>
  75. file for details.</p>
  76. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  77. <a href="/downloads/buildroot-2013.05-rc3.tar.bz2">2013.05-rc3
  78. release candidate</a>, and report any problems found to the <a
  79. href="lists.html">mailing list</a> or <a
  80. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  81. <li><b>15 May 2013 -- 2013.05-rc2 released</b>
  82. <p>Another week, another release candidate with more cleanups and
  83. build fixes. See the <a
  84. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc2">CHANGES</a>
  85. file for details.</p>
  86. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  87. <a href="/downloads/buildroot-2013.05-rc2.tar.bz2">2013.05-rc2
  88. release candidate</a>, and report any problems found to the <a
  89. href="lists.html">mailing list</a> or <a
  90. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  91. <li><b>8 May 2013 -- 2013.05-rc1 released</b>
  92. <p>We have a new release candidate! Lots of changes all over the
  93. tree, see the <a
  94. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.05_rc1">CHANGES</a>
  95. file for details, and read the
  96. <a href="http://lists.busybox.net/pipermail/buildroot/2013-May/071737.html">announcement</a>.</p>
  97. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  98. <a href="/downloads/buildroot-2013.05-rc1.tar.bz2">2013.05-rc1
  99. release candidate</a>, and report any problems found to the <a
  100. href="lists.html">mailing list</a> or <a
  101. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  102. <li><b>28 February 2013 -- 2013.02 released</b>
  103. <p>The stable 2013.02 release is out - Thanks to everyone
  104. contributing and testing the release candidates. See the
  105. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02">CHANGES</a>
  106. file for more details
  107. and go to the <a href="/downloads/">downloads page</a> to pick up the
  108. <a href="/downloads/buildroot-2013.02.tar.bz2">2013.02 release</a>.</p>
  109. <li><b>26 February 2013 -- 2013.02-rc3 released</b>
  110. <p>Another week, another release candidate with more cleanups and
  111. build fixes. See the <a
  112. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc3">CHANGES</a>
  113. file for details.</p>
  114. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  115. <a href="/downloads/buildroot-2013.02-rc3.tar.bz2">2013.02-rc3
  116. release candidate</a>, and report any problems found to the <a
  117. href="lists.html">mailing list</a> or <a
  118. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  119. <li><b>19 February 2013 -- 2013.02-rc2 released</b>
  120. <p>Another week, another release candidate with more cleanups and
  121. build fixes. See the <a
  122. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc2">CHANGES</a>
  123. file for details.</p>
  124. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  125. <a href="/downloads/buildroot-2013.02-rc2.tar.bz2">2013.02-rc2
  126. release candidate</a>, and report any problems found to the <a
  127. href="lists.html">mailing list</a> or <a
  128. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  129. <li><b>10 February 2013 -- 2013.02-rc1 released</b>
  130. <p>We have a new release candidate! Lots of changes all over the
  131. tree, see the <a
  132. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2013.02_rc1">CHANGES</a>
  133. file for details, and read the
  134. <a href="http://lists.busybox.net/pipermail/buildroot/2013-February/067148.html">announcement</a>.</p>
  135. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  136. <a href="/downloads/buildroot-2013.02-rc1.tar.bz2">2013.02-rc1
  137. release candidate</a>, and report any problems found to the <a
  138. href="lists.html">mailing list</a> or <a
  139. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  140. <li><b>10 February 2013 -- Report from Buildroot Developers Meeting</b>
  141. <p>A report from the recent Buildroot Developers Meeting is now
  142. <a href="http://lists.busybox.net/pipermail/buildroot/2013-February/067105.html">available</a>.
  143. <a href="http://emlinews.net">Embedded Linux News</a> also has a
  144. <a href="http://www.emlinews.net/2013/02/buildroot-developers-meeting-report/">
  145. writeup about the event</a>, including photos.</p>
  146. <p>Once again, thanks to all the participants and to
  147. <a href="http://www.google.com">Google</a> for sponsoring the event.</p>
  148. <li><b>12 January 2013 -- Next Buildroot Developers Meeting next to FOSDEM, Brussels</b>
  149. <p>The next Buildroot Developers Meeting will take place on Monday
  150. 4th February 2013 and Tuesday 5th February 2013 in Brussels,
  151. Belgium. Those dates have been chosen to immediately follow the
  152. great <a href="http://www.fosdem.org">FOSDEM</a> conference.</p>
  153. <p>Attending this meeting is free, after registration by
  154. contacting <a href="mailto:thomas.petazzoni@free-electrons.com">Thomas
  155. Petazzoni</a>. For more details about the meeting, please see
  156. the <a href="http://elinux.org/Buildroot:DeveloperDaysFOSDEM2013">related
  157. Wiki page</a>.</p>
  158. <p>We would like to
  159. thank <a href="http://www.google.com">Google</a> for providing the
  160. meeting location and the Internet connection, and offering free
  161. lunch and refreshments to the participants.</p>
  162. <li><b>3 January 2013 -- 2012.11.1 released</b>
  163. <p>The 2012.11.1 bugfix release is out - Thanks to everyone
  164. contributing. This release fixes critical issues discovered since
  165. the 2012.11 release, most importantly with non-largefile builds on
  166. recent Ubuntu versions. See the
  167. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11.1">CHANGES</a>
  168. file for more details,
  169. and go to the <a href="/downloads/">downloads page</a> to pick up the
  170. <a href="/downloads/buildroot-2012.11.1.tar.bz2">2012.11.1 release</a>.</p>
  171. <li><b>2 December 2012 -- 2012.11 released</b>
  172. <p>The stable 2012.11 release is out - Thanks to everyone
  173. contributing and testing the release candidates. See the
  174. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11">CHANGES</a>
  175. file for more details
  176. and go to the <a href="/downloads/">downloads page</a> to pick up the
  177. <a href="/downloads/buildroot-2012.11.tar.bz2">2012.11 release</a>.</p>
  178. <li><b>30 November 2012 -- 2012.11-rc2 released</b>
  179. <p>RC2 is out with more bugfixes - See the <a
  180. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11_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-2012.11-rc2.tar.bz2">2012.11-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. <li><b>17 November 2012 -- 2012.11-rc1 released</b>
  188. <p>We have a new release candidate! Lots of changes all over the
  189. tree, see the <a
  190. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.11_rc1">CHANGES</a>
  191. file for details, and read the
  192. <a href="http://lists.busybox.net/pipermail/buildroot/2012-November/061995.html">announcement</a>.</p>
  193. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  194. <a href="/downloads/buildroot-2012.11-rc1.tar.bz2">2012.11-rc1
  195. release candidate</a>, and report any problems found to the <a
  196. href="lists.html">mailing list</a> or <a
  197. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  198. <li><b>17 November 2012 -- Buildroot Developer Day</b>
  199. <p>A report from the recent <i>Buildroot Developer Days</i> meeting
  200. in Barcelona, Spain is now <a
  201. href="http://lists.busybox.net/pipermail/buildroot/2012-November/061558.html">available</a>.
  202. Many thanks to all the participants, and a special thanks to Arnout
  203. Vandecappelle from <a href="http://mind.be/">mind</a> for taking
  204. notes and Thomas Petazzoni from <a
  205. href="http://free-electrons.com/">Free Electrons</a> for handling
  206. all the practical arrangements, and naturally our sponsors, <a
  207. href="http://www.fluendo.com/">Fluendo</a> and <a href="http://www.synopsys.com/">Synopsis</a>.
  208. </p>
  209. <p>The next Developer Days will take place on February 4th and 5th
  210. in Brussels, Belgium, right after <a href="http://fosdem.org">FOSDEM</a>.</p>
  211. <li><b>31 August 2012 -- 2012.08 released</b>
  212. <p>The stable 2012.08 release is out - Thanks to everyone
  213. contributing and testing the release candidates. See the
  214. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08">CHANGES</a>
  215. file for more details and go to the <a href="/downloads/">downloads page</a> to pick up the
  216. <a href="/downloads/buildroot-2012.08.tar.bz2">2012.08 release</a>.</p>
  217. <li><b>25 August 2012 -- 2012.08-rc3 released</b>
  218. <p>We have a new release candidate! Various fixes, and addition
  219. of licensing informations on many
  220. packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc3">CHANGES</a>
  221. file for details</p>
  222. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  223. <a href="/downloads/buildroot-2012.08-rc3.tar.bz2">2012.08-rc3
  224. release candidate</a>, and report any problems found to the <a
  225. href="lists.html">mailing list</a> or <a
  226. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  227. <li><b>15 August 2012 -- 2012.08-rc2 released</b>
  228. <p>We have a new release candidate! Various fixes, and addition
  229. of licensing informations on many
  230. packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc2">CHANGES</a>
  231. file for details</p>
  232. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  233. <a href="/downloads/buildroot-2012.08-rc2.tar.bz2">2012.08-rc2
  234. release candidate</a>, and report any problems found to the <a
  235. href="lists.html">mailing list</a> or <a
  236. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  237. <li><b>1 August 2012 -- 2012.08-rc1 released</b>
  238. <p>We have a new release candidate! Lots of changes all over the
  239. tree, see the <a
  240. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc1">CHANGES</a>
  241. file for details</p>
  242. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  243. <a href="/downloads/buildroot-2012.08-rc1.tar.bz2">2012.08-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>22 July 2012 -- Buildroot Developer Day</b>
  248. <p>The next <i>Buildroot Developer Day</i> meeting will take place
  249. on Saturday November 3th and Sunday November 4th 2012 in
  250. Barcelona, Spain, just before
  251. the <a href="https://events.linuxfoundation.org/events/embedded-linux-conference-europe">Embedded
  252. Linux Conference Europe</a> (November 5th-7th). This two days
  253. meeting is mainly opened to Buildroot developers and contributors,
  254. or Buildroot users having a prior experience with the tool. This
  255. meeting will allow developers to work and Buildroot, and discuss
  256. current issues, the future directions, and more.</p>
  257. <p>For more details, see
  258. the <a href="http://elinux.org/Buildroot#Buildroot_Developers_Meeting.2C_3-4_November_2012.2C_Barcelona_Spain">wiki
  259. page</a> dedicated to the meeting.</p>
  260. <li><b>30 May 2012 -- 2012.05 released</b>
  261. <p>The stable 2012.05 release is out - Thanks to everyone
  262. contributing and testing the release candidates. See the
  263. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05">CHANGES</a>
  264. file for more details, read the
  265. <a href="http://lists.busybox.net/pipermail/buildroot/2012-May/054342.html">announcement</a>
  266. and go to the <a href="/downloads/">downloads page</a> to pick up the
  267. <a href="/downloads/buildroot-2012.05.tar.bz2">2012.05 release</a>.</p>
  268. <li><b>25 May 2012 -- 2012.05-rc3 released</b>
  269. <p>RC3 is out with more bugfixes - See the <a
  270. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc3">CHANGES</a>
  271. file for details.
  272. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  273. <a href="/downloads/buildroot-2012.05-rc3.tar.bz2">2012.05-rc3
  274. release candidate</a>, and report any problems found to the <a
  275. href="lists.html">mailing list</a> or <a
  276. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  277. <li><b>18 May 2012 -- 2012.05-rc2 released</b>
  278. <p>Another week, another release candidate with more cleanups and
  279. build fixes. See the <a
  280. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc2">CHANGES</a>
  281. file for details.</p>
  282. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  283. <a href="/downloads/buildroot-2012.05-rc2.tar.bz2">2012.05-rc2
  284. release candidate</a>, and report any problems found to the <a
  285. href="lists.html">mailing list</a> or <a
  286. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  287. <li><b>10 May 2012 -- 2012.05-rc1 released</b>
  288. <p>We have a new release candidate! Lots of changes all over the
  289. tree, see the <a
  290. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.05_rc1">CHANGES</a>
  291. file for details, and read the
  292. <a href="http://lists.busybox.net/pipermail/buildroot/2012-May/053736.html">announcement</a>.</p>
  293. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  294. <a href="/downloads/buildroot-2012.05-rc1.tar.bz2">2012.05-rc1
  295. release candidate</a>, and report any problems found to the <a
  296. href="lists.html">mailing list</a> or <a
  297. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  298. <li><b>20 April 2012 -- Autobuilder Results Online</b>
  299. <p>The status of the autobuilders, which do repeated
  300. <code>randpackageconfig</code> builds for continuous integration
  301. testing, is now online at <a
  302. href='http://autobuild.buildroot.org'>autobuild.buildroot.org</a>. The
  303. code behind it can be found in <a
  304. href='http://git.buildroot.net/buildroot-test/'>git</a>.</p>
  305. <p>Thanks to Thomas Petazzoni for running the web interface, and
  306. to <a href='http://gcc.gnu.org/wiki/CompileFarm'>The GCC Compile
  307. Farm</a> and <a href='http://free-electrons.com/'>Free
  308. Electrons</a> for hosting builders. Thomas also sends out a daily
  309. summary of the build status to the mailing list.</p>
  310. <li><b>29 February 2012 -- 2012.02 released</b>
  311. <p>The stable 2012.02 release is out - Thanks to everyone
  312. contributing and testing the release candidates. See the
  313. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02">CHANGES</a>
  314. file for more details, read the
  315. <a href="http://lists.busybox.net/pipermail/buildroot/2012-February/050752.html">announcement</a>
  316. and go to the <a href="/downloads/">downloads page</a> to pick up the
  317. <a href="/downloads/buildroot-2012.02.tar.bz2">2012.02 release</a>.</p>
  318. <li><b>27 February 2012 -- 2012.02-rc3 released</b>
  319. <p>RC3 is out with more bugfixes - See the <a
  320. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc3">CHANGES</a>
  321. file for details.
  322. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  323. <a href="/downloads/buildroot-2012.02-rc3.tar.bz2">2012.02-rc3
  324. release candidate</a>, and report any problems found to the <a
  325. href="lists.html">mailing list</a> or <a
  326. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  327. <li><b>19 February 2012 -- 2012.02-rc2 released</b>
  328. <p>Another week, another release candidate with more cleanups and
  329. build fixes. See the <a
  330. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.02_rc2">CHANGES</a>
  331. file for details.</p>
  332. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  333. <a href="/downloads/buildroot-2012.02-rc2.tar.bz2">2012.02-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>12 February 2012 -- 2012.02-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=2012.02_rc1">CHANGES</a>
  341. file for details, and read the
  342. <a href="http://lists.busybox.net/pipermail/buildroot/2012-February/050234.html">announcement</a>.</p>
  343. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  344. <a href="/downloads/buildroot-2012.02-rc1.tar.bz2">2012.02-rc1
  345. release candidate</a>, and report any problems found to the <a
  346. href="lists.html">mailing list</a> or <a
  347. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  348. <li><b>31 January 2012 -- Buildroot Developer Day</b>
  349. <p>Another <i>Buildroot Developer Day</i> will take place on
  350. Friday, February 3rd in Brussels, Belgium - The day before <a
  351. href="http://fosdem.org">FOSDEM</a>. See the
  352. <a href="http://lists.busybox.net/pipermail/buildroot/2012-January/049340.html">announcement</a>
  353. or the <a href="http://free-electrons.com/blog/bdd-2012-brussels/">Free Electrons blog</a>
  354. for more info.</p>
  355. <li><b>30 November 2011 -- 2011.11 released</b>
  356. <p>The stable 2011.11 release is out - Thanks to everyone
  357. contributing and testing the release candidates. See the
  358. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11">CHANGES</a>
  359. file for more details, read the
  360. <a href="http://lists.busybox.net/pipermail/buildroot/2011-November/047926.html">announcement</a>
  361. and go to the <a href="/downloads/">downloads page</a> to pick up the
  362. <a href="/downloads/buildroot-2011.11.tar.bz2">2011.11 release</a>.</p>
  363. <li><b>26 November 2011 -- 2011.11-rc3 released</b>
  364. <p>RC3 is out with more bugfixes - See the <a
  365. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc3">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-2011.11-rc3.tar.bz2">2011.11-rc3
  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>18 November 2011 -- 2011.11-rc2 released</b>
  373. <p>Another week, another release candidate with a bunch of
  374. cleanups and build fixes. See the <a
  375. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc2">CHANGES</a>
  376. file for details.</p>
  377. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  378. <a href="/downloads/buildroot-2011.11-rc2.tar.bz2">2011.11-rc2
  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>11 November 2011 -- 2011.11-rc1 released</b>
  383. <p>We have a new release candidate! Lots of changes all over the
  384. tree, see the <a
  385. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.11_rc1">CHANGES</a>
  386. file for details, and read the
  387. <a href="http://lists.busybox.net/pipermail/buildroot/2011-November/047395.html">announcement</a>
  388. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  389. <a href="/downloads/buildroot-2011.11-rc1.tar.bz2">2011.11-rc1
  390. release candidate</a>, and report any problems found to the <a
  391. href="lists.html">mailing list</a> or <a
  392. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  393. <li><b>31 August 2011 -- 2011.08 released</b>
  394. <p>The stable 2011.08 release is out - Thanks to everyone
  395. contributing and testing the release candidates. See the
  396. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08">CHANGES</a>
  397. file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
  398. <a href="/downloads/buildroot-2011.08.tar.bz2">2011.08 release</a>.</p>
  399. <li><b>29 August 2011 -- 2011.08-rc2 released</b>
  400. <p>RC2 is out with more bugfixes. See the <a
  401. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc2">CHANGES</a>
  402. file for details, and read the
  403. <a href="http://lists.busybox.net/pipermail/buildroot/2011-August/045211.html">announcement</a>.
  404. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  405. <a href="/downloads/buildroot-2011.08-rc2.tar.bz2">2011.08-rc2
  406. release candidate</a>, and report any problems found to the <a
  407. href="lists.html">mailing list</a> or <a
  408. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  409. <li><b>4 August 2011 -- 2011.08-rc1 released</b>
  410. <p>We have a new release candidate! Lots of changes all over the
  411. tree, see the <a
  412. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc1">CHANGES</a>
  413. file for details, and read the
  414. <a href="http://lists.busybox.net/pipermail/buildroot/2011-August/044855.html">announcement</a>.
  415. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  416. <a href="/downloads/buildroot-2011.08-rc1.tar.bz2">2011.08-rc1
  417. release candidate</a>, and report any problems found to the <a
  418. href="lists.html">mailing list</a> or <a
  419. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  420. <li><b>27 May 2011 -- 2011.05 released</b>
  421. <p>The stable 2011.05 release is out - Thanks to everyone
  422. contributing and testing the release candidates. See the
  423. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05">CHANGES</a>
  424. file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
  425. <a href="/downloads/buildroot-2011.05.tar.bz2">2011.05 release</a>.</p>
  426. <li><b>24 May 2011 -- 2011.05-rc2 released</b>
  427. <p>RC2 is out with more bugfixes. See the <a
  428. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc2">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-2011.05-rc2.tar.bz2">2011.05-rc2
  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>18 May 2011 -- 2011.05-rc1 released</b>
  436. <p>We have a new release candidate! Lots of changes all over the
  437. tree, see the <a
  438. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc1">CHANGES</a>
  439. file for details, and read the
  440. <a href="http://lists.busybox.net/pipermail/buildroot/2011-May/043317.html">announcement</a>.
  441. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  442. <a href="/downloads/buildroot-2011.05-rc1.tar.bz2">2011.05-rc1
  443. release candidate</a>, and report any problems found to the <a
  444. href="lists.html">mailing list</a> or <a
  445. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  446. <li><b>28 February 2011 -- 2011.02 released</b>
  447. <p>The stable 2011.02 release is out - Thanks to everyone
  448. contributing and testing the release candidates. See the
  449. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02">CHANGES</a>
  450. file for more details, read the
  451. <a href="http://lists.busybox.net/pipermail/buildroot/2011-February/041662.html">announcement</a>
  452. and go to the <a href="/downloads/">downloads page</a> to pick up the
  453. <a href="/downloads/buildroot-2011.02.tar.bz2">2011.02 release</a>.</p>
  454. <li><b>24 February 2011 -- 2011.02-rc2 released</b>
  455. <p>RC2 is out with more cleanups and bugfixes, see the <a
  456. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc2">CHANGES</a>
  457. file for details.</p>
  458. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  459. <a href="/downloads/buildroot-2011.02-rc2.tar.bz2">2011.02-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 February 2011 -- 2011.02-rc1 released</b>
  464. <p>We have a new release candidate! Lots of changes all over the
  465. tree, see the <a
  466. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.02_rc1">CHANGES</a>
  467. file for details, and read the
  468. <a href="http://lists.busybox.net/pipermail/buildroot/2011-February/041365.html">announcement</a>.
  469. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  470. <a href="/downloads/buildroot-2011.02-rc1.tar.bz2">2011.02-rc1
  471. release candidate</a>, and report any problems found to the <a
  472. href="lists.html">mailing list</a> or <a
  473. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  474. <li><b>30 November 2010 -- 2010.11 released</b>
  475. <p>The stable 2010.11 release is out - Thanks to everyone
  476. contributing and testing the release candidates. See the
  477. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11">CHANGES</a>
  478. file for more details, read the
  479. <a href="http://lists.busybox.net/pipermail/buildroot/2010-November/039135.html">announcement</a>
  480. and go to the <a href="/downloads/">downloads page</a> to pick up the
  481. <a href="/downloads/buildroot-2010.11.tar.bz2">2010.11 release</a>.</p>
  482. <li><b>25 November 2010 -- 2010.11-rc2 released</b>
  483. <p>RC2 is out with more cleanups and bugfixes, see the <a
  484. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc2">CHANGES</a>
  485. file for details.</p>
  486. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  487. <a href="/downloads/buildroot-2010.11-rc2.tar.bz2">2010.11-rc2
  488. release candidate</a>, and report any problems found to the <a
  489. href="lists.html">mailing list</a> or <a
  490. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  491. <li><b>8 November 2010 -- 2010.11-rc1 released</b>
  492. <p>We have a new release candidate! Lots of changes all over the
  493. tree, see the <a
  494. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.11_rc1">CHANGES</a>
  495. file for details, and read the
  496. <a href="http://lists.busybox.net/pipermail/buildroot/2010-November/038645.html">announcement</a>.
  497. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  498. <a href="/downloads/buildroot-2010.11-rc1.tar.bz2">2010.11-rc1
  499. release candidate</a>, and report any problems found to the <a
  500. href="lists.html">mailing list</a> or <a
  501. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  502. <li><b>28 September 2010 - Buildroot Developer Day</b>
  503. <p>A <i>Buildroot Developer Day</i> will take place on
  504. Friday, October 29th in Cambridge, UK - Just the day after the
  505. <a href="http://www.embeddedlinuxconference.com/elc_europe10/">Embedded
  506. Linux Conference Europe</a>. This <i>Developer Day</i> aims
  507. at allowing Buildroot developers to meet and exchange ideas on the
  508. project and its future. See the
  509. <a href="http://lists.busybox.net/pipermail/buildroot/2010-September/037930.html">announcement</a>
  510. for more info.</p>
  511. <p>Thanks to Thomas Petazzoni for taking care of the practical
  512. arrangements.</p>
  513. <li><b>31 August 2010 -- 2010.08 released</b>
  514. <p>The stable 2010.08 release is out - Thanks to everyone
  515. contributing and testing the release candidates. See the
  516. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08">CHANGES</a>
  517. file for more details, read the
  518. <a href="http://lists.busybox.net/pipermail/buildroot/2010-August/037078.html">announcement</a>
  519. and go to the <a href="/downloads/">downloads page</a> to pick up the
  520. <a href="/downloads/buildroot-2010.08.tar.bz2">2010.08 release</a>.</p>
  521. <li><b>30 August 2010 -- 2010.08-rc2 released</b>
  522. <p>RC2 is out with more cleanups and bugfixes, see the <a
  523. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc2">CHANGES</a>
  524. file for details.
  525. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  526. <a href="/downloads/buildroot-2010.08-rc2.tar.bz2">2010.08-rc2
  527. release candidate</a>, and report any problems found to the <a
  528. href="lists.html">mailing list</a> or <a
  529. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  530. This is very much expected to be the final release
  531. candidate, so give it a good test and expect a final 2010.08
  532. release before September unless critical issues are found.</p>
  533. <li><b>30 July 2010 -- 2010.08-rc1 released</b>
  534. <p>We have a new release candidate! Lots of changes all over the
  535. tree, see the <a
  536. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.08_rc1">CHANGES</a>
  537. file for details.
  538. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  539. <a href="/downloads/buildroot-2010.08-rc1.tar.bz2">2010.08-rc1
  540. release candidate</a>, and report any problems found to the <a
  541. href="lists.html">mailing list</a> or <a
  542. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  543. <li><b>30 May 2010 -- 2010.05 released</b>
  544. <p>The stable 2010.05 release is out - Thanks to everyone
  545. contributing and testing the release candidates. See the
  546. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05">CHANGES</a>
  547. file for more details, read the
  548. <a href="http://lists.busybox.net/pipermail/buildroot/2010-May/034878.html">announcement</a>
  549. and go to the <a href="/downloads/">downloads page</a> to pick up the
  550. <a href="/downloads/buildroot-2010.05.tar.bz2">2010.05 release</a>.</p>
  551. <li><b>27 May 2010 -- 2010.05-rc3 released</b>
  552. <p>RC3 is out with more cleanups and bugfixes, see the <a
  553. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc3">CHANGES</a>
  554. file for details.
  555. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  556. <a href="/downloads/buildroot-2010.05-rc3.tar.bz2">2010.05-rc3
  557. release candidate</a>, and report any problems found to the <a
  558. href="lists.html">mailing list</a> or <a
  559. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  560. <li><b>11 May 2010 -- 2010.05-rc2 released</b>
  561. <p>Another week, another release candidate with a bunch of
  562. cleanups and build fixes.</p>
  563. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  564. <a href="/downloads/buildroot-2010.05-rc2.tar.bz2">2010.05-rc2
  565. release candidate</a>, and report any problems found to the <a
  566. href="lists.html">mailing list</a> or <a
  567. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  568. <li><b>3 May 2010 -- 2010.05-rc1 released</b>
  569. <p>We have a new release candidate! Lots of changes all over the
  570. tree, see the <a
  571. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.05_rc1">CHANGES</a>
  572. file for details.
  573. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  574. <a href="/downloads/buildroot-2010.05-rc1.tar.bz2">2010.05-rc1
  575. release candidate</a>, and report any problems found to the <a
  576. href="lists.html">mailing list</a> or <a
  577. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  578. <li><b>2 May 2010 - FOSDEM slides online</b>
  579. <p>The slides from the <a
  580. href="http://fosdem.org/2010/schedule/events/emb_cross_build">Cross
  581. Build Systems: Present & Future</a> session at <a
  582. href="http://fosdem.org/2010">FOSDEM</a> are now <a
  583. href="http://send-patches.org/news/20100211-1-FOSDEM-Crossdev-Workshop.pdf">online</a>.
  584. <li><b>26 February 2010 -- 2010.02 released</b>
  585. <p>The stable 2010.02 release is out - Thanks to everyone
  586. contributing and testing the release candidates. See the
  587. <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02">CHANGES</a>
  588. file for more details, and go to the <a href="/downloads/">downloads page</a>
  589. to pick up the <a href="/downloads/buildroot-2010.02.tar.bz2">2010.02
  590. release</a>.</p>
  591. <li><b>23 February 2010 -- 2010.02-rc2 released</b>
  592. <p>RC2 is out with more cleanups and bugfixes, see the <a
  593. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc2">CHANGES</a>
  594. file for details.
  595. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  596. <a href="/downloads/buildroot-2010.02-rc2.tar.bz2">2010.02-rc2
  597. release candidate</a>, and report any problems found to the <a
  598. href="lists.html">mailing list</a> or <a
  599. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  600. <li><b>9 February 2010 -- 2010.02-rc1 released</b>
  601. <p>We have a new release candidate! Lots of changes all over the
  602. tree, see the <a
  603. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2010.02_rc1">CHANGES</a>
  604. file for details.
  605. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  606. <a href="/downloads/buildroot-2010.02-rc1.tar.bz2">2010.02-rc1
  607. release candidate</a>, and report any problems found to the <a
  608. href="lists.html">mailing list</a> or <a
  609. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  610. <li><b>1 December 2009 -- 2009.11 released</b>
  611. <p>The stable 2009.11 release is out - Thanks to everyone
  612. contributing and testing the release candidates. See the
  613. <a href="http://lists.busybox.net/pipermail/buildroot/2009-December/030672.html">announcement</a>
  614. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11">CHANGES</a>
  615. for more details, and go to the <a href="/downloads/">downloads page</a>
  616. to pick up the <a href="/downloads/buildroot-2009.11.tar.bz2">2009.11
  617. release</a>.</p>
  618. <li><b>29 November 2009 -- 2009.11-rc2 released</b>
  619. <p>RC2 is out with more cleanups and bugfixes, see the <a
  620. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc2">CHANGES</a>
  621. file for details.
  622. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  623. <a href="/downloads/buildroot-2009.11-rc2.tar.bz2">2009.11-rc2
  624. release candidate</a>, and report any problems found to the <a
  625. href="lists.html">mailing list</a> or <a
  626. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  627. <li><b>23 November 2009 -- 2009.11-rc1 released</b>
  628. <p>We have a new release candidate! Lots of changes all over the
  629. tree, see the <a
  630. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.11_rc1">CHANGES</a>
  631. file for details.
  632. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  633. <a href="/downloads/buildroot-2009.11-rc1.tar.bz2">2009.11-rc1
  634. release candidate</a>, and report any problems found to the <a
  635. href="lists.html">mailing list</a> or <a
  636. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  637. <li><b>7 September 2009 -- First Buildroot Developer Day</b>
  638. <p>The first <i>Buildroot Developer Day</i> will take place on
  639. Saturday, October 17th in Grenoble, France, just the day after
  640. Embedded Linux Conference Europe. This <i>Developer Day</i> aims
  641. at allowing Buildroot developers to meet and exchange ideas on the
  642. project and its future.</p>
  643. <p>As the number of places is limited, interested candidates are
  644. invited to send an e-mail to Peter Korsgaard (<code>jacmet at
  645. uclibc dot org</code>) and Thomas Petazzoni (<code>thomas dot
  646. petazzoni at free-electrons dot com</code>).</p>
  647. <p>This <i>Developer Day</i> will take place thanks to the
  648. sponsoring of <a href="http://www.calao-systems.com">Calao
  649. Systems</a> and <a href="http://www.free-electrons.com">Free
  650. Electrons</a>.</p>
  651. <li><b>31 August 2009 -- 2009.08 released</b>
  652. <p>The stable 2009.08 release is out - Thanks to everyone
  653. contributing and testing the release candidates. See the
  654. <a href="http://lists.busybox.net/pipermail/buildroot/2009-August/029018.html">announcement</a>
  655. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08">CHANGES</a>
  656. for more details, and go to the <a href="/downloads/">downloads page</a>
  657. to pick up the <a href="/downloads/buildroot-2009.08.tar.bz2">2009.08
  658. release</a>.</p>
  659. <li><b>26 August 2009 -- 2009.08-rc3 released</b>
  660. <p>A number of bugfixes have been added to the tree since RC2
  661. (especially thanks to Thomas Petazzoni) - See the <a
  662. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc3">CHANGES</a>
  663. file for details. This is very much expected to be the final release
  664. candidate, so give it a good test and expect a final 2009.08
  665. release next weekend unless critical issues are found.</p>
  666. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  667. <a href="/downloads/buildroot-2009.08-rc3.tar.bz2">2009.08-rc3
  668. release candidate</a>, and report any problems found to the <a
  669. href="lists.html">mailing list</a> or <a
  670. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  671. <li><b>6 August 2009 -- 2009.08-rc2 released</b>
  672. <p>RC2 is out with more cleanups and bugfixes, see the <a
  673. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc2">CHANGES</a>
  674. file for details.
  675. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  676. <a href="/downloads/buildroot-2009.08-rc2.tar.bz2">2009.08-rc2
  677. release candidate</a>, and report any problems found to the <a
  678. href="lists.html">mailing list</a> or <a
  679. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  680. <li><b>2 August 2009 -- 2009.08-rc1 released</b>
  681. <p>We have a new release candidate! Lots of changes all over the
  682. tree, see the <a
  683. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.08_rc1">CHANGES</a>
  684. file for details.
  685. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  686. <a href="/downloads/buildroot-2009.08-rc1.tar.bz2">2009.08-rc1
  687. release candidate</a>, and report any problems found to the <a
  688. href="lists.html">mailing list</a> or <a
  689. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  690. <li><b>1 June 2009 -- 2009.05 released</b>
  691. <p>The stable 2009.05 release is out - Thanks to everyone
  692. contributing and testing the release candidates. See the
  693. <a href="http://lists.busybox.net/pipermail/buildroot/2009-June/027640.html">announcement</a>
  694. or <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05">CHANGES</a>
  695. for more details, and go to the <a href="/downloads/">downloads page</a>
  696. to pick up the <a href="/downloads/buildroot-2009.05.tar.bz2">2009.05
  697. release</a>.</p>
  698. <li><b>27 May 2009 -- 2009.05-rc3 released</b>
  699. <p>We had a number of fixes post-RC2, so RC3 is out (see <a
  700. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc3">CHANGES</a>
  701. for details). Now is the moment to test and verify that everything
  702. is working for your favorite config - Expect a final 2009.05 very soon.</p>
  703. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  704. <a href="/downloads/buildroot-2009.05-rc3.tar.bz2">2009.05-rc3
  705. release candidate</a>, and report any problems found to the <a
  706. href="lists.html">mailing list</a> or <a
  707. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  708. <li><b>19 May 2009 -- 2009.05-rc2 released</b>
  709. <p>RC2 is out with more cleanups and bug fixes (see <a
  710. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc2">CHANGES</a>).
  711. Unless big issues are found, expect this to be the last release
  712. candidate before the release - So give it a good test.</p>
  713. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  714. <a href="/downloads/buildroot-2009.05-rc2.tar.bz2">2009.05-rc2
  715. release candidate</a>, and report any problems found to the <a
  716. href="lists.html">mailing list</a> or <a
  717. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  718. <li><b>14 May 2009 -- Buildroot.org</b>
  719. <p>Earl Levine has been so kind to donate the <b>buildroot.org</b>
  720. domain to us, so the website can now also be reached at <a
  721. href="http://www.buildroot.org">www.buildroot.org</a> (and git at
  722. <a href="http://git.buildroot.org/buildroot">git.buildroot.org</a>).
  723. Thanks a lot Earl!</p>
  724. <li><b>5 May 2009 -- 2009.05-rc1 released</b>
  725. <p>We have a new release candidate! Lots of changes all over the
  726. tree, see the <a
  727. href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2009.05_rc1">CHANGES</a>
  728. file for details.
  729. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  730. <a href="/downloads/buildroot-2009.05-rc1.tar.bz2">2009.05-rc1
  731. release candidate</a>, and report any problems found to the <a
  732. href="lists.html">mailing list</a> or <a
  733. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  734. <li><b>3 May 2009 -- Moved to git</b>
  735. <p>We've moved the source code from <a
  736. href="http://subversion.tigris.org">Subversion</a> to <a
  737. href="http://git-scm.org">Git</a>. You can browse the repo online
  738. <a href="http://git.buildroot.net/buildroot">here</a>, and clone
  739. the repo using:
  740. <pre>git clone git://git.buildroot.net/buildroot</pre>
  741. See the <a href="/git.html">Git Access</a> page for more details.
  742. </p>
  743. <li><b>27 March 2009 -- new Logo</b>
  744. <p>We have a <a href="images/logo.png">logo</a>! We have so far
  745. been using the <a href="http://busybox.net">Busybox</a> logo on
  746. the website, as the website was a copy of the <a
  747. href="http://busybox.net">Busybox</a> one - But not anymore, we
  748. now have a shiny new logo of our own.</p>
  749. <li><b>12 February 2009 -- 2009.02 released</b>
  750. <p>The stable 2009.02 release is out - Thanks to everyone
  751. contributing and testing the release candidates. See the
  752. <a href="http://lists.busybox.net/pipermail/buildroot/2009-February/025974.html">announcement</a>
  753. for more details, and go to the <a href="/downloads/">downloads page</a>
  754. to pick up the <a href="/downloads/buildroot-2009.02.tar.bz2">2009.02
  755. release</a>.</p>
  756. <li><b>9 February 2009 -- 2009.02-rc4 released</b>
  757. <p>We had more than 50 changes since RC3, several of them
  758. toolchain related, so decided to make a RC4 as well. This is
  759. very much expected to be the final release candidate, so give it
  760. a good test and expect a final 2009.02 release this week unless
  761. critical issues are found.</p>
  762. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  763. <a href="/downloads/buildroot-2009.02-rc4.tar.bz2">2009.02-rc4
  764. release candidate</a>, and report any problems found to the <a
  765. href="lists.html">mailing list</a> or <a
  766. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  767. <li><b>31 January 2009 -- 2009.02-rc3 released</b>
  768. <p>RC3 is out with more cleanups and bug fixes. Unless big issues
  769. are found, expect this to be the last release candidate before the
  770. release - So give it a good test.</p>
  771. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  772. <a href="/downloads/buildroot-2009.02-rc3.tar.bz2">2009.02-rc3
  773. release candidate</a>, and report any problems found to the <a
  774. href="lists.html">mailing list</a> or <a
  775. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  776. <li><b>23 January 2009 -- 2009.02-rc2 released</b>
  777. <p>Another week, another release candidate with a bunch of
  778. cleanups and build fixes.</p>
  779. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  780. <a href="/downloads/buildroot-2009.02-rc2.tar.bz2">2009.02-rc2
  781. release candidate</a>, and report any problems found to the <a
  782. href="lists.html">mailing list</a> or <a
  783. href="https://bugs.uclibc.org">bug tracker</a>.</p>
  784. <li><b>16 January 2009 -- Release candidate and new maintainer</b>
  785. <p>It has been a long time coming, but we finally have a new
  786. release candidate! - And a new maintainer to match (Peter Korsgaard).</p>
  787. <p>Head to the <a href="/downloads/">downloads page</a> to pick up the
  788. <a href="/downloads/buildroot-2009.02-rc1.tar.bz2">2009.02-rc1
  789. release candidate</a>, and report any problems found to the <a
  790. href="lists.html">mailing list</a> or <a
  791. href="https://bugs.uclibc.org">bug tracker</a>. The plan is to
  792. release 2009.02 in time for <a
  793. href="http://www.fosdem.org/2009/">FOSDEM</a>.</p>
  794. <li><b>16 July 2006 -- Buildroot mailing list</b>
  795. <p>Buildroot now has its own <a href=lists.html>mailing list</a>.</p>
  796. <li><b>21 February 2005 -- Buildroot webpage added</b><p>
  797. Buildroot is a set of Makefiles and patches that makes it easy generate a
  798. cross-compilation toolchain and root filesystem for your target Linux
  799. system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
  800. Buildroot is useful mainly for people working with small or embedded
  801. systems. Embedded systems often use processors that are not the regular
  802. x86 processors everyone is used to using on their PC. It can be PowerPC
  803. processors, MIPS processors, ARM processors, etc. And to be extra safe,
  804. you do not need to be root to build or run buildroot.
  805. <p>
  806. And as of today buildroot even has its own webpage, making it a first class
  807. citizen of uclibc.org and busybox.net, and more importantly, make it easy
  808. to find and point to buildroot.
  809. <p>
  810. If you find a bug in buildroot, or wish to submit a patch to fix a problem
  811. or add a shiny new feature, please use the <a
  812. href="https://bugs.uclibc.org/">Bug and Patch Tracking System</a> to post
  813. the details, to make certain your work is not lost.
  814. </ul>
  815. <!--#include file="footer.html" -->