# HG changeset patch # User Rob Landley # Date 1314106938 18000 # Node ID 7e0747a665ab9cfa44b673170e38846da6f4d9cf # Parent ee0e4f2f4bdb597fc6ceda399540567a2e0bd9d4 Update the web page with release announcement. (And fix the wordwrapping problem small screens have apparently had since january.) diff -r ee0e4f2f4bdb -r 7e0747a665ab www/footer.html --- a/www/footer.html Tue Aug 23 08:21:48 2011 -0500 +++ b/www/footer.html Tue Aug 23 08:42:18 2011 -0500 @@ -1,5 +1,5 @@
- +
Copyright 2002, 2009 Rob Landley <rob@landley.net>
Copyright 2002, 2011 Rob Landley <rob@landley.net>
diff -r ee0e4f2f4bdb -r 7e0747a665ab www/header.html --- a/www/header.html Tue Aug 23 08:21:48 2011 -0500 +++ b/www/header.html Tue Aug 23 08:42:18 2011 -0500 @@ -1,14 +1,16 @@ - + + +
+

Aboriginal Linux

-
+
@@ -52,9 +55,10 @@ +
  • Commits RSS
  • +
  • Releases RSS
  • - diff -r ee0e4f2f4bdb -r 7e0747a665ab www/news.html --- a/www/news.html Tue Aug 23 08:21:48 2011 -0500 +++ b/www/news.html Tue Aug 23 08:42:18 2011 -0500 @@ -6,6 +6,64 @@

    News


    +

    June 22, 2011

    +

    The +1.0.3 release is out, +based on hg commit +1430. +This release includes the long-awaited Linux 3.0 and uClibc 0.9.32 +releases, along with BusyBox 1.19.0 (and Dropbear 0.53.1 in the static +tools).

    + +

    This release is still using pthreads, but NTPL support is a goal for next +release. (It's just a uClibc config change.)

    + +

    The other big news is that the control-images got split out to +their own repository, +with their own web page.

    + +

    The Aboriginal Linux project is feature complete ever since the 1.0 +release, and other than adding support for more targets the only major +todo items left are a big documentation update, more automation via cron job, +and enabling NPTL support. (This release is still using pthreads, but NPTL +support is a goal for next release. It's just a uClibc config change at +this point, 0.9.32 has support but needs more tweaking and testing.)

    +Since control images are not feature complete (and there's really no obvious +limit to what you can do with them), they deserve to be their own project.

    + +

    Other changes:

    + + + +

    June 14, 2011

    The long overdue 1.0.2 @@ -234,10 +292,10 @@ it hard for me to care much about that target.)

    The problem with sh4 is once again the kernel, this time a build break:

    -
    -arch/sh/kernel/process_32.c:303: error: conflicting types for 'sys_execve'
    +
    +arch/sh/kernel/process_32.c:303: error: conflicting types for 'sys_execve'
    /home/landley/play/two/build/temp-sh4/linux/arch/sh/include/asm/syscalls_32.h:24: error: previous declaration of 'sys_execve' was here -
    +

    And even if I bothered to fix that, another change in the sh4 code changed the serial devices so QEMU's serial console no longer produces output. (Note