news.html 4.6 KB

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