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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<!--#include file="header.html" -->
<ul>
<li> <b>3 January 2004, uClibc 0.9.26 Released</b>
<br>
CodePoet Consulting is sorry to announce there was a pthread bug that
slipped though our extensive testing and was only noticed a few hours after
the previous release. As a result, we are now releasing uClibc 0.9.26
which fixes this bug, and is otherwise identical to the previous release.
<p>
This release remains binary compatible with uClibc 0.9.21-25, as long as
you take care to avoid any configuraton changes that will break things.
Please be aware we <b>will</b> break binary compatibilty in the upcoming
0.9.27 release to implement a few necessary changes we have been
postponing. That will hopefully be the last ABI change before we freeze
the ABI for the upcoming 1.0.x stable uClibc series.
<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.26.tar.bz2">source code for this release</a>
are available <a href="http://www.uclibc.org/downloads/">here</a>.
<li> <b>3 January 2004, uClibc 0.9.25 Released</b>
<br>
CodePoet Consulting is pleased to announce the immediate availability of
uClibc 0.9.25. This contains many bug fixes and cleanups, and is
recommended for anyone using uClibc. This release remains binary
compatible with uClibc 0.9.21-24 (as long as you take care to avoid any
configuraton changes that will break things). We <b>were</b> planning to break
binary compatibilty in this release, but decided to hold those changes so
we could push out a bugfix release.
<p>
Please be aware we <b>will</b> break binary compatibilty in the upcoming
0.9.26 release to implement a few changes we have been postponing. That
will hopefully be the last ABI change before we freeze the ABI for the
upcoming 1.0.x stable uClibc series.
<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.25.tar.bz2">source code for this release</a>
are available <a href="http://www.uclibc.org/downloads/">here</a>.
<p>
<li> <b>19 December 2003, dev systems updated to uClibc 0.9.24</b>
<br>
Current uClibc development systems have been posted for
<a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
<a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
<a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
<a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
<a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
<a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
The powerpc dev system mostly works, but there are still some
problems with the shared library loader that have not yet been resolved.
Details on what these are and how to use them can be found in the
<a href="/FAQ.html#dev_systems">FAQ</a>
<p>
<li> <b>15 December 2003, uClibc 0.9.24 Released</b>
<br>
CodePoet Consulting is pleased to announce the immediate availability of
uClibc 0.9.24. This contains various minor updates and fixes for a few
silly configuration problems. Arm users should notice a speed increase
since some arm optimized string functions have been added. And several
bugs have been fixed.
<p>
This release continues to be binary compatible with uClibc 0.9.21 to 0.9.23
-- as long as you pick compatible configuration options. The next release
will <b>not</b> be binary compatible. We've been saving up a few needed
changes that will be going into the next release, so while you will not
need to recompile all your applications and libraries just yet, keep in
mind we will have a flag day soon...
<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.24.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" -->
|