1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<!--#include file="header.html" -->
<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>
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>
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>
As usual, the
<a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
<a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
and <a href="http://www.uclibc.org/downloads/uClibc-0.9.27.tar.bz2">source code for this release</a>
are available <a href="http://www.uclibc.org/downloads/">here</a>.
<p> <li> <b>Old News</b>
<br>
<a href="/oldnews.html">Click here to read older news</a>
<p>
</ul>
<!--#include file="footer.html" -->
|