[uClibc-cvs] uClibc/docs/uclibc.org about.html, NONE, 1.1 header.html, 1.2, 1.3 index.html, 1.79, 1.80 news.html, 1.5, 1.6

Erik Andersen andersen at uclibc.org
Sat Jan 3 11:06:50 UTC 2004


Update of /var/cvs/uClibc/docs/uclibc.org
In directory nail:/tmp/cvs-serv5161/docs/uclibc.org

Modified Files:
	header.html index.html news.html 
Added Files:
	about.html 
Log Message:
Update for release


Index: index.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/index.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- index.html	11 Dec 2003 07:54:56 -0000	1.79
+++ index.html	3 Jan 2004 11:06:48 -0000	1.80
@@ -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 at 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 at 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" -->

Index: news.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/news.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- news.html	19 Dec 2003 11:45:21 -0000	1.5
+++ news.html	3 Jan 2004 11:06:48 -0000	1.6
@@ -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

--- NEW FILE: about.html ---
<!--#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 at 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 at 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" -->

Index: header.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/header.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- header.html	11 Dec 2003 07:54:56 -0000	1.2
+++ header.html	3 Jan 2004 11:06:48 -0000	1.3
@@ -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>




More information about the uClibc-cvs mailing list