diff options
Diffstat (limited to 'docs/uclibc.org/news.html')
-rw-r--r-- | docs/uclibc.org/news.html | 49 |
1 files changed, 35 insertions, 14 deletions
diff --git a/docs/uclibc.org/news.html b/docs/uclibc.org/news.html index 2f0b4ec32..a64d8bba6 100644 --- a/docs/uclibc.org/news.html +++ b/docs/uclibc.org/news.html @@ -3,26 +3,47 @@ <ul> + <li><b>13 January 2005 -- Bug and Patch Tracking</b><p> + + Bug reports sometimes get lost when posted to the mailing list. The + developers of uClibc are busy people, and have only so much they can keep + in their brains at a time. In my case, I'm lucky if I can remember my own + name, much less a bug report posted last week... To prevent your bug report + from getting lost, if you find a bug in uClibc, please use the + <a href="http://bugs.uclibc.org/">shiny new Bug and Patch Tracking System</a> + to post all the gory details. + + <p> + + The same applies to patches... Regardless of whether your patch + is a bug fix or adds spify new features, please post your patch + to the Bug and Patch Tracking System to make certain it is + properly considered. + + + <p> <li> <b>12 January 2005, uClibc 0.9.27 Released</b> <br> - This has been a long time in the making... Release highlights: - <ul> - <li> New stdio implementation - <li> New optimized string functions - <li> Major improvements to the shared lib loader - <li> Shared libraries work properly on powerpc - <li> Debugging works on mips - <li> New architectures: frv, nios, nios2, bfin - <li> Linux 2.6.x kernel support - <li> Lots and lots of bug fixes - </ul> + CodePoet Consulting is pleased to announce the release of + uClibc 0.9.27. Release highlights include a new stdio core, + Linux 2.6.x support, a much improved shared library loader, + support for several new architectures, and of course fixes for + the usual pile of bugs. + + <p> + + Due primarily to the stdio changes, this release is NOT binary + compatible with uClibc 0.9.26 or any earlier release, so be + prepared to recompile your software if you are still using an + old version of uClibc. Sorry for the pain... <p> - This release is NOT binary compatible with uClibc 0.9.26 or any earlier - release, so be prepared to recompile your software if you are still using - an old version of uClibc. + Updated uClibc development systems using uClibc 0.9.27, along + with the uClibc buildroot and source code used to compile these + development systems, has also been released and is available + from the uclibc.org downloads area. <p> |