news.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <!--#include file="header.html" -->
  2. <ul>
  3. <li> <b>3 January 2004, uClibc 0.9.25 Released</b>
  4. <br>
  5. CodePoet Consulting is pleased to announce the immediate availability of
  6. uClibc 0.9.25. This contains many bug fixes and cleanups, and is
  7. recommended for anyone using uClibc. This release remains binary
  8. compatible with uClibc 0.9.21-24 (as long as you take care to avoid any
  9. configuraton changes that will break things). We <b>were</b> planning to break
  10. binary compatibilty in this release, but decided to hold those changes so
  11. we could push out a bugfix release.
  12. <p>
  13. Please be aware we <b>will</b> break binary compatibilty in the upcoming
  14. 0.9.26 release to implement a few changes we have been postponing. That
  15. will hopefully be the last ABI change before we freeze the ABI for the
  16. upcoming 1.0.x stable uClibc series.
  17. <p>
  18. As usual, the
  19. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  20. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  21. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.25.tar.bz2">source code for this release</a>
  22. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  23. <p>
  24. <li> <b>19 December 2003, dev systems updated to uClibc 0.9.24</b>
  25. <br>
  26. Current uClibc development systems have been posted for
  27. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
  28. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  29. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
  30. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
  31. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
  32. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
  33. The powerpc dev system mostly works, but there are still some
  34. problems with the shared library loader that have not yet been resolved.
  35. Details on what these are and how to use them can be found in the
  36. <a href="/FAQ.html#dev_systems">FAQ</a>
  37. <p>
  38. <li> <b>15 December 2003, uClibc 0.9.24 Released</b>
  39. <br>
  40. CodePoet Consulting is pleased to announce the immediate availability of
  41. uClibc 0.9.24. This contains various minor updates and fixes for a few
  42. silly configuration problems. Arm users should notice a speed increase
  43. since some arm optimized string functions have been added. And several
  44. bugs have been fixed.
  45. <p>
  46. This release continues to be binary compatible with uClibc 0.9.21 to 0.9.23
  47. -- as long as you pick compatible configuration options. The next release
  48. will <b>not</b> be binary compatible. We've been saving up a few needed
  49. changes that will be going into the next release, so while you will not
  50. need to recompile all your applications and libraries just yet, keep in
  51. mind we will have a flag day soon...
  52. <p>
  53. As usual, the
  54. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  55. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  56. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.24.tar.bz2">source code for this release</a>
  57. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  58. <p> <li> <b>Old News</b>
  59. <br>
  60. <a href="/oldnews.html">Click here to read older news</a>
  61. <p>
  62. </ul>
  63. <!--#include file="footer.html" -->