summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-20 16:14:15 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-20 16:14:15 +0000
commitbd64b2ab880c9f0f27e53d672e602d4c391f6326 (patch)
tree65db003dce2fa3644b0760070b850b2f84e46768
parentbafa13979b54c51738adc2b761ff14005b17a643 (diff)
Some release notes
-Erik
-rw-r--r--Changelog27
-rw-r--r--docs/uclibc.org/index.html24
2 files changed, 49 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index c10f71e7a..ec1d6e0fc 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,30 @@
+0.9.12 20 June 2002
+
+Release highlights:
+ o Add full shared library support for mips, thanks
+ to a lot of hard work from Steven J. Hill
+ o i960 architecture support, thanks to Martin Proulx
+ o An initial alpha port (works, but needs some cleanup)
+ o Fixes shared library support for powerpc
+ o Fixes for mmu-less systems
+ o Much improved thread locking and reentrance.
+ o More gcc wrapper updates. XFree86 really does link
+ this time around. It still didn't last time.
+ o Libcrypt now passes conformance tests
+ o Nearly complete locale supporti thanks to a lot
+ of hard work by Manuel Novoa III. This stuff is
+ _way_ smaller than glibc's
+ o Completely new time handling functions
+ o Lots of other bug fixes and cleanups.
+
+See Changelog.full for the complete list of who did what.
+ -Erik
+ 20 June 2002
+
+
+
+
+Erik Andersen:
0.9.11 10 April 2002
Release highlights:
diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html
index cd05b24c1..c6a4006a0 100644
--- a/docs/uclibc.org/index.html
+++ b/docs/uclibc.org/index.html
@@ -107,11 +107,31 @@ before asking questions on the mailing list...
<li> <b>20 June 2002, uClibc 0.9.12 Released</b>
<br>
+ o Add full shared library support for mips, thanks
+ to a lot of hard work from Steven J. Hill
+ o i960 architecture support, thanks to Martin Proulx
+ o Fixes shared library support for powerpc
+ o Fixes for mmu-less systems
+ o Much improved thread locking and reentrance.
+ o More gcc wrapper updates. XFree86 really does link
+ this time around. It still didn't last time.
+ o Libcrypt now passes conformance tests
+ o Nearly complete locale supporti thanks to a lot
+ of hard work by Manuel Novoa III. This stuff is
+ _way_ smaller than glibc's
+ o Completely new time handling functions
+ o Lots of other bug fixes and cleanups.
CodePoet Consulting is pleased to announce the immediate availability of
uClibc 0.9.12. This release adds an i960 port, an initial alpha port,
- fullly working shared library support for mips, fixes for shared libraries
- on powerpc, as well as many other improvements and bug fixes.
+ fullly working mips shared library support, shared library support fixes
+ for on powerpc, and many other improvements. One very exciting new feature
+ is nearly complete locale support, thanks to a lot of hard work by Manuel
+ Novoa III. uClibc's locale support is <em>much</em> smaller than glibc's,
+ though it is also slightly less flexible. This release was delayed by a
+ month due to the arrival of a new baby at Erik's house. For those that
+ have been anxiously waiting, this release should certainly be worth the
+ wait. Have fun!
<p>
The <a href="downloads/Changelog">Changelog</a>
and <a href="downloads/uClibc-0.9.12.tar.bz2">source code</a>