diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-30 21:51:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-30 21:51:15 +0000 |
commit | db2863760e4ccb921b9944078c99d80cc293f3ed (patch) | |
tree | c413cc1e894a1d83cc52bcd608df564a507f631b /Changelog | |
parent | b7f428b0156ae733cc99d093b622fb36ce4a562c (diff) | |
download | uClibc-alpine-db2863760e4ccb921b9944078c99d80cc293f3ed.tar.bz2 uClibc-alpine-db2863760e4ccb921b9944078c99d80cc293f3ed.tar.xz |
Update for release0_9_20
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +0.9.30 30 June 2003 + +See Changelog.full for the complete list of who did what. + +Note: + This release remains binary compatible with 0.9.18 and 0.9.19. + + +Release highlights: + o Some ldd, profiling, and gcc wrapper updates + o Updated to support and compile with gcc 3.3 + o Several needed mips updates + o Building under cygwin should now work... + o Prevent non-PIC code getting into PIC libs + o Added mmap64 support + o mmu-less systems now get a 16k default thread stack size + which is much more sane than the old 2 MB default... + o Implemented syscall() for powerpc + o Optionally struct tm extension support + o Lots of other sundry little fixes and cleanups. + o Prevent buffer overflows in the passwd and group functions. + + -Erik + + + + + 0.9.19 3 March 2003 See Changelog.full for the complete list of who did what. |