Set version to 0.39 0_39
authorEric Andersen <andersen@codepoet.org>
Sat, 11 Dec 1999 04:21:50 +0000 (04:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 11 Dec 1999 04:21:50 +0000 (04:21 -0000)
 -Erik

Changelog
Makefile
busybox.spec
examples/busybox.spec

index 4f8fb09..b5bbddc 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -3,7 +3,7 @@
            <tausq@debian.org>.  2 items off the TODO list!
        * I wrote free (just calls "cat /proc/meminfo").
        * 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
            when BB_MTAB was not enabled.  Changed to 'umount -a',
            which does the right thing.
        * Fixed reboot, halt (and added poweroff) such that they handle it when
            init is not at PID 1 (like when running in an initrd).
        * Added a prelinary du implementation.  Some parameter parsing
-           stuff still needs to be added. -beppu  (John Beppu <beppu@lineo.com>)
+           stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>)
        * Implemented tee.  -beppu
        * Implemented head. -beppu
 
-       -Erik Andrsen
+       -Erik Andrsen, Dec 10, 1999
 
 0.38
        * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
index 1168e9d..29ee190 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 
 PROG=busybox
-VERSION=0.38
+VERSION=0.39
 BUILDTIME=$(shell date "+%Y%m%d-%H%M")
 
 # Comment out the following to make a debuggable build
index 690c7f2..ed1b2de 100644 (file)
@@ -1,5 +1,5 @@
 Name: busybox
-Version: 0.38
+Version: 0.39
 Release: 1
 Group: System/Utilities
 Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
index 690c7f2..ed1b2de 100644 (file)
@@ -1,5 +1,5 @@
 Name: busybox
-Version: 0.38
+Version: 0.39
 Release: 1
 Group: System/Utilities
 Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.