Update stable's changelog and bump stable version to 0.60.2.pre
authorEric Andersen <andersen@codepoet.org>
Mon, 3 Sep 2001 19:46:55 +0000 (19:46 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 3 Sep 2001 19:46:55 +0000 (19:46 -0000)
busybox/Changelog
busybox/Makefile
busybox/busybox.spec
busybox/debian/changelog
busybox/examples/busybox.spec

index 90d7e44fab9266ac04fe81a57497a829ba99ba63..146c4698c4043f1e70c7cef692412f26f5965d75 100644 (file)
@@ -1,3 +1,48 @@
+0.60.2.pre
+
+    Stable Release
+
+
+    New Applets & New Features:
+       none.  :)
+
+    Known Problems (to be fixed in 0.60.2)
+       * msh can segfault on constructs such as
+               for i in `ls *.c` ; do echo $i ; done
+         due to a memory allocation problem.  This only seems to cause
+         problems when the backtick expands to be several k in size.
+
+    Bugfixes:
+       * Matt Kraai
+           -- Fix sed s/[/]// handling (noted by Dumas Patrice).
+           -- Fix dirname(3) improper consts, allow libc version to override.
+           -- Fixed invoking applets when their names contain a leading dash 
+               and a full pathname.
+           -- Fix ash exec
+           -- Fixed basename to be SUSv2 compliant (which specifies that the
+               extension should stay if it is identical to the basename.
+           -- Fixed rmdir, since SuS2 says rmdir must provide -p
+       * Ethan Benson <erbenson@alaska.net>
+           -- Fix mount's noauto option to not automount as "usbdevfs"
+       * Vladimir Oleynik
+           -- Add support for `busybox --help APPLET'
+           -- Fixed route so it properly displays _all_ route entries
+       * Laurence Anderson
+           -- Removed some traces of no-longer existant rpmunpack (which
+               has been obsoleted by the rpm2cpio applet).
+           -- Fixed unarchive.c to use the correct buffer when calling 
+               dirname, improve an error message, and plug some memory leaks.
+           -- Fixed rpm2cpio.c mkfs_minix.c fsck_minix.c fbset.c to use
+               standard types (s/u16/u_int16_t/g  s/u32/u_int32_t/g  etc)
+
+        
+        
+        -Erik Andersen, --not yet released--
+
+
+
+
+
 0.60.1
 
     Stable Release
index 9fe17374f11c0f21bd9ad02e389377ac5b10975e..e09dd06b3b6f7b8f6176b63f9bbbf3fd5d851cc9 100644 (file)
@@ -18,7 +18,7 @@
 #
 
 PROG      := busybox
-VERSION   := 0.60.1
+VERSION   := 0.60.2.pre
 BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
 export VERSION
 
index 66c1c60f3c920da194ae9303bc1c1e0f8ae53b7f..5cf13ca370d9e8772ef57620ac18960d2d1d47e2 100644 (file)
@@ -1,6 +1,6 @@
 %define name   busybox
 %define epoch   0
-%define version        0.60.1
+%define version        0.60.2.pre
 %define release        %(date -I | sed -e 's/-/_/g')
 %define serial  1
 
index b52cf8972b01d25f9b963c185ba6b1379b77c77f..4b719e2111b134ed0d2fee8ad90b2b9c23a5fa9c 100644 (file)
@@ -1,3 +1,13 @@
+busybox (1:0.60.2-1) unstable; urgency=low
+
+  * New stable version released.  See changelog for details.
+  * Teaches 'mount -t auto' to ignore usbdevfs, thanks to
+    Ethan Benson <erbenson@alaska.net> (closes: #111055)
+  * Removes all the .o files from the source tarball (oops!)
+    thanks to Matt Kraai, who noticed.
+
+ -- Erik Andersen <andersee@debian.org>  Thu, 23 Aug 2001 15:44:14 -0600
+
 busybox (1:0.60.1-1) unstable; urgency=low
 
   * New stable version released.  See changelog for details.
index 66c1c60f3c920da194ae9303bc1c1e0f8ae53b7f..5cf13ca370d9e8772ef57620ac18960d2d1d47e2 100644 (file)
@@ -1,6 +1,6 @@
 %define name   busybox
 %define epoch   0
-%define version        0.60.1
+%define version        0.60.2.pre
 %define release        %(date -I | sed -e 's/-/_/g')
 %define serial  1