From 44c7917cab43713a034622bfb6e464de92cf8f1c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 24 Oct 2006 21:46:19 +0000 Subject: 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. --- README | 4 ++-- docs/autodocifier.pl | 1 + docs/busybox.net/footer.html | 2 +- docs/busybox.net/news.html | 29 ++++++++++++++++++++++++++++- docs/busybox_footer.pod | 2 +- 5 files changed, 33 insertions(+), 5 deletions(-) diff --git a/README b/README index 08c3f1d41..0ed196a53 100644 --- a/README +++ b/README @@ -194,5 +194,5 @@ Supported hardware: Please feed suggestions, bug reports, insults, and bribes back to the busybox maintainer: - Rob Landley - + Denis Vlasenko + diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index 4acb6bdc8..3aa838eb4 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl @@ -25,6 +25,7 @@ sub beautify { 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; diff --git a/docs/busybox.net/footer.html b/docs/busybox.net/footer.html index 319a300ff..5f2335a2b 100644 --- a/docs/busybox.net/footer.html +++ b/docs/busybox.net/footer.html @@ -16,7 +16,7 @@
Mail all comments, insults, suggestions and bribes to
- Rob Landley rob@landley.net
+ Denis Vlasenko vda.linux@googlemail.com
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index b82e32032..7f8307d9d 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html @@ -2,7 +2,34 @@
    -
  • Sep 29, 2006 -- New license email address. +
  • 24 October, 2006 -- BusyBox 1.2.2 (stable) +

    It's a bit overdue, but + here is + BusyBox 1.2.2.

    + +

    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.

    + +

    As Linux Weekly News noted, + this is my (Rob's) last release of BusyBox. The new maintainer is Denis + Vlasenko, I'm off to do other things. +

    +
  • + +
  • 29 September, 2006 -- New license email address.

    The email address gpl@busybox.net is now the recommended way to contact the Software Freedom Law Center to report BusyBox license violations.

    diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index da4ffa7f8..b2835f6bc 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod @@ -25,7 +25,7 @@ use of any NSS support files or libraries. =head1 MAINTAINER -Rob Landley +Denis Vlasenko =head1 AUTHORS -- cgit v1.2.3