summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-30 21:51:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-30 21:51:15 +0000
commitdb2863760e4ccb921b9944078c99d80cc293f3ed (patch)
treec413cc1e894a1d83cc52bcd608df564a507f631b /Changelog
parentb7f428b0156ae733cc99d093b622fb36ce4a562c (diff)
Update for release
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7a05a2784..7112fa320 100644
--- a/Changelog
+++ b/Changelog
@@ -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.