summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog6
-rw-r--r--Makefile2
-rw-r--r--busybox.spec2
-rw-r--r--examples/busybox.spec2
4 files changed, 6 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index 4f8fb0902..b5bbddcf0 100644
--- a/Changelog
+++ b/Changelog
@@ -3,7 +3,7 @@
3 <tausq@debian.org>. 2 items off the TODO list! 3 <tausq@debian.org>. 2 items off the TODO list!
4 * I wrote free (just calls "cat /proc/meminfo"). 4 * I wrote free (just calls "cat /proc/meminfo").
5 * Added tail, based on tail from GNU textutils-1.19, but adjusted 5 * Added tail, based on tail from GNU textutils-1.19, but adjusted
6 to suit my evil purposes. Costs 6k. 6 to suit my evil purposes. Costs 6k. I'll make it smaller sometime.
7 * on reboot, init called 'umount -a -n', which caused errors 7 * on reboot, init called 'umount -a -n', which caused errors
8 when BB_MTAB was not enabled. Changed to 'umount -a', 8 when BB_MTAB was not enabled. Changed to 'umount -a',
9 which does the right thing. 9 which does the right thing.
@@ -17,11 +17,11 @@
17 * Fixed reboot, halt (and added poweroff) such that they handle it when 17 * Fixed reboot, halt (and added poweroff) such that they handle it when
18 init is not at PID 1 (like when running in an initrd). 18 init is not at PID 1 (like when running in an initrd).
19 * Added a prelinary du implementation. Some parameter parsing 19 * Added a prelinary du implementation. Some parameter parsing
20 stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>) 20 stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>)
21 * Implemented tee. -beppu 21 * Implemented tee. -beppu
22 * Implemented head. -beppu 22 * Implemented head. -beppu
23 23
24 -Erik Andrsen 24 -Erik Andrsen, Dec 10, 1999
25 25
260.38 260.38
27 * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab 27 * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
diff --git a/Makefile b/Makefile
index 1168e9daa..29ee19035 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
17 17
18 18
19PROG=busybox 19PROG=busybox
20VERSION=0.38 20VERSION=0.39
21BUILDTIME=$(shell date "+%Y%m%d-%H%M") 21BUILDTIME=$(shell date "+%Y%m%d-%H%M")
22 22
23# Comment out the following to make a debuggable build 23# Comment out the following to make a debuggable build
diff --git a/busybox.spec b/busybox.spec
index 690c7f206..ed1b2deb1 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.38 2Version: 0.39
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
diff --git a/examples/busybox.spec b/examples/busybox.spec
index 690c7f206..ed1b2deb1 100644
--- a/examples/busybox.spec
+++ b/examples/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.38 2Version: 0.39
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.