summaryrefslogtreecommitdiff
path: root/docs/uclibc.org
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-03 11:06:48 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-03 11:06:48 +0000
commitba64d84bc76cdad364aac3263b99f53d7633a8af (patch)
treef41f4f81f1c4c069e90623a486191f1a51c09f35 /docs/uclibc.org
parenta34431ebdc7ef3dde0d82bbb2423a620e9489fc1 (diff)
Update for release
Diffstat (limited to 'docs/uclibc.org')
-rw-r--r--docs/uclibc.org/about.html99
-rw-r--r--docs/uclibc.org/header.html2
-rw-r--r--docs/uclibc.org/index.html100
-rw-r--r--docs/uclibc.org/news.html30
4 files changed, 130 insertions, 101 deletions
diff --git a/docs/uclibc.org/about.html b/docs/uclibc.org/about.html
new file mode 100644
index 000000000..73bc02c8e
--- /dev/null
+++ b/docs/uclibc.org/about.html
@@ -0,0 +1,99 @@
+<!--#include file="header.html" -->
+
+
+<!-- Begin Introduction section -->
+
+<h3>A C library for embedded Linux</h3>
+
+uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for developing
+embedded Linux systems. It is much smaller than the <a
+href="http://www.gnu.org/software/libc/libc.html">GNU C Library</a>, but nearly
+all applications supported by glibc also work perfectly with uClibc. Porting
+applications from glibc to uClibc typically involves just recompiling the
+source code. uClibc even supports shared libraries and threading. It currently
+runs on <a href="http://kernel.org/">standard Linux</a> and <a
+href="http://www.uclinux.org">MMU-less (also known as µClinux)</a> systems with
+support for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC,
+SH, SPARC, and v850 processors.
+
+<p>
+
+If you are building an embedded Linux system and you find that
+glibc is eating up too much space, you may want to consider using
+uClibc. If you are building a huge fileserver with 12 Terabytes
+of storage, then using glibc may make more sense. Unless, for
+example, that 12 Terabytes will be Network Attached Storage and
+you plan to burn Linux into the system's firmware...
+
+<p>
+
+uClibc is maintained by <a href=
+"http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
+and is licensed under the
+<a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>
+. This license allows you to make closed source commercial applications using
+uClibc. (Please consider sharing some of the money you make ;-). You do not need
+to give away all your source code just because you use uClibc and/or run on Linux.
+See the <a href="FAQ.html">list of Frequently Asked Questions</a> for details.
+
+<p>
+
+<h3>Sponsors</h3>
+
+Please visit our sponsors and thank them for their
+support! They have provided money for equipment and
+bandwidth. Next time you need help with a project,
+consider these fine companies!
+
+
+<ul>
+ <li><a href="http://www.penguru.net">Penguru Consulting</a><br>
+ Custom development for embedded Linux systems and multimedia platforms
+ </li>
+
+ <li><a href="http://opensource.se/">opensource.se</a><br>
+ Embedded open source consulting in Europe.
+ </li>
+
+ <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
+ Custom Linux, embedded Linux, BusyBox, and uClibc
+ development.
+ </li>
+
+</ul>
+
+If you wish to be a sponsor, or if you have already contributed and would like
+your name added here, email <a href= "mailto:andersen@codepoet.org">Erik</a>.
+
+<p>
+<table BORDER=0>
+<tr>
+<td>
+Do you like uClibc? Do you need support? Do you need some features
+added? Then why not help out? We are happy to accept donations
+(such as bandwidth, mirrors sites, and hardware for the various
+architectures). We can also provide support contracts, and implement
+funded feature requests. To contribute, you can either click on the
+Donate image to donate using PayPal, or you can contact Erik at
+<a href="http://codepoet-consulting.com/">CodePoet Consulting</a>
+(we have a credit card machine so you can avoid PayPal if you wish).
+</td>
+
+<td>
+<!-- Begin PayPal Logo -->
+<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
+ <input type="hidden" name="cmd" value="_xclick">
+ <input type="hidden" name="business" value="andersen@codepoet.org">
+ <input type="hidden" name="item_name" value="Support uClibc">
+ <input type="hidden" name="image_url" value="https://codepoet-consulting.com/images/codepoet.png">
+ <input type="hidden" name="no_shipping" value="1">
+ <input type="image" src="images/donate.png" name="submit" alt="Make donation using PayPal">
+</form>
+</td>
+<!-- End PayPal Logo -->
+
+</tr>
+</table>
+
+
+<!--#include file="footer.html" -->
diff --git a/docs/uclibc.org/header.html b/docs/uclibc.org/header.html
index bb7bef9d8..39a6968f2 100644
--- a/docs/uclibc.org/header.html
+++ b/docs/uclibc.org/header.html
@@ -41,7 +41,7 @@
<tr>
<td valign="TOP">
- <br><a href="/">Home</a>
+ <br><a href="/about.html">About</a>
<br><a href="/lists.html">Mailing Lists</a>
<br><a href="/FAQ.html">FAQ</a>
<br><a href="/news.html">Latest News</a>
diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html
index 73bc02c8e..1bab6b069 100644
--- a/docs/uclibc.org/index.html
+++ b/docs/uclibc.org/index.html
@@ -1,99 +1 @@
-<!--#include file="header.html" -->
-
-
-<!-- Begin Introduction section -->
-
-<h3>A C library for embedded Linux</h3>
-
-uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for developing
-embedded Linux systems. It is much smaller than the <a
-href="http://www.gnu.org/software/libc/libc.html">GNU C Library</a>, but nearly
-all applications supported by glibc also work perfectly with uClibc. Porting
-applications from glibc to uClibc typically involves just recompiling the
-source code. uClibc even supports shared libraries and threading. It currently
-runs on <a href="http://kernel.org/">standard Linux</a> and <a
-href="http://www.uclinux.org">MMU-less (also known as µClinux)</a> systems with
-support for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC,
-SH, SPARC, and v850 processors.
-
-<p>
-
-If you are building an embedded Linux system and you find that
-glibc is eating up too much space, you may want to consider using
-uClibc. If you are building a huge fileserver with 12 Terabytes
-of storage, then using glibc may make more sense. Unless, for
-example, that 12 Terabytes will be Network Attached Storage and
-you plan to burn Linux into the system's firmware...
-
-<p>
-
-uClibc is maintained by <a href=
-"http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
-and is licensed under the
-<a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>
-. This license allows you to make closed source commercial applications using
-uClibc. (Please consider sharing some of the money you make ;-). You do not need
-to give away all your source code just because you use uClibc and/or run on Linux.
-See the <a href="FAQ.html">list of Frequently Asked Questions</a> for details.
-
-<p>
-
-<h3>Sponsors</h3>
-
-Please visit our sponsors and thank them for their
-support! They have provided money for equipment and
-bandwidth. Next time you need help with a project,
-consider these fine companies!
-
-
-<ul>
- <li><a href="http://www.penguru.net">Penguru Consulting</a><br>
- Custom development for embedded Linux systems and multimedia platforms
- </li>
-
- <li><a href="http://opensource.se/">opensource.se</a><br>
- Embedded open source consulting in Europe.
- </li>
-
- <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
- Custom Linux, embedded Linux, BusyBox, and uClibc
- development.
- </li>
-
-</ul>
-
-If you wish to be a sponsor, or if you have already contributed and would like
-your name added here, email <a href= "mailto:andersen@codepoet.org">Erik</a>.
-
-<p>
-<table BORDER=0>
-<tr>
-<td>
-Do you like uClibc? Do you need support? Do you need some features
-added? Then why not help out? We are happy to accept donations
-(such as bandwidth, mirrors sites, and hardware for the various
-architectures). We can also provide support contracts, and implement
-funded feature requests. To contribute, you can either click on the
-Donate image to donate using PayPal, or you can contact Erik at
-<a href="http://codepoet-consulting.com/">CodePoet Consulting</a>
-(we have a credit card machine so you can avoid PayPal if you wish).
-</td>
-
-<td>
-<!-- Begin PayPal Logo -->
-<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
- <input type="hidden" name="cmd" value="_xclick">
- <input type="hidden" name="business" value="andersen@codepoet.org">
- <input type="hidden" name="item_name" value="Support uClibc">
- <input type="hidden" name="image_url" value="https://codepoet-consulting.com/images/codepoet.png">
- <input type="hidden" name="no_shipping" value="1">
- <input type="image" src="images/donate.png" name="submit" alt="Make donation using PayPal">
-</form>
-</td>
-<!-- End PayPal Logo -->
-
-</tr>
-</table>
-
-
-<!--#include file="footer.html" -->
+<!--#include file="news.html" -->
diff --git a/docs/uclibc.org/news.html b/docs/uclibc.org/news.html
index 4bc851b15..790efff04 100644
--- a/docs/uclibc.org/news.html
+++ b/docs/uclibc.org/news.html
@@ -3,6 +3,34 @@
<ul>
+ <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 of 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 _were_ planning to break
+ binary compatibilty in this release, but decided to hold those changes so
+ we could push out a bugfix release.
+
+ <p>
+
+ We <b>will</b> break binary compatibilty in the upcoming 0.9.26 release to
+ implement a few things 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>
@@ -30,7 +58,7 @@
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