diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-01 00:49:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-01 00:49:22 +0000 |
commit | c1f7691c31e6b018cbda9427bfe9c27aecb8594c (patch) | |
tree | 254a8c102c6c454b4e4bdf667a3a699464868231 /docs/uclibc.org/old-news.html | |
parent | 5572ee742aac2f2c03a782b34e1674a94f0132cc (diff) |
More updates
Diffstat (limited to 'docs/uclibc.org/old-news.html')
-rw-r--r-- | docs/uclibc.org/old-news.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/uclibc.org/old-news.html b/docs/uclibc.org/old-news.html index f42763fa7..6884dc920 100644 --- a/docs/uclibc.org/old-news.html +++ b/docs/uclibc.org/old-news.html @@ -51,6 +51,63 @@ <TR><TD BGCOLOR="#eeeee0"> <ul> + + <p> + <li> <b>6 March 2003, development system updates</b> + <br> + + The uClibc development systems for + <a href="http://www.uclibc.org/downloads/root_fs-i386.bz2">i386</a>, + <a href="http://www.uclibc.org/downloads/root_fs-powerpc.bz2">powerpc</a>, + <a href="http://www.uclibc.org/downloads/root_fs-arm.bz2">arm</a>, + and now for the first time + <a href="http://www.uclibc.org/downloads/root_fs-mipsel.bz2">mips</a>, + have been updated to uClibc 0.9.19. Several smaller problems + have also been fixed up. + <p> + + This is an ext2 filesystem that runs natively on the specified + architecture. It contains all the development software you need to build + your own uClibc applications, including bash, coreutils, findutils, + diffutils, patch, sed, ed, flex, bison, file, gawk, tar, grep gdb, strace, + make, gcc, g++, autoconf, automake, ncurses, zlib, openssl, openssh and + more. And of course, everything is dynamically linked against uClibc. By + using a uClibc only system, you can avoid all the painful + cross-configuration problems that have made using uClibc somewhat painful + in the past. If you want to quickly get started with testing or using + uClibc you should give these images a try. You can loop mount and + then chroot into them, you can boot into them using user-mode Linux, + you can even 'dd' them to a spare partition and use resize2fs to + make them fill the drive. Whatever works best for you. + <p> + + Have Fun. + <p> + + + <p> + <li> <b>3 March 2003, uClibc 0.9.19 Released</b> + <br> + + CodePoet Consulting is pleased to announce the immediate availability of + uClibc 0.9.19. This is once again primarily a bug-fix release. Several + critical problems with system calls were fixed, the pthreads library was + improved, debugging of applications using uClibc's pthreads library is + now possible (requires gdb 5.3 or newer that is compiled using uClibc), + and a number of other random fixes are included. This release retains + binary compatibility with uClibc 0.9.18 (except for mips, which didn't + work properly with uClibc 0.9.18 anyways). Updated development system + images compiled with uClibc 0.9.19 will be released shortly. + + <p> + As usual, the + <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a> and <a + href="http://www.uclibc.org/downloads/uClibc-0.9.19.tar.bz2">source code for this release</a> + are available <a href="http://www.uclibc.org/downloads/">here</a>. + <p> + + + <p> <li> <b>17 February 2003, development system updates</b> |