diff options
Diffstat (limited to '')
-rw-r--r-- | Changelog | 25 |
1 files changed, 19 insertions, 6 deletions
@@ -1,10 +1,15 @@ | |||
1 | 0.49pre | 1 | 0.49 |
2 | 2 | ||
3 | * Matt Kraai -- new sort.c | 3 | * Matt Kraai -- new sort.c |
4 | * Matt Kraai -- new tail.c | ||
4 | * Glenn McGrath -- new 'dpkg-deb' applet | 5 | * Glenn McGrath -- new 'dpkg-deb' applet |
5 | * Glenn McGrath -- new ar code | 6 | * Glenn McGrath -- new ar code |
7 | * spoon -- new watchdog applet | ||
8 | * Vladimir N. Oleynik <dzo@simtreas.ru> -- fixed cmdedit.c so now | ||
9 | scrolling and tab completion in lash work properly. Also several | ||
10 | byte saving optimizations. | ||
6 | * Erik Andersen -- disabled many less commonly used applets by default | 11 | * Erik Andersen -- disabled many less commonly used applets by default |
7 | * ?? -- more thrashing about to get clean perror_msg usage | 12 | * Mark Whitley -- more thrashing about to get clean perror_msg usage |
8 | * Matt Kraai -- new command line munging | 13 | * Matt Kraai -- new command line munging |
9 | * Larry Doolittle -- keep some locales from messing up busybox.sh | 14 | * Larry Doolittle -- keep some locales from messing up busybox.sh |
10 | * Matt Kraai -- cleaned up dd and tail with new parse_number routine | 15 | * Matt Kraai -- cleaned up dd and tail with new parse_number routine |
@@ -35,10 +40,18 @@ | |||
35 | * Mark Whitley -- Updates to style guide | 40 | * Mark Whitley -- Updates to style guide |
36 | * Mark Whitley -- Big cleanup in utility.c: style guide compliance, | 41 | * Mark Whitley -- Big cleanup in utility.c: style guide compliance, |
37 | de-macro-ifying some variables and functions | 42 | de-macro-ifying some variables and functions |
38 | * Matt Kraai -- new tail.c | 43 | * Erik Andersen -- ls now honors BB_FEATURE_AUTOWIDTH so it can find |
39 | 44 | the width and height of the console. | |
40 | 45 | * Erik Andersen -- insmod now ignores -L and accepts the -o option. | |
41 | -Erik Andersen, <not released yet> | 46 | * Erik Andersen -- updates so you can now select from the Makefile |
47 | whether or not to use the system's passwd and group functions. | ||
48 | Since most systems use GNU libc, this can save you from having to | ||
49 | install the /etc/nsswitch.conf configuration file and the required | ||
50 | libnss_* libraries. Adds 1.5k. You can now, also, disable this, | ||
51 | causing busybox to use the system's pwd.h and grp.h functions. | ||
52 | |||
53 | |||
54 | -Erik Andersen, 27 January 2001 | ||
42 | 55 | ||
43 | 0.48 | 56 | 0.48 |
44 | 57 | ||