oldnews.html 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143
  1. <!--#include file="header.html" -->
  2. <ul>
  3. <li> <b>12 January 2005, uClibc 0.9.27 Released</b>
  4. <br>
  5. CodePoet Consulting is pleased to announce the release of
  6. uClibc 0.9.27. Release highlights include a new stdio core,
  7. Linux 2.6.x support, a much improved shared library loader,
  8. support for several new architectures, and of course fixes for
  9. the usual pile of bugs.
  10. <p>
  11. Due primarily to the stdio changes, this release is NOT binary
  12. compatible with uClibc 0.9.26 or any earlier release, so be
  13. prepared to recompile your software if you are still using an
  14. old version of uClibc. Sorry for the pain...
  15. <p>
  16. Updated uClibc development systems using uClibc 0.9.27, along
  17. with the uClibc buildroot and source code used to compile these
  18. development systems, have also been released and are available
  19. from the uclibc.org downloads area.
  20. <p>
  21. As usual, the
  22. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  23. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  24. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.27.tar.bz2">source code for this release</a>
  25. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  26. <p>
  27. <li> <b>20 April 2004, uClibc 0.9.26 based Debian uwoody</b>
  28. <br>
  29. CodePoet Consulting (i.e. Erik) is pleased to announce the immediate
  30. availability of an x86 port of Debian woody compiled with uClibc 0.9.26.
  31. This was originally announced a couple of months ago, but has been updated
  32. a few times since to correct several small problems. If you want an easy
  33. way to start building your own uClibc based applications, this is it. This
  34. even supports building your own packages using 'apt-get', and using
  35. 'apt-get' to install already compiled packages from uclibc.org. You can
  36. find Erik's uwoody distribution <a
  37. href="http://www.uclibc.org/dists/">uwoody distribution here</a>. Assembling
  38. this Debian/uClibc system required a <em>lot</em> of work, so if you
  39. think this is the coolest thing since the invention of water, feel free to
  40. <a href="http://uclibc.org/FAQ.html#support">let us know</a>.
  41. <p>
  42. <li> <b>3 January 2004, uClibc 0.9.26 Released</b>
  43. <br>
  44. CodePoet Consulting is sorry to announce there was a pthread bug that
  45. slipped though our extensive testing and was only noticed a few hours after
  46. the previous release. As a result, we are now releasing uClibc 0.9.26
  47. which fixes this bug, and is otherwise identical to the previous release.
  48. <p>
  49. This release remains binary compatible with uClibc 0.9.21-25, as long as
  50. you take care to avoid any configuraton changes that will break things.
  51. Please be aware we <b>will</b> break binary compatibilty in the upcoming
  52. 0.9.27 release to implement a few necessary changes we have been
  53. postponing. That will hopefully be the last ABI change before we freeze
  54. the ABI for the upcoming 1.0.x stable uClibc series.
  55. <p>
  56. As usual, the
  57. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  58. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  59. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.26.tar.bz2">source code for this release</a>
  60. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  61. <li> <b>3 January 2004, uClibc 0.9.25 Released</b>
  62. <br>
  63. CodePoet Consulting is pleased to announce the immediate availability of
  64. uClibc 0.9.25. This contains many bug fixes and cleanups, and is
  65. recommended for anyone using uClibc. This release remains binary
  66. compatible with uClibc 0.9.21-24 (as long as you take care to avoid any
  67. configuraton changes that will break things). We <b>were</b> planning to break
  68. binary compatibilty in this release, but decided to hold those changes so
  69. we could push out a bugfix release.
  70. <p>
  71. Please be aware we <b>will</b> break binary compatibilty in the upcoming
  72. 0.9.26 release to implement a few changes we have been postponing. That
  73. will hopefully be the last ABI change before we freeze the ABI for the
  74. upcoming 1.0.x stable uClibc series.
  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.25.tar.bz2">source code for this release</a>
  80. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  81. <p>
  82. <li> <b>19 December 2003, dev systems updated to uClibc 0.9.24</b>
  83. <br>
  84. Current uClibc development systems have been posted for
  85. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
  86. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  87. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
  88. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
  89. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
  90. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
  91. The powerpc dev system mostly works, but there are still some
  92. problems with the shared library loader that have not yet been resolved.
  93. Details on what these are and how to use them can be found in the
  94. <a href="/FAQ.html#dev_systems">FAQ</a>
  95. <p>
  96. <li> <b>15 December 2003, uClibc 0.9.24 Released</b>
  97. <br>
  98. CodePoet Consulting is pleased to announce the immediate availability of
  99. uClibc 0.9.24. This contains various minor updates and fixes for a few
  100. silly configuration problems. Arm users should notice a speed increase
  101. since some arm optimized string functions have been added. And several
  102. bugs have been fixed.
  103. <p>
  104. This release continues to be binary compatible with uClibc 0.9.21 to 0.9.23
  105. -- as long as you pick compatible configuration options. The next release
  106. will <b>not</b> be binary compatible. We've been saving up a few needed
  107. changes that will be going into the next release, so while you will not
  108. need to recompile all your applications and libraries just yet, keep in
  109. mind we will have a flag day soon...
  110. <p>
  111. As usual, the
  112. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  113. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  114. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.24.tar.bz2">source code for this release</a>
  115. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  116. <li> <b>13 November 2003, uClibc 0.9.23 Released</b>
  117. <br>
  118. CodePoet Consulting is pleased to announce the immediate availability of
  119. uClibc 0.9.23. Of course, we are somewhat less than pleased that there
  120. were configuration problems in the previous release that made such it
  121. necessary to release .23 so quickly. Updated uClibc development systems
  122. using uClibc 0.9.23 are being built and will be posted shortly. And Erik
  123. has built Debian stable (woody) for x86 with uClibc and it runs great.
  124. <p>
  125. This release continues to be binary compatible with uClibc 0.9.21 and
  126. 0.9.22 -- as long as you pick compatible configuration options. Enabling
  127. or disabling things like soft-float, locale, wide char support, or changing
  128. cpu optimizations are all good examples of binary incompatible
  129. configuration options. If have changed any of those sorts of options (or
  130. if you are not sure!) you will need to recompile all your applications and
  131. libraries.
  132. <p>
  133. As usual, the
  134. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  135. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  136. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.23.tar.bz2">source code for this release</a>
  137. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  138. <p>
  139. <p>
  140. <li> <b>8 November 2003, uClibc 0.9.22 Released</b>
  141. <br>
  142. CodePoet Consulting is pleased to announce the immediate availability of
  143. uClibc 0.9.22. This release has been cooking for a couple of months now
  144. and is looking quite solid. We have done quite a lot of testing with this
  145. release and things are looking good. And Erik has built Debian stable
  146. (woody) for x86 with uClibc and it runs great. Expect that to be released
  147. in the next few days.
  148. <p>
  149. This release is binary compatible with uClibc 0.9.21 -- as long as you pick
  150. compatible configuration options. Enabling or disabling things like
  151. soft-float, locale, wide char support, or changing cpu optimizations are
  152. all good examples of binary incompatible configuration options. If have
  153. changed any of those sorts of options (or if you are not sure!) you will
  154. need to recompile all your applications and libraries.
  155. <p>
  156. Updated uClibc development systems using uClibc 0.9.22 will be made
  157. available within a few days. Meanwhile, we invite you to try out uClibc
  158. with the latest <a href="http://ltp.sourceforge.net/">Linux Test Project
  159. test suite</a> (you will need to apply a small <a
  160. href="http://www.uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/sources/ltp-testsuite.patch?rev=1.3">patch</a>.
  161. And also give the latest Perl and Python test suites a try as well.
  162. If you find any bugs in uClibc, PLEASE let us know!
  163. <p>
  164. As usual, the
  165. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  166. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  167. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.22.tar.bz2">source code for this release</a>
  168. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  169. <p>
  170. <p>
  171. <li> <b>30 September 2003, dev systems updated to uClibc 0.9.21+</b>
  172. <br>
  173. The uClibc development systems for
  174. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
  175. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  176. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
  177. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
  178. have been updated to uClibc 0.9.21 (plus all the CVS updates up to
  179. today). Several problems have been fixed up,
  180. gcc has been updated to version 3.3.1, binutils was updated to 2.14.90.0.6, and
  181. <em>tada</em> everything finally works for cross compiling. These were
  182. all cross compiled (which really makes things faster since the older
  183. mipsel releases used to take 2 days to build!)
  184. <p>
  185. These are ~100 MB ext2 filesystems that run natively on the specified
  186. architecture. They contains all the development software you need to build
  187. your own uClibc applications, including bash, coreutils, findutils,
  188. diffutils, patch, sed, ed, flex, bison, file, gawk, tar, grep gdb, strace,
  189. make, gcc, g++, autoconf, automake, ncurses, zlib, openssl, openssh perl,
  190. and more. And of course, everything is dynamically linked against uClibc.
  191. By using a uClibc only system, you can avoid all the painful
  192. cross-configuration problems that have made using uClibc somewhat painful
  193. in the past. If you want to quickly get started with testing or using
  194. uClibc you should give these images a try. You can loop mount and them
  195. you can chroot into them, you can boot into with using user-mode Linux,
  196. and you can even 'dd' them to a spare partition and use resize2fs to make
  197. them fill the drive. Whatever works for you.
  198. <p> If you would like to build your own custom uClibc system, you can
  199. use <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">buildroot</a>, which is
  200. how these uClibc development systems were created.
  201. <p>
  202. <p>
  203. <li> <b>9 September 2003, uClibc 0.9.21 Released</b>
  204. <br>
  205. CodePoet Consulting is pleased to announce the immediate availability of
  206. uClibc 0.9.21. This release has been brewing for several months now, and
  207. provides quite a lot of additional functionality and quite a few bug fixes
  208. as well. Many people will be pleased that this release fixes the
  209. "dlopen()'ing libraries that depend on libraries" problem.
  210. <p>
  211. The biggest thing in this release (and I do mean that literally) is that
  212. uClibc now has full ANSI/ISO C99 locale support. Well, except for
  213. wcsftime() and collating items in regex, which are not done yet. Adding
  214. support for the default set of locales (169 UTF-8 locales and 144 locales
  215. using other codesets) will enlarge uClibc by around 300k. Still, if you
  216. need locale support, that is still much better than the roughly 30MB the
  217. comparable set of locale date occupies with glibc. And you can of course
  218. reduce the 300k by reducing the number of supported locales.
  219. <p>
  220. As usual, this release has many improvements, both large and small. At
  221. this point, most applications that compile and work with glibc will also
  222. compile and run with uClibc. Both Perl and Python pass all the tests in
  223. their test suites (both with and without locale support enabled). We
  224. invite you to grab a copy of the latest <a
  225. href="http://ltp.sourceforge.net/"> Linux Test Project test suite</a> and
  226. give uClibc some abuse. We are not yet perfect, but we are getting pretty
  227. darn close.
  228. <p>
  229. This release is not binary compatible with earlier releases. Depending on
  230. your configuration, you may actually still be binary compatible, but it
  231. would be a good idea to recompile your applications when moving to the
  232. uClibc 0.9.21 release. We are sorry about that, but we have never promised
  233. to provide binary compatibility until we hit version 1.0. And even then,
  234. if you change your uClibc configuration, you still still generally need to
  235. recompile...
  236. <p>
  237. As usual, the
  238. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  239. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  240. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.21.tar.bz2">source code for this release</a>
  241. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  242. <p>
  243. Updated uClibc development systems using uClibc 0.9.21 will be made
  244. available within a few days.
  245. <p>
  246. <p>
  247. <li> <b>30 June 2003, uClibc 0.9.20 Released</b>
  248. <br>
  249. CodePoet Consulting is pleased to announce the immediate availability of
  250. uClibc 0.9.20. This is primarily a bug-fix release. This release remains
  251. binary compatible with 0.9.18 and 0.9.19 (as long as you leave the
  252. new UCLIBC_HAS_TM_EXTENSIONS option disabled), so you don't have to recompile
  253. everything if you don't really feel like it.
  254. <p>
  255. This release has many small improvements. At this point, most applications
  256. that compile and work with glibc will also compile and run with uClibc.
  257. Perl and Python even pass all the tests in their test suites.
  258. <p>
  259. There is currently one notable exception. Applications that use dlopen()
  260. to load libraries that themselves depend on other libraries, may have weak
  261. symbols within those depended-upon libraries resolved incorrectly. This
  262. problem is currently being worked on. Other than that, everything seems
  263. to now be working as expected....
  264. <p>
  265. As usual, the
  266. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  267. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  268. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.20.tar.bz2">source code for this release</a>
  269. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  270. <p>
  271. <p>
  272. <li> <b>30 June 2003, dev systems updated to uClibc 0.9.20</b>
  273. <br>
  274. The uClibc development systems for
  275. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
  276. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  277. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
  278. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
  279. have been updated to uClibc 0.9.20. Several problems have been fixed up,
  280. gcc has been updated to version 3.3, and Perl 5.8.0 is now included.
  281. <p>
  282. This is a 150 MB ext2 filesystem that runs natively on the specified
  283. architecture. It contains all the development software you need to build
  284. your own uClibc applications, including bash, coreutils, findutils,
  285. diffutils, patch, sed, ed, flex, bison, file, gawk, tar, grep gdb, strace,
  286. make, gcc, g++, autoconf, automake, ncurses, zlib, openssl, openssh perl,
  287. and more. And of course, everything is dynamically linked against uClibc. By
  288. using a uClibc only system, you can avoid all the painful
  289. cross-configuration problems that have made using uClibc somewhat painful
  290. in the past. If you want to quickly get started with testing or using
  291. uClibc you should give these images a try. You can loop mount and then
  292. chroot into them, you can boot into them using user-mode Linux, and you can
  293. even 'dd' them to a spare partition and use resize2fs to make them fill the
  294. drive. Whatever works for you.
  295. <p> If you would like to build your own custom uClibc system, you can
  296. use <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">buildroot</a>, which is
  297. how the uClibc development systems were created.
  298. <p>
  299. <p>
  300. <li> <b>6 March 2003, development system updates</b>
  301. <br>
  302. The uClibc development systems for
  303. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
  304. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  305. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
  306. and now for the first time
  307. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
  308. have been updated to uClibc 0.9.19. Several smaller problems
  309. have also been fixed up.
  310. <p>
  311. This is an ext2 filesystem that runs natively on the specified
  312. architecture. It contains all the development software you need to build
  313. your own uClibc applications, including bash, coreutils, findutils,
  314. diffutils, patch, sed, ed, flex, bison, file, gawk, tar, grep gdb, strace,
  315. make, gcc, g++, autoconf, automake, ncurses, zlib, openssl, openssh and
  316. more. And of course, everything is dynamically linked against uClibc. By
  317. using a uClibc only system, you can avoid all the painful
  318. cross-configuration problems that have made using uClibc somewhat painful
  319. in the past. If you want to quickly get started with testing or using
  320. uClibc you should give these images a try. You can loop mount and
  321. then chroot into them, you can boot into them using user-mode Linux,
  322. you can even 'dd' them to a spare partition and use resize2fs to
  323. make them fill the drive. Whatever works best for you.
  324. <p>
  325. Have Fun.
  326. <p>
  327. <p>
  328. <li> <b>3 March 2003, uClibc 0.9.19 Released</b>
  329. <br>
  330. CodePoet Consulting is pleased to announce the immediate availability of
  331. uClibc 0.9.19. This is once again primarily a bug-fix release. Several
  332. critical problems with system calls were fixed, the pthreads library was
  333. improved, debugging of applications using uClibc's pthreads library is
  334. now possible (requires gdb 5.3 or newer that is compiled using uClibc),
  335. and a number of other random fixes are included. This release retains
  336. binary compatibility with uClibc 0.9.18 (except for mips, which didn't
  337. work properly with uClibc 0.9.18 anyways). Updated development system
  338. images compiled with uClibc 0.9.19 will be released shortly.
  339. <p>
  340. As usual, the
  341. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a> and <a
  342. href="http://www.uclibc.org/downloads/uClibc-0.9.19.tar.bz2">source code for this release</a>
  343. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  344. <p>
  345. <p>
  346. <li> <b>17 February 2003, development system updates</b>
  347. <br>
  348. The uClibc development systems for
  349. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>
  350. and
  351. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  352. and
  353. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>
  354. have been again updated. This time around a few broken symlinks
  355. (one preventing C++ code from compiling) have been fixed, several
  356. system calls related to uids and gid have been fixed, the powerpc
  357. system call mechanism has been updated, and GNU tar and GNU grep
  358. have been added. gcc, gcc+, ssh, etc are all still included and
  359. things remain binary compatible with uClibc 0.9.18.
  360. Have Fun.
  361. <p>
  362. <p>
  363. <li> <b>12 February 2003, development system updates</b>
  364. <br>
  365. The uClibc development system has had a number of problems
  366. fixed, and has been updated for uClibc 0.9.18. The
  367. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>
  368. and
  369. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  370. and
  371. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>
  372. devel systems are updated and ready to download and use.
  373. Have Fun.
  374. <p>
  375. <p>
  376. <li> <b>12 February 2003, uClibc 0.9.18 Released</b>
  377. <br>
  378. CodePoet Consulting is pleased to announce the immediate availability of
  379. uClibc 0.9.18. This is primarily a bug-fix release, as there were a few
  380. directory handling problem that could cause application using uClibc 0.9.17
  381. to either segfault or lose the first character when reading directry names.
  382. Unfortunately, once again, this release is _NOT_ binary compatible with
  383. earlier uClibc releases. I _think this will be the last time (with the
  384. possible exception of some future changes to our locale support...)
  385. <p>
  386. As usual, the
  387. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  388. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.18.tar.bz2">source code</a>
  389. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  390. You might want to download uClibc from the closest
  391. <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
  392. Just pick the closest mirror site, and then go to
  393. <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
  394. http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
  395. to download uClibc, where XX is your two letter country code.
  396. <p>
  397. <p>
  398. <p>
  399. <li> <b>25 January 2003, uClibc 0.9.17 Released</b>
  400. <br>
  401. CodePoet Consulting is pleased to announce the immediate availability of
  402. uClibc 0.9.17. The biggest piece of news with this release, thanks to
  403. Manuel Novoa's continuing hard work, is that we now have fully standards
  404. compliant locale support (optional of course). The support works nicely,
  405. (though configuring the locales you wish to support is still manual -- a
  406. task for the next release). Full locale data for over 300 locales adds
  407. approximately 250k. The collation data for all supported locales is
  408. roughly 180k. This may seem rather large to some -- but it is much smaller
  409. than the approximately 40 MB needed by Glibc to provide the same data. And
  410. if you don't need it, you can either disable locale support entirely, or
  411. enable a smaller set of locales.
  412. <p>
  413. This release also fixes <em>lots and lots</em> of bugs. The arm
  414. architecture support (I am embarrassed to note) was totally broken in the
  415. last release, but is now working as expected. A security problem (a
  416. buffer overflow in getlogin_r) was fixed. And there were architecture
  417. updates across the board (x86, arm, powerpc, cris, h8300, sparc, and mips).
  418. And of course, this release includes the usual pile of bug fixes. Many
  419. thanks for the large number of patches and fixes that were contributed!
  420. <p>
  421. Unfortunately, this release is not binary compatible with earlier uClibc
  422. releases. As noted as item 3 <a href="downloads/Glibc_vs_uClibc_Differences.txt">here</a>,
  423. uClibc does not (yet) attempt to
  424. ensure binary compatibility across releases. We will eventually do that
  425. (once we reach the "1.0" release) but not yet. A few bugs turned up that
  426. needed to be fixed, and the only good way to fix them was to change some
  427. fundamental data structure sizes. As a result, this release is _NOT_
  428. binary compatible with earlier releases -- you will need to recompile your
  429. applications. The x86, arm, powerpc, and mips architectures (i.e. the
  430. systems Erik has available in his office for testing) have been tested and
  431. are known to work following this change. Other architectures <em>may</em>
  432. need additional updates. Sorry about that, but it had to be done.
  433. <p>
  434. As usual, the
  435. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  436. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.17.tar.bz2">source code</a>
  437. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  438. You might want to download uClibc from the closest
  439. <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
  440. Just pick the closest mirror site, and then go to
  441. <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
  442. http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
  443. to download uClibc, where XX is your two letter country code.
  444. <p>
  445. <p>
  446. <li> <b>25 January 2003, dev system updates, arm image released</b>
  447. <br>
  448. A number of additional problems have been fixed and the arm build
  449. is now, finally, compiling and working as expected. As such,
  450. I have updated the <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
  451. i386 development system image</a>, the
  452. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">
  453. powerpc development system image</a>, and I am also releasing
  454. upon an unsuspecting world the brand new
  455. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">
  456. arm development system image</a>!
  457. Have fun!
  458. <p>
  459. All three development system images were compiled and built using the stock
  460. <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">buildroot</a> system. These were also
  461. built using the (about to be announced in a couple on minutes) uClibc
  462. 0.9.17 release, so if you want to begin compiling and testing stuff with
  463. uClibc, but you don't feel like spending the _hours_ it takes to download,
  464. configure, and build your own uClibc based development system -- then you
  465. may want to download these and give them a try. They each contain a 100 MB
  466. ext2 filesystem with everything you need to begin compiling your own
  467. applications. I have (at least minimally) tested each of them and verified
  468. that the included gcc and g++ compilers produce working uClibc linked
  469. executables.
  470. <p>
  471. Oh, and I have also have updated the uClibc/gcc toolchain builders, so
  472. if you just want a simple uClibc/gcc toolchain,
  473. <a href="/cgi-bin/viewcvs.cgi/trunk/toolchain/">one of these should work for you.</a>
  474. <p>
  475. <p>
  476. <li> <b>10 January 2003, dev system updates, powerpc image released</b>
  477. <br>
  478. A few problems showed up in yesterday's development system release
  479. (adduser was broken, gdb didn't work, libstdc++ shared libs were missing,
  480. etc). So I've updated the <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
  481. i386 development system image</a> to fix these problems.
  482. Also, the <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">
  483. powerpc development system image</a> has finally finished compiling
  484. and is now released upon an unsuspecting world. Have fun!
  485. <p>
  486. <p>
  487. <li> <b>9 January 2003, uClibc development system released</b>
  488. <br>
  489. CodePoet Consulting (i.e. Erik) has been working hard on <a
  490. href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">buildroot</a> recently, and is pleased to
  491. offer a full stand-alone uClibc-only development system. This is an ext2
  492. filesystem for i386 containing all the development software you need to
  493. build your own uClibc applications. With bash, awk, make, gcc, g++,
  494. autoconf, automake, ncurses, zlib, openssl, openssh, gdb, strace, valgrind,
  495. busybox, GNU coreutils, and more, this should have pretty much everything
  496. you need to get started building your own applications linked against
  497. uClibc. By using a uClibc only system, you can avoid all the painful
  498. cross-configuration problems that have made using uClibc somewhat painful
  499. in the past. A powerpc and an arm version are in progress. Expect them
  500. to be released shortly....
  501. <p>
  502. The <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
  503. uClibc development system is an 18MB bzip2 compressed ext2 filesystem</a>,
  504. so be prepared to wait if you are on a slow link. If you wish to have more
  505. space, you can loop mount it and 'cp -a' the contents to their own
  506. partition, or do what I did... <EM>WARNING, the following can be very
  507. dangerous. Please be sure you know what you are doing before trying this.
  508. I am not responsible if you lose all your important data.</EM>I had a spare
  509. hard drive (in my case /dev/hdg but you'll want to adapt this to your own
  510. needs), so I partitioned it with a single ext2 partition filling the drive
  511. (in my case /dev/hdg1). Then I ran:<PRE>
  512. bzcat root_fs_i386.bz2 | dd of=/dev/hdg1
  513. e2fsck -f /dev/hdg1
  514. resize2fs -p /dev/hdg1</PRE>
  515. which overwrote everything on /dev/hdg with the new uClibc devel system,
  516. and then expanded the filesystem with the uClibc devel system till it
  517. filled the whole drive.
  518. <p>
  519. <p>
  520. <li> <b>8 November 2002, uClibc 0.9.16 Released</b>
  521. <br>
  522. CodePoet Consulting is pleased to announce the immediate availability of
  523. uClibc 0.9.16. This release adds full support (including a native shared
  524. library loader) for the CRIS architecture, contributed by Tobias Anderberg.
  525. Stefan Allius contributed a number of patches to fix the initialization
  526. order for shared library global constructors and destructors as well as a
  527. large number of SuperH fixes and cleanups. uClibc now compiles with
  528. newer versions of gcc (i.e. RedHat 8.0). Thanks to Christian Michon,
  529. uClibc no longer requires perl to compile. Steven J. Hill fixed dlopen for
  530. mips. Several problems with pty and tty handling were fixed. Manuel Novoa
  531. added new support for an /etc/TZ file to globally set the system timezone,
  532. and fixed up a number of remaining wide char issues. Manuel is still hard
  533. at work on bringing full locale support (optional of course) to uClibc.
  534. And of course, this release includes the usual pile of bug fixes. Many thanks
  535. for the large number of patches and fixes that were contributed!
  536. <p>
  537. Erik and Manuel have been working on a
  538. <a href="downloads/Glibc_vs_uClibc_Differences.txt">
  539. document describing some of the differences between uClibc and glibc.</a>
  540. It's not yet 100% complete, and it hasn't been nicely formatted yet. But
  541. it contains a lot of helpful information and is worth a look.
  542. <p>
  543. And finally, the the old uClibc configuration system has been completely
  544. removed (and there was much rejoicing). It was replaced with an entirely
  545. new system based on <a href="http://www.xs4all.nl/~zippel/lc/">LinuxKernelConf</a>,
  546. which has since been included into Linux 2.5.45, so it looks like Erik made
  547. the right choice. Of course, those who have existing build systems using uClibc
  548. will need to make a few changes... We think the change is worth it.
  549. <p>
  550. As usual, the
  551. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  552. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.16.tar.bz2">source code</a>
  553. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  554. You might want to download uClibc from the closest
  555. <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
  556. Just pick the closest mirror site, and then go to
  557. <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
  558. http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
  559. to download uClibc, where XX is your two letter country code.
  560. <p>
  561. Updated gcc-3.2 and gcc-2.95 toolchains will be released shortly.
  562. <p>
  563. <p>
  564. <li> <b>16 September 2002, gcc-3.2 and gcc-2.95 toolchains released</b>
  565. <br>
  566. CodePoet Consulting (i.e. Erik) has released updated gcc-3.2 and gcc-2.95
  567. uClibc toolchains. These toolchains build real gcc cross compilers (i.e.
  568. not just a wrapper) and create executables linked vs uClibc. The new
  569. gcc-3.2 provides uClibc support with the latest and greatest compiler
  570. available from the gcc team. The gcc-2.95 toolchain has been updated to
  571. the latest version of uClibc and now provides full C++ support, using the
  572. <a href="http://www.stlport.org/">STLport</a> standard C++ library.
  573. <p>
  574. This toolchain should make it easy for anyone to build uClibc based
  575. applications.
  576. <a href="/cgi-bin/viewcvs.cgi/trunk/toolchain/"> Source code can be downloaded here</a>.
  577. Be aware that much of the needed source code will actually be downloaded on
  578. when you compile the toolchains. To build a toolchain, simply
  579. grab the source, edit the Makefile to select where you would like
  580. the toolchain installed, run 'make', and then go watch TV, eat
  581. dinner, or visit with your friends while it compiles. It takes
  582. about 15 minutes for Erik to compile the gcc-3.2 toolchain (w/C++ support)
  583. on his Athlon XP 1600 (not counting the time it takes to download
  584. source code).
  585. <p>
  586. <p>
  587. <li> <b>27 August 2002, uClibc 0.9.15 Released</b>
  588. <br>
  589. CodePoet Consulting is pleased to announce the immediate availability
  590. of uClibc 0.9.15. This release fixes a number of problems that turned
  591. up since the last release. The good news is that uClibc now
  592. passes all tests in the perl 5.8 and Python 2.2.1 test suites, both with
  593. and without pthreads. So without any further ado....
  594. <p>
  595. The
  596. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  597. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.15.tar.bz2">source code</a>
  598. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  599. <p>
  600. Have fun!
  601. <p>
  602. <p>
  603. <li> <b>12 August 2002, uClibc 0.9.14 Released</b>
  604. <br>
  605. CodePoet Consulting is slightly less pleased then usual to announce the
  606. immediate availability of uClibc 0.9.14. This is, unfortunately, a bugfix
  607. release intended to fix the couple of dumb things that slipped into the
  608. previous release. Version 0.9.13 of uClibc would fail to compile when
  609. enabling both RPC and Pthreads. There was also a problem with RPC thread
  610. local storage (but noone noticed since it didn't compile ;-). Also, the
  611. thread locking in exit(), onexit() and atexit() was broken, and wasn't
  612. actually locking anything. This release also fixes uClibc's gcc wrapper
  613. to use crtbeginS.o and crtendS.o when compiling PIC code, fixing a subtle
  614. bug (that was much less subtle on powerpc). Finally, this release includes a
  615. few minor compile warning cleanups.
  616. <p>
  617. The
  618. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  619. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.14.tar.bz2">source code</a>
  620. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  621. <p>
  622. Have fun!
  623. <p>
  624. <li> <b>12 August 2002, Native uClibc/gcc-3.1.1 toolchain released</b>
  625. <br>
  626. CodePoet Consulting (i.e. Erik) has released an updated native
  627. uClibc/gcc-3.1.1 toolchain. This toolchain builds a real gcc cross
  628. compiler (i.e. not just a wrapper) and creates executables linked vs
  629. uClibc. This toolchain has been (briefly) tested as working on x86, arm,
  630. mips, and arm7tdmi (uClinux). This toolchain provides a number of
  631. improvements over previous releases. In particular, Steven J. Hill found
  632. and fixes a number of "glibc-isms" in the libstdc++ math support which
  633. caused a number of math functions to be mapped to the non-standard named
  634. under GNU libc. This release also includes greatly improved uClinux
  635. "elf2flt" support, and it now produces working flat binaries for my
  636. uClinux/arm7tdmi system. The native uClibc/gcc-2.95 toolchain will be
  637. updated in a few days, and will include STLport which will allow that
  638. toolchain to also provide full C++ support.
  639. <p>
  640. This toolchain should make it easy for anyone to build uClibc based
  641. applications.
  642. <a href="/cgi-bin/viewcvs.cgi/trunk/toolchain/">Source code can be downloaded here</a>.
  643. Be aware that much of the needed source code will actually be downloaded on
  644. demand when you compile things. To build the toolchain, simply
  645. grab the source, edit the Makefile to select where you would like
  646. the toolchain installed, run 'make', and then go watch TV, eat
  647. dinner, or visit with your friends while it compiles. It takes
  648. about 15 minutes for Erik to compile the gcc-3.1.1 toolchain (w/C++ support)
  649. on his Athlon XP 1600 (not counting the time it takes to download
  650. source code). Your results may vary...
  651. <p>
  652. <li> <b>9 August 2002, uClibc now mirrored on kernel.org!</b>
  653. <br>
  654. uClibc is now available from the kernel.org mirrors! This should make
  655. uClibc downloads much faster. The kernel.org mirrors will have all
  656. uClibc release versions (everything but the daily snapshots).
  657. Here is a list of all the <a href="http://kernel.org/mirrors/">kernel.org mirror sites</a>.
  658. Just pick the closest mirror site, and then go to "/pub/linux/libs/uclibc/"
  659. to download uClibc.
  660. Just pick the closest mirror site, and then go to
  661. <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
  662. http://www.XX.kernel.org/pub/linux/libs/uclibc/</a> to download the latest
  663. uClibc release from a nice fast system.
  664. <p>
  665. <p>
  666. <p>
  667. <li> <b>9 August 2002, uClibc 0.9.13 Released</b>
  668. <br>
  669. CodePoet Consulting is pleased to announce the immediate availability of
  670. uClibc 0.9.13. After several days of testing, this release is looking very
  671. solid. This release fixes three security vulnerabilites in previous
  672. releases. There was an off-by-one buffer overflow in the group handling
  673. code, and integer overflows in calloc() and xdr_array().
  674. <p>
  675. This release adds native shared library support for the Hitachi
  676. SuperH architecture, thanks to Stefan Allius and Edie C. Dost. A
  677. new mmap based malloc was implemented by Miles Bader. This is much
  678. smarter than the old "malloc-simple" and is now the default for
  679. mmu-less systems, where it should greatly help reduce memory
  680. fragmentation and wastage. In addition to these larger items, there
  681. has been a <em>lot</em> of work done to make uClibc a cleaner, more
  682. capable, library. Most applications now compile and run without
  683. any trouble.
  684. <p>
  685. The
  686. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  687. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.13.tar.bz2">source code</a>
  688. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  689. <p>
  690. Have fun!
  691. <p>
  692. <li> <b>11 July 2002, Native uClibc toolchains updated</b>
  693. <br>
  694. CodePoet Consulting (i.e. Erik) has released updated native
  695. uClibc/gcc-3.1 and uClibc/gcc-2.95 toolchains. These toolchains
  696. build real gcc cross compilers (i.e. not just a wrapper) and create
  697. executables linked vs uClibc. These toolchains have been tested
  698. and found working on x86, arm, and mmu-less arm. They should work
  699. (at least in theory!) for all architectures supported by uClibc.
  700. <p>
  701. These toolchains should make it easy to anyone to build uClibc based
  702. applications.
  703. <a href="/cgi-bin/viewcvs.cgi/trunk/toolchain/">Source code can be downloaded here</a>.
  704. Be aware that much of the needed source code will actually be downloaded on
  705. demand when you compile things. To build the toolchain, simply
  706. grab the source, edit the Makefile to select where you would like
  707. the toolchain installed, run 'make', and then go watch TV, eat
  708. dinner, or visit with your friends while it compiles. It takes
  709. about 15 minutes for Erik to compile the gcc-3.1 toolchain (w/C++ support)
  710. on his Athlon XP 1600 (not counting the time it takes to download
  711. source code). Your results may vary...
  712. <p>
  713. <P>
  714. <li> <b>20 June 2002, uClibc 0.9.12 Released</b>
  715. <br>
  716. CodePoet Consulting is pleased to announce the immediate availability of
  717. uClibc 0.9.12. This release adds an i960 port, an initial alpha port,
  718. fully working mips shared library support, shared library support fixes
  719. for on powerpc, and many other improvements. One very exciting new feature
  720. is nearly complete locale support, thanks to a lot of hard work by Manuel
  721. Novoa III. uClibc's locale support is <em>much</em> smaller than glibc's,
  722. though it is also slightly less flexible. This release was delayed by a
  723. month due to the arrival of a new baby at Erik's house. For those that
  724. have been anxiously waiting, this release should certainly be worth the
  725. wait. Have fun!
  726. <p>
  727. The <a href="downloads/Changelog">Changelog</a>
  728. and <a href="downloads/uClibc-0.9.12.tar.bz2">source code</a>
  729. for this release are available <a href="downloads/">here</a>.
  730. <li> <b>28 May 2002, Native uClibc/gcc-3.1 toolchain</b>
  731. <br>
  732. CodePoet Consulting has released source code and a Makefile to build a
  733. gcc-3.1 toolchain that natively targets uClibc. Additionally, the
  734. gcc-3.0.4 and gcc-2.95 toolchains have also been updated. These toolchains
  735. make it easy to build uClibc based applications.
  736. <a href="/cgi-bin/viewcvs.cgi/trunk/toolchain/">Source code can be downloaded here</a>.
  737. and is now much smaller,
  738. since much of the needed binutils and gcc source code is now downloaded on
  739. demand. To build the toolchain, simply grab the source, edit the Makefile
  740. to select where you would like the toolchain installed, and then run 'make'
  741. and wait for it to compile.
  742. <p>
  743. <p><li> <b>10 April 2002, uClibc 0.9.11 Released</b>
  744. <br>
  745. CodePoet Consulting is pleased to announce the immediate availability of
  746. uClibc 0.9.11. This release is primarily focused on fixing the issues that
  747. have turned up since the last release. Several bugs in the gcc wrapper
  748. have been fixed, allowing applications such as iproute2 and XFree86 to link properly.
  749. Large file support has been improved, and a thread locking bug was
  750. fixed that could cause s*printf calls to deadlock when threading was
  751. enabled. Several bugs were also fixed with the powerpc, h8300, m68k,
  752. sparc, and mips architecture support. Many additional applications now
  753. compile and run perfectly and have been added to the <a
  754. href="uClibc-apps.html">working applications list</a> .
  755. <p>
  756. The <a href="downloads/Changelog">Changelog</a>
  757. and <a href="downloads/uClibc-0.9.11.tar.bz2">source code</a>
  758. for this release are available <a href="downloads/">here</a>.
  759. <p>
  760. <li> <b>10 April 2002, Native uClibc/gcc-3.0.4 toolchain</b>
  761. <br>
  762. CodePoet Consulting has released source code and a Makefile
  763. to build a gcc-3.0.4 toolchain that natively targets uClibc.
  764. This brings with it full C++ support for uClibc, including the
  765. libstdc++ library. A gcc-2.95.x toolchain will also be released
  766. shortly, but is not yet ready. At this time, only source code and
  767. a Makefile for the native uClibc toolchain is being released (i.e.
  768. no binaries, sorry).
  769. <a href="/cgi-bin/viewcvs.cgi/trunk/toolchain/">Source code can be downloaded here</a>.
  770. <p>
  771. To build the toolchain, simply grab the source, edit the Makefile
  772. to select where you would like the toolchain installed. Then
  773. run 'make' and wait for it to compile. If you do not have a copy
  774. of uClibc already, it will download the latest daily snapshot.
  775. <p>
  776. <li> <b>21 March 2002, uClibc 0.9.10 Released!</b>
  777. <br>
  778. CodePoet Consulting is pleased to announce the immediate
  779. availability of uClibc 0.9.10. This release adds pthreads support
  780. (including pthreads support for mmu-less systems!). Additionally,
  781. thanks to Manuel Novoa III, we now have a completely new stdio
  782. library, which is small, standards compliant, supports pthreads,
  783. wide/narrow streams, large files, and can even operate in a
  784. low-memory unbuffered mode. Many, many bugs have been fixed and a
  785. number of additional applications now compile and run perfectly.
  786. Even with all these changes, uClibc continues to be very small.
  787. On x86, a default build of the uClibc C library is still just 168k.
  788. <p>
  789. To make things more interesting, the release also adds support for
  790. C++ constructors and destructors. To make it easy to use uClibc
  791. when developing C++ applications, this release also provides a
  792. wrapper for the GNU C++ compiler. Of course, for more complex C++
  793. applications, such as those using iostreams, a standard C++ library
  794. (libstdc++) is required. A native GNU toolchain (binutils/gcc) that
  795. provides libstdc++ linked with uClibc 0.9.10 will be released in the
  796. next couple of days, so stay tuned.
  797. <p>
  798. The <a href="downloads/Changelog">Changelog</a>
  799. and <a href="downloads/uClibc-0.9.10.tar.bz2">Source code</a>
  800. for this release are available <a href="downloads/">here</a>.
  801. <p>
  802. <p>
  803. <li> <b>4 February 2002, uClibc 0.9.9 Released!</b>
  804. <br>
  805. CodePoet Consulting is pleased to announce the immediate
  806. availability of uClibc 0.9.9. With this release,
  807. <a href="uClibc-apps.html">just about
  808. everything we have tested now compiles and runs</a>. In fact,
  809. there are now so many programs on the working application list that
  810. rather than continue to add to this list, from now on we
  811. will only be adding applications to the <em>not working list</em>. Most applications
  812. on the <em>not working list</em> either require pthreads, or require
  813. wide-character support. Work on wide-character support is
  814. well underway, and will hopefully be moving into CVS in the next week or
  815. two. Full pthreads support and rentrancy are on the TODO list
  816. and are expected to be complete in the next couple of months.
  817. <p>
  818. The <a href="downloads/Changelog">Changelog</a>
  819. and <a
  820. href="downloads/uClibc-0.9.9.tar.bz2">Source code</a>
  821. for this release are available <a href="downloads/">here</a>.
  822. <p>
  823. One final bit on news -- as some of you may have noticed, uclibc.org
  824. has been a bit overloaded and somewhat slow recently. The server should
  825. be getting colocated tomorrow, which will eliminate the speed problem.
  826. During the move, there may be some temporary disruption of service...
  827. <p>
  828. Have Fun!
  829. <p>
  830. <li> <b>22 December 2001, uClibc 0.9.8 Released!</b>
  831. <br>
  832. After many months of initial development, we are pleased to announce the
  833. release of uClibc 0.9.8. This release should be quite solid, and is very
  834. usable. This also, hopefully, marks a transition from a slow incubation
  835. phase to a more methodical release cycle. From now one, there should be
  836. approximately one release per month.
  837. <p>
  838. The source code for this release is available
  839. <a href="downloads/">here</a>.
  840. <p>
  841. <li> <b>26 November 2001, powerpc shared libraries fully working</b>
  842. <br>
  843. Dave Schleef finished off the the work needed for shared library support on
  844. powerpc. There had been a few problems remaining, and those are now squashed.
  845. So shared libs on powerpc should be working fully now.
  846. <p>
  847. <li> <b>14 November 2001, m68 compiles again, Large file support working</b>
  848. <br>
  849. About a month ago I synced the header files with glibc 2.2.4 for better
  850. C++ support and better standards compliance. I forgot to sync up m68k,
  851. sparc, powerpc, and mipsel. Dave Schleef fixed powerpc while he was fixing
  852. up the shared lib loader. I just fixed up m68k, sparc, and mipsel so they
  853. should all compile again.
  854. <p>
  855. I also finished up fixing large file support (just enable DOLFS in your
  856. Config file to enable it) and it is working just great, and greatly increases
  857. the number of glibc applications that will work "out-of-the-tarball" without
  858. needing any changes.
  859. <li> <b>12 November 2001, powerpc shared lib support</b>
  860. <br>
  861. Thanks to David Schleef, uClibc now has full shared library support
  862. on powerpc. This brings full shared library support to x86, ARM, and
  863. now powerpc. Thanks Dave!
  864. <p>
  865. <li> <b>7 November 2001, uClibc application list</b>
  866. <br>
  867. uClibc now has a <a href="uClibc-apps.html">list of applications</a>
  868. that are known to work. If you have any applications to add to the
  869. list, submissions are welcome!
  870. <p>
  871. <li> <b>18 October 2001, buildroot uClibc example system</b>
  872. <br>
  873. Those wanting an easy way to test out uClibc and give it
  874. a test drive can download and compile
  875. <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">buildroot</a>.
  876. This is a nifty buildsystem that will automagically download and build
  877. a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
  878. kernel, and will then download source for and compile up a fully
  879. working uClibc based root filesystem. This should make it easy for
  880. people to create their own projects. I hope that this build system
  881. will allow people to more easily use and build uClibc based systems.
  882. As an example of how nicely this works, the
  883. <a href="http://tuxscreen.net/">Tuxscreen Project</a> is using a
  884. <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tuxscreen/buildroot-tux/">slightly adjusted variant of the buildroot system</a> to cross
  885. compile the blob bootloader, linux kernel, and a uClibc based jffs2
  886. root filesystem (busybox, tinylogin, udhcp, lrzsz, pcmcia-cs and
  887. microwindows) for ARM. Pretty cool.
  888. <p>
  889. <li> <b>11 October 2001, v850 architecture support</b>
  890. <br>
  891. Miles Bader has contributed support for the v850 architecture.
  892. <p>
  893. <li> <b>25 Spetember 2001, header files updated</b>
  894. <br>
  895. uClibc's header files are now in sync with glibc 2.2.4,
  896. allowing better standards compliance, better portibility, and
  897. better C++ support.
  898. <p>
  899. <li> <b>4 July 2001, ARM shared library support</b>
  900. <br>
  901. uClibc now has full shared library support on ARM.
  902. <p>
  903. <li> <b>9 May 2001, libm added</b>
  904. <br>
  905. uClibc now has a very complete math library.
  906. <p>
  907. <p> <li> <b>9 May 2001, ld.so added</b>
  908. <br>
  909. uClibc now has a native ld.so. It currently is only ported to work on x86,
  910. but porting to other architectures should not be too difficult.
  911. <p> <li> <b>15 March 2001, powerpc port added</b>
  912. <br>
  913. David Schleef contributed a powerpc port, which is now in CVS.
  914. <p> <li> <b>19 February 2001, SH port added</b>
  915. <br>
  916. Jean-Yves Avenard contributed an SH port. See his email
  917. with the initial patch <a href="/lists/uclibc/2001-February/000409.html">here</a>.
  918. <p> <li> <b>16 January 2001, uClibc as a shared library</b>
  919. <br>
  920. As if January 16, uClibc can now be used (at least on x86) as a shared
  921. library. See the <a href="/lists/uclibc/2001-January/000126.html">email</a>
  922. announcing this achievement.
  923. <p> <li> <b>11 January 2001, gcc wrapper added</b>
  924. <br>
  925. Manuel Novoa III has created a wrapper for gcc that makes compiling apps vs uClibc
  926. as simple as just setting "CC" to gcc-uClibc-&lt arch&gt. This even works when cross
  927. compiling! Very cool.
  928. <p> <li> <b>3 January 2001, uClibc now has a web page</b>
  929. <br>
  930. A lot of work has been going on under the hood with uClibc,
  931. so I decided to put together this webpage to let the world know
  932. that it exists and is getting to be usable.
  933. </ul>
  934. <!--#include file="footer.html" -->