news.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!--#include file="header.html" -->
  2. <ul>
  3. <li> <b>12 January 2005, uClibc 0.9.27 Released</b>
  4. <br>
  5. This has been a long time in the making... Release highlights:
  6. <ul>
  7. <li> New stdio implementation
  8. <li> New optimized string functions
  9. <li> Major improvements to the shared lib loader
  10. <li> Shared libraries work properly on powerpc
  11. <li> Debugging works on mips
  12. <li> New architectures: frv, nios, nios2, bfin
  13. <li> Linux 2.6.x kernel support
  14. <li> Lots and lots of bug fixes
  15. </ul>
  16. <p>
  17. This release is NOT binary compatible with uClibc 0.9.26 or any earlier
  18. release, so be prepared to recompile your software if you are still using
  19. an old version of uClibc.
  20. <p>
  21. As usual, the
  22. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  23. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  24. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.27.tar.bz2">source code for this release</a>
  25. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  26. <p> <li> <b>Old News</b>
  27. <br>
  28. <a href="/oldnews.html">Click here to read older news</a>
  29. <p>
  30. </ul>
  31. <!--#include file="footer.html" -->