From c1f7691c31e6b018cbda9427bfe9c27aecb8594c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 Jul 2003 00:49:22 +0000 Subject: More updates --- docs/uclibc.org/index.html | 62 +++---------------------------------------- docs/uclibc.org/old-news.html | 57 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 59 deletions(-) (limited to 'docs') diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html index 3c058279a..02dd0531d 100644 --- a/docs/uclibc.org/index.html +++ b/docs/uclibc.org/index.html @@ -127,11 +127,11 @@ you might want to search the mailing list archives... Perl and Python even pass all the tests in their test suites.

- There is currently one notable exception. Applications with use dlopen() + There is currently one notable exception. Applications that use dlopen() to load libraries that themselves depend on other libraries, may have weak symbols within those depended-upon libraries resolved incorrectly. This - problem is currently being worked on. Other than that, everything seems to - be working. And everything seems to now be working as expected.... + problem is currently being worked on. Other than that, everything seems + to now be working as expected....

As usual, the @@ -175,62 +175,6 @@ you might want to search the mailing list archives...

-

-

  • 6 March 2003, development system updates -
    - - The uClibc development systems for - i386, - powerpc, - arm, - and now for the first time - mips, - have been updated to uClibc 0.9.19. Several smaller problems - have also been fixed up. -

    - - 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. -

    - - Have Fun. -

    - - -

    -

  • 3 March 2003, uClibc 0.9.19 Released -
    - - 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. - -

    - As usual, the - Changelog and source code for this release - are available here. -

    - - -

  • Old News
    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 @@