news.html 5.5 KB

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