news.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!--#include file="header.html" -->
  2. <ul>
  3. <li><b>13 January 2005 -- Bug and Patch Tracking</b><p>
  4. Bug reports sometimes get lost when posted to the mailing list. The
  5. developers of BusyBox are busy people, and have only so much they can keep
  6. in their brains at a time. In my case, I'm lucky if I can remember my own
  7. name, much less a bug report posted last week... To prevent your bug report
  8. from getting lost, if you find a bug in BusyBox, please use the
  9. <a href="http://bugs.busybox.net/">shiny new Bug and Patch Tracking System</a>
  10. to post all the gory details.
  11. <p>
  12. The same applies to patches... Regardless of whether your patch
  13. is a bug fix or adds spiffy new features, please post your patch
  14. to the Bug and Patch Tracking System to make certain it is
  15. properly considered.
  16. <p>
  17. <li><b>13 October 2004 -- BusyBox 1.00 released</b><p>
  18. When you take a careful look at nearly every embedded Linux device or
  19. software distribution shipping today, you will find a copy of BusyBox.
  20. With countless routers, set top boxes, wireless access points, PDAs, and
  21. who knows what else, the future for Linux and BusyBox on embedded devices
  22. is looking very bright.
  23. <p>
  24. It is therefore with great satisfaction that I declare each and every
  25. device already shipping with BusyBox is now officially out of date.
  26. The highly anticipated release of BusyBox 1.00 has arrived!
  27. <p>
  28. Over three years in development, BusyBox 1.00 represents a tremendous
  29. improvement over the old 0.60.x stable series. Now featuring a Linux
  30. KernelConf based configuration system (as used by the Linux kernel),
  31. Linux 2.6 kernel support, many many new applets, and the development
  32. work and testing of thousands of people from around the world.
  33. <p>
  34. If you are already using BusyBox, you are strongly encouraged to upgrade to
  35. BusyBox 1.00. If you are considering developing an embedded Linux device
  36. or software distribution, you may wish to investigate if using BusyBox is
  37. right for your application. If you need help getting started using
  38. BusyBox, if you wish to donate to help cover expenses, or if you find a bug
  39. and need help reporting it, you are invited to visit the <a
  40. href="FAQ.html">BusyBox FAQ</a>.
  41. <p>
  42. As usual you can <a href="downloads">download busybox here</a>.
  43. <p>Have Fun!
  44. <p>
  45. <li><b>Old News</b><p>
  46. <a href="/oldnews.html">Click here to read older news</a>
  47. </ul>
  48. <!--#include file="footer.html" -->