news.html 59 KB

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