From: Eric Andersen Date: Mon, 3 Sep 2001 19:46:55 +0000 (-0000) Subject: Update stable's changelog and bump stable version to 0.60.2.pre X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=64ef2d4cfa957ac5aa5b8d168b44db547beaa69a;p=oweals%2Fbusybox.git Update stable's changelog and bump stable version to 0.60.2.pre --- diff --git a/busybox/Changelog b/busybox/Changelog index 90d7e44fa..146c4698c 100644 --- a/busybox/Changelog +++ b/busybox/Changelog @@ -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 + -- 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 diff --git a/busybox/Makefile b/busybox/Makefile index 9fe17374f..e09dd06b3 100644 --- a/busybox/Makefile +++ b/busybox/Makefile @@ -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 diff --git a/busybox/busybox.spec b/busybox/busybox.spec index 66c1c60f3..5cf13ca37 100644 --- a/busybox/busybox.spec +++ b/busybox/busybox.spec @@ -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 diff --git a/busybox/debian/changelog b/busybox/debian/changelog index b52cf8972..4b719e211 100644 --- a/busybox/debian/changelog +++ b/busybox/debian/changelog @@ -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 (closes: #111055) + * Removes all the .o files from the source tarball (oops!) + thanks to Matt Kraai, who noticed. + + -- Erik Andersen 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. diff --git a/busybox/examples/busybox.spec b/busybox/examples/busybox.spec index 66c1c60f3..5cf13ca37 100644 --- a/busybox/examples/busybox.spec +++ b/busybox/examples/busybox.spec @@ -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