blob: 2f0b4ec32261d3a41d8f30a0bc134a127573295b (
plain)
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
|
<!--#include file="header.html" -->
<ul>
<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>
<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.
<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" -->
|