news.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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 of 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 _were_ 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. We <b>will</b> break binary compatibilty in the upcoming 0.9.26 release to
  14. implement a few things we have been postponing. That will hopefully be the
  15. last ABI change before we freeze the ABI for the upcoming 1.0.x stable
  16. 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 is still some sortof
  34. problem with the shared library loader that has 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>
  59. <li> <b>13 November 2003, uClibc 0.9.23 Released</b>
  60. <br>
  61. CodePoet Consulting is pleased to announce the immediate availability of
  62. uClibc 0.9.23. Of course, we are somewhat less than pleased that there
  63. were configuration problems in the previous release that made such it
  64. necessary to release .23 so quickly. Updated uClibc development systems
  65. using uClibc 0.9.23 are being built and will be posted shortly. And Erik
  66. has built Debian stable (woody) for x86 with uClibc and it runs great.
  67. <p>
  68. This release continues to be binary compatible with uClibc 0.9.21 and
  69. 0.9.22 -- as long as you pick compatible configuration options. Enabling
  70. or disabling things like soft-float, locale, wide char support, or changing
  71. cpu optimizations are all good examples of binary incompatible
  72. configuration options. If have changed any of those sorts of options (or
  73. if you are not sure!) you will need to recompile all your applications and
  74. libraries.
  75. <p>
  76. As usual, the
  77. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  78. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  79. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.23.tar.bz2">source code for this release</a>
  80. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  81. <p>
  82. <p>
  83. <li> <b>8 November 2003, uClibc 0.9.22 Released</b>
  84. <br>
  85. CodePoet Consulting is pleased to announce the immediate availability of
  86. uClibc 0.9.22. This release has been cooking for a couple of months now
  87. and is looking quite solid. We have done quite a lot of testing with this
  88. release and things are looking good. And Erik has built Debian stable
  89. (woody) for x86 with uClibc and it runs great. Expect that to be released
  90. in the next few days.
  91. <p>
  92. This release is binary compatible with uClibc 0.9.21 -- as long as you pick
  93. compatible configuration options. Enabling or disabling things like
  94. soft-float, locale, wide char support, or changing cpu optimizations are
  95. all good examples of binary incompatible configuration options. If have
  96. changed any of those sorts of options (or if you are not sure!) you will
  97. need to recompile all your applications and libraries.
  98. <p>
  99. Updated uClibc development systems using uClibc 0.9.22 will be made
  100. available within a few days. Meanwhile, we invite you to try out uClibc
  101. with the latest <a href="http://ltp.sourceforge.net/">Linux Test Project
  102. test suite</a> (you will need to apply a small <a
  103. href="http://www.uclibc.org/cgi-bin/cvsweb/buildroot/sources/ltp-testsuite.patch?rev=1.3">patch</a>.
  104. And also give the latest Perl and Python test suites a try as well.
  105. If you find any bugs in uClibc, PLEASE let us know!
  106. <p>
  107. As usual, the
  108. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  109. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  110. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.22.tar.bz2">source code for this release</a>
  111. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  112. <p>
  113. <p>
  114. <li> <b>30 September 2003, dev systems updated to uClibc 0.9.21+</b>
  115. <br>
  116. The uClibc development systems for
  117. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
  118. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  119. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
  120. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
  121. have been updated to uClibc 0.9.21 (plus all the CVS updates up to
  122. today). Several problems have been fixed up,
  123. gcc has been updated to version 3.3.1, binutils was updated to 2.14.90.0.6, and
  124. <em>tada</em> everything finally works for cross compiling. These were
  125. all cross compiled (which really makes things faster since the older
  126. mipsel releases used to take 2 days to build!)
  127. <p>
  128. These are ~100 MB ext2 filesystems that run natively on the specified
  129. architecture. They contains all the development software you need to build
  130. your own uClibc applications, including bash, coreutils, findutils,
  131. diffutils, patch, sed, ed, flex, bison, file, gawk, tar, grep gdb, strace,
  132. make, gcc, g++, autoconf, automake, ncurses, zlib, openssl, openssh perl,
  133. and more. And of course, everything is dynamically linked against uClibc.
  134. By using a uClibc only system, you can avoid all the painful
  135. cross-configuration problems that have made using uClibc somewhat painful
  136. in the past. If you want to quickly get started with testing or using
  137. uClibc you should give these images a try. You can loop mount and them
  138. you can chroot into them, you can boot into with using user-mode Linux,
  139. and you can even 'dd' them to a spare partition and use resize2fs to make
  140. them fill the drive. Whatever works for you.
  141. <p> If you would like to build your own custom uClibc system, you can
  142. use <a href="/cgi-bin/cvsweb/buildroot/">buildroot</a>, which is
  143. how these uClibc development systems were created.
  144. <p>
  145. <p> <li> <b>Old News</b>
  146. <br>
  147. <a href="/oldnews.html">Click here to read older news</a>
  148. <p>
  149. </ul>
  150. <!--#include file="footer.html" -->