Set version to 0.39
-Erik
This commit is contained in:
parent
84b009256f
commit
59248bad97
@ -3,7 +3,7 @@
|
|||||||
<tausq@debian.org>. 2 items off the TODO list!
|
<tausq@debian.org>. 2 items off the TODO list!
|
||||||
* I wrote free (just calls "cat /proc/meminfo").
|
* I wrote free (just calls "cat /proc/meminfo").
|
||||||
* Added tail, based on tail from GNU textutils-1.19, but adjusted
|
* Added tail, based on tail from GNU textutils-1.19, but adjusted
|
||||||
to suit my evil purposes. Costs 6k.
|
to suit my evil purposes. Costs 6k. I'll make it smaller sometime.
|
||||||
* on reboot, init called 'umount -a -n', which caused errors
|
* on reboot, init called 'umount -a -n', which caused errors
|
||||||
when BB_MTAB was not enabled. Changed to 'umount -a',
|
when BB_MTAB was not enabled. Changed to 'umount -a',
|
||||||
which does the right thing.
|
which does the right thing.
|
||||||
@ -21,7 +21,7 @@
|
|||||||
* Implemented tee. -beppu
|
* Implemented tee. -beppu
|
||||||
* Implemented head. -beppu
|
* Implemented head. -beppu
|
||||||
|
|
||||||
-Erik Andrsen
|
-Erik Andrsen, Dec 10, 1999
|
||||||
|
|
||||||
0.38
|
0.38
|
||||||
* Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
|
* Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
|
||||||
|
2
Makefile
2
Makefile
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
PROG=busybox
|
PROG=busybox
|
||||||
VERSION=0.38
|
VERSION=0.39
|
||||||
BUILDTIME=$(shell date "+%Y%m%d-%H%M")
|
BUILDTIME=$(shell date "+%Y%m%d-%H%M")
|
||||||
|
|
||||||
# Comment out the following to make a debuggable build
|
# Comment out the following to make a debuggable build
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: busybox
|
Name: busybox
|
||||||
Version: 0.38
|
Version: 0.39
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Utilities
|
Group: System/Utilities
|
||||||
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: busybox
|
Name: busybox
|
||||||
Version: 0.38
|
Version: 0.39
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Utilities
|
Group: System/Utilities
|
||||||
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
||||||
|
Loading…
Reference in New Issue
Block a user