Browse Source

Updates for release

Eric Andersen 21 years ago
parent
commit
2229d0fa13
3 changed files with 130 additions and 45 deletions
  1. 49 0
      Changelog
  2. 53 45
      Changelog.full
  3. 28 0
      docs/uclibc.org/index.html

+ 49 - 0
Changelog

@@ -1,3 +1,52 @@
+0.9.19	3 March 2003
+
+See Changelog.full for the complete list of who did what. 
+
+Note:
+    This release remains binary compatible with 0.9.18 (except
+    for mips, but then mips was unusable in stock 0.9.18 anyways).
+
+
+Release highlights:
+    Stefan Allius
+	o Some Makefile and warning fixes
+    David Airlie
+	o Fixed gcc wrapper handling of ctor/dtor stuff when used in 
+	    with and w/o the nostdinc and nostdlib options
+    Erik Andersen
+	o Fixed a number of system call kernel type/user type translation
+	    problems that scrambed a handful of system calls.
+	o Fixup powerpc syscalls to eliminate warnings with gcc-3.2
+	o Fixed several ioctl special cases for powerpc
+	o Checked in forgotten mips kernel_types.h changes
+	o Fixed mips shared library loader bug that caused segfaults
+	o Major update to the pthreads library.  Should improve performance.
+	o Fixed uClibc's shared library loader so we can properly debug 
+	    applications using pthreads (must use gdb 5.3 or newer which
+	    was compiled using uClibc).
+	o Made uClibc's ldd act just the glibc provided one (i.e. relying
+	    on the shared lib loader to do the work) when it is possible to 
+	    doi so, and only rummage about the ELF headers when we have no
+	    other choice (such as when using 'ldd' on cross compiled stuff).
+    Miles Bader
+	o header file updates for v850 architecture
+	o Fixed v850 crt0.S __uClibc_main argument stack space
+    Jeffrey Damick
+	o Fixed res_init() so it properly reloads /etc/resolv.conf
+    Vadim Lebedev
+	o Fixed ARM setjmp when floating point was disabled
+    David McCullough
+	o Removed debug (-g) when building crti.o and crtn.o, as
+	    debug would mess up the build for SH4 and probably others.
+	o Fixed SH setjmp when floating point was enabled
+
+
+ -Erik
+
+
+
+
+
 0.9.18	12 February 2003
 0.9.18	12 February 2003
 
 
 See Changelog.full for the complete list of who did what. 
 See Changelog.full for the complete list of who did what. 

File diff suppressed because it is too large
+ 53 - 45
Changelog.full


+ 28 - 0
docs/uclibc.org/index.html

@@ -111,6 +111,34 @@ you might want to search the mailing list archives...
 
 
 <ul>
 <ul>
 
 
+    <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 systems
+    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</a> 
+    for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    You might want to download uClibc from the closest 
+    <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
+    Just pick the closest mirror site, and then go to 
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
+    http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
+    to download uClibc, where XX is your two letter country code.
+    <p>
+    <p>
+
     <p>
     <p>
     <li> <b>17 February 2003, development system updates</b>
     <li> <b>17 February 2003, development system updates</b>
     <br>
     <br>

Some files were not shown because too many files changed in this diff