[uClibc-cvs] uClibc/docs/uclibc.org old-news.html, 1.11, 1.12 index.html, 1.62, 1.63

Erik Andersen andersen at uclibc.org
Tue Jul 1 01:49:25 UTC 2003


Update of /var/cvs/uClibc/docs/uclibc.org
In directory winder:/var/www/busybox/uclibc.org

Modified Files:
	old-news.html index.html 
Log Message:
More updates


Index: old-news.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/old-news.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- old-news.html	6 Mar 2003 11:28:09 -0000	1.11
+++ old-news.html	1 Jul 2003 00:49:22 -0000	1.12
@@ -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>

Index: index.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/index.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- index.html	1 Jul 2003 00:44:11 -0000	1.62
+++ index.html	1 Jul 2003 00:49:22 -0000	1.63
@@ -127,11 +127,11 @@
     Perl and Python even pass all the tests in their test suites.  
     <p>
 
-    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....
 
     <p>
     As usual, the 
@@ -175,62 +175,6 @@
     <p>
 
 
-    <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>Old News</b>
     <br>
 




More information about the uClibc-cvs mailing list