news.html 4.6 KB

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