Update of /cvsroot/linux-vax/www/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3878
Modified Files:
newsframe.html
Log Message:
- Mention half-working uClibc.
- Mention CVS closedown for the kernel tree, it's now in GIT.
Index: newsframe.html
===================================================================
RCS file: /cvsroot/linux-vax/www/htdocs/newsframe.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- newsframe.html 30 May 2005 13:10:22 -0000 1.11
+++ newsframe.html 12 Nov 2005 09:21:42 -0000 1.12
@@ -13,6 +13,32 @@
</THEAD>
<TBODY valign="top" align="left">
<TR>
+ <TD>12 November 2005</TD>
+ <TD>
+ <B>Kernel</B><BR>
+ For some time, we were playing with GIT,
+ Linus' new source code management tool.
+ Today we announce it: the CVS tree is
+ now closed, all further development will
+ (at least for now) happen in the GIT tree.
+ Docs will be updated soon to show how to
+ access and how to work with it.
+ </TD>
+ </TR>
+ <TR>
+ <TD>October 2005</TD>
+ <TD>
+ <B>Toolchain</B><BR>
+ uClibc compiles again (using the
+ <TT>toolchain/scripts/build_toolchain.sh</TT>
+ script) and we've now again got a mostly
+ working userland compiler, based on GCC HEAD.
+ Unfortunately, there's still a problem with
+ stat() so it isn't really usefull for real-world
+ applications yet.
+ </TD>
+ </TR>
+ <TR>
<TD>29 May 2005</TD>
<TD>
<B>Toolchain</B>, <B>Kernel</B><BR>
|