summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-01-13 17:20:59 +0000
committerEric Andersen <andersen@codepoet.org>2005-01-13 17:20:59 +0000
commit96d2a0ffebaa66cfe78014d3f230b0667c0b61e8 (patch)
treebba8e4d5306d88d5d924ae2ea50102832946f40b /docs
parent2e6ce6501cd684f4d429b208c411d0d911209076 (diff)
Mention the new bug tracking system
Diffstat (limited to 'docs')
-rw-r--r--docs/uclibc.org/header.html1
-rw-r--r--docs/uclibc.org/news.html49
2 files changed, 36 insertions, 14 deletions
diff --git a/docs/uclibc.org/header.html b/docs/uclibc.org/header.html
index 331b4ead7..9b4a80982 100644
--- a/docs/uclibc.org/header.html
+++ b/docs/uclibc.org/header.html
@@ -49,6 +49,7 @@
<br><a href="/toolchains.html">Toolchains</a>
<br><a href="/cvs_anon.html">Accessing CVS</a>
<br><a href="/cgi-bin/cvsweb/uClibc/">Browse CVS</a>
+ <br><a href="http://bugs.uclibc.org/">Bug Tracking</a>
<br><a href="/products.html">Products</a>
<br><a href="/other_libs.html">Other libcs</a>
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>