aboutsummaryrefslogtreecommitdiff
path: root/www/news.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-03-21 20:21:12 -0500
committerRob Landley <rob@landley.net>2013-03-21 20:21:12 -0500
commit6f5ef6fc86e11b3aa6cb08a530b1e44ae3d9295c (patch)
tree14f70eef938a2f167178559ee4e2662a6578ae0e /www/news.html
parentda7fc1c863c15d9e5fe67185aa3ea47344d1c4dd (diff)
downloadtoybox-6f5ef6fc86e11b3aa6cb08a530b1e44ae3d9295c.tar.gz
Update news page and link to ELC 2013 talk on toybox.
Diffstat (limited to 'www/news.html')
-rwxr-xr-xwww/news.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/news.html b/www/news.html
index 4f413217..a4c67af9 100755
--- a/www/news.html
+++ b/www/news.html
@@ -1,6 +1,36 @@
<!--#include file="header.html" -->
<h2>News</h2>
+<hr><b>March 21, 2013</b>
+<p>Video of my ELC talk
+"<a href=http://youtu.be/SGmtP5Lg_t0><strike>What</strike> Why is Toybox?</a>"
+is up on youtube. Related materials include the
+<a href=http://landley.net/talks/celf-2013.txt>talk outline</a> and an
+<a href=/aboriginal/about.html#selfhost>android self-hosting writeup</a>.</p>
+
+<hr><b>March 14, 2013</b>
+<blockquote><p>"Ford, you're turning into a penguin. Stop it." -
+The Hitchhiker's Guide to the Galaxy.</p></blockquote>
+
+<p><a href=downloads/toybox-0.4.4.tar.bz2>Toybox 0.4.4</a> is based on
+<a href=http://landley.net/hg/toybox/shortlog/813>commit 813</a>, adding
+the "time" and "readahead" commands, plus some bugfixes.</p>
+
+<p>The "cp" command now implements the -s symlink option, plus bugfixes
+getting various corner cases right as used in actual package builds.
+"id -Gn root" should now print root's groups
+instead of the current user's. Several build fixes so toybox builds under
+Ubuntu 8.04 again (which is about as old a build environment as you
+can expect to find posix-2008 features in).</p>
+
+<p>Unfinished commands have generally been moved to "toys/pending".
+Everything else should "default y" to participate in make defconfig.
+Several of those pending commands got some basic cleanup so allyesconfig
+should at least compile (although defconfig is still what's useful).</p>
+
+<p>Significant roadmap updates, checking several other multicall binaries
+(klibc, sash, sbase, s6...) to see what commands they include.</p>
+
<hr><b>January 18, 2013</b>
<blockquote><p>This must be Thursday. I never could get the hang of Thursdays. - The Hitchhiker's Guide to the Galaxy.</p></blockquote>