svn commit: trunk/busybox: docs docs/busybox.net
landley at busybox.net
landley at busybox.net
Tue Oct 24 14:46:20 PDT 2006
Author: landley
Date: 2006-10-24 14:46:19 -0700 (Tue, 24 Oct 2006)
New Revision: 16432
Log:
Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to
autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet
get correctly stripped out when generating BusyBox.html.
Modified:
trunk/busybox/README
trunk/busybox/docs/autodocifier.pl
trunk/busybox/docs/busybox.net/footer.html
trunk/busybox/docs/busybox.net/news.html
trunk/busybox/docs/busybox_footer.pod
Changeset:
Modified: trunk/busybox/README
===================================================================
--- trunk/busybox/README 2006-10-24 20:07:29 UTC (rev 16431)
+++ trunk/busybox/README 2006-10-24 21:46:19 UTC (rev 16432)
@@ -194,5 +194,5 @@
Please feed suggestions, bug reports, insults, and bribes back to the busybox
maintainer:
- Rob Landley
- <rob at landley.net>
+ Denis Vlasenko
+ <vda.linux at googlemail.com>
Modified: trunk/busybox/docs/autodocifier.pl
===================================================================
--- trunk/busybox/docs/autodocifier.pl 2006-10-24 20:07:29 UTC (rev 16431)
+++ trunk/busybox/docs/autodocifier.pl 2006-10-24 21:46:19 UTC (rev 16432)
@@ -25,6 +25,7 @@
my $text2 = $text;
$text =~ s/SKIP_\w+\(.*?"\s*\)//sxg;
$text =~ s/USE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg;
+ $text =~ s/USAGE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg;
last if ( $text2 eq $text );
}
$text =~ s/"\s*"//sg;
Modified: trunk/busybox/docs/busybox.net/footer.html
===================================================================
--- trunk/busybox/docs/busybox.net/footer.html 2006-10-24 20:07:29 UTC (rev 16431)
+++ trunk/busybox/docs/busybox.net/footer.html 2006-10-24 21:46:19 UTC (rev 16432)
@@ -16,7 +16,7 @@
<br>
Mail all comments, insults, suggestions and bribes to
<br>
- Rob Landley <a href="mailto:rob at landley.net">rob at landley.net</a><br>
+ Denis Vlasenko <a href="mailto:vda.linux at googlemail.com">vda.linux at googlemail.com</a><br>
</font>
</td>
Modified: trunk/busybox/docs/busybox.net/news.html
===================================================================
--- trunk/busybox/docs/busybox.net/news.html 2006-10-24 20:07:29 UTC (rev 16431)
+++ trunk/busybox/docs/busybox.net/news.html 2006-10-24 21:46:19 UTC (rev 16432)
@@ -2,7 +2,34 @@
<ul>
- <li><b>Sep 29, 2006 -- New license email address.</b>
+ <li><b>24 October, 2006 -- BusyBox 1.2.2 (stable)</b>
+ <p>It's a bit overdue, but
+ <a href=http://busybox.net/downloads/busybox-1.2.2.tar.bz2>here is
+ BusyBox 1.2.2</a>.</p>
+
+ <p>This release has dozens of fixes backported from the ongoing development
+ branch. There are a couple of bugfixes to sed, two fixes to documentation
+ generation (BusyBox.html shouldn't have USE() macros in it anymore), fix
+ umount to report the right errno on failure and to umount block devices by
+ name with newer kernels, fix mount to handle symlinks properly, make mdev
+ delete device nodes when called for hotplug remove, fix a segfault
+ in traceroute, a minor portability fix to md5sum option parsing, a build
+ fix for httpd with old gccs, an options parsing tweak to hdparm, make test
+ fail gracefully when getgroups() returns -1, fix a race condition in
+ modprobe when two instances run at once (hotplug does this), make "tar xf
+ foo.tar dir/dir" extract all subdirectories, make our getty initialize the
+ terminal more like mingetty, an selinux build fix, an endianness fix in
+ ping6, fix for zcip defending addresses, clean up some global variables in
+ gzip to save memory, fix sulogin -tNNN, a help text tweak, several warning
+ fixes and build fixes, fixup dnsd a bit, and a partridge in a pear tree.</p>
+
+ <p>As <a href=http://lwn.net/Articles/202106/>Linux Weekly News noted</a>,
+ this is my (Rob's) last release of BusyBox. The new maintainer is Denis
+ Vlasenko, I'm off to do <a href=http://landley.net/code>other things</a>.
+ </p>
+ </li>
+
+ <li><b>29 September, 2006 -- New license email address.</b>
<p>The email address gpl at busybox.net is now the recommended way to contact
the Software Freedom Law Center to report BusyBox license violations.</p>
Modified: trunk/busybox/docs/busybox_footer.pod
===================================================================
--- trunk/busybox/docs/busybox_footer.pod 2006-10-24 20:07:29 UTC (rev 16431)
+++ trunk/busybox/docs/busybox_footer.pod 2006-10-24 21:46:19 UTC (rev 16432)
@@ -25,7 +25,7 @@
=head1 MAINTAINER
-Rob Landley <rob at landley.net>
+Denis Vlasenko <vda.linux at googlemail.com>
=head1 AUTHORS
More information about the busybox-cvs
mailing list