diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-13 16:42:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-13 16:42:24 +0000 |
commit | 46948366fa20d2fe979a7af887863a0800e24579 (patch) | |
tree | 39bc504da8797244cbf09ec544575abdbaa5cf54 | |
parent | 21125543e189a88ae98a48248014839db40f4d61 (diff) | |
download | busybox-w32-46948366fa20d2fe979a7af887863a0800e24579.tar.gz busybox-w32-46948366fa20d2fe979a7af887863a0800e24579.tar.bz2 busybox-w32-46948366fa20d2fe979a7af887863a0800e24579.zip |
Update the version number to 0.48 (no longer pre).
-rw-r--r-- | Changelog | 3 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | busybox.spec | 2 | ||||
-rw-r--r-- | debian/Config.h-deb | 40 | ||||
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | examples/busybox.spec | 2 |
6 files changed, 36 insertions, 29 deletions
@@ -51,9 +51,10 @@ | |||
51 | * Matt Kraai -- logger now logs all arguments, not just the first | 51 | * Matt Kraai -- logger now logs all arguments, not just the first |
52 | * Gennady Feldman -- syslogd no longer logs to localhost if compiled | 52 | * Gennady Feldman -- syslogd no longer logs to localhost if compiled |
53 | for remote logging... | 53 | for remote logging... |
54 | * various artists -- Other good stuff that I forgot to document. | ||
54 | 55 | ||
55 | 56 | ||
56 | -Erik Andersen | 57 | -Erik Andersen, 13 December 2000 |
57 | 58 | ||
58 | 0.47 | 59 | 0.47 |
59 | 60 | ||
@@ -19,7 +19,7 @@ | |||
19 | # | 19 | # |
20 | 20 | ||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.48pre | 22 | VERSION := 0.48 |
23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
24 | export VERSION | 24 | export VERSION |
25 | 25 | ||
diff --git a/busybox.spec b/busybox.spec index 7fb010f3e..561060d28 100644 --- a/busybox.spec +++ b/busybox.spec | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: busybox | 1 | Name: busybox |
2 | Version: 0.48pre | 2 | Version: 0.48 |
3 | Release: 1 | 3 | Release: 1 |
4 | Group: System/Utilities | 4 | Group: System/Utilities |
5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. | 5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. |
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index fe4e10fdd..c156d949c 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb | |||
@@ -165,7 +165,7 @@ | |||
165 | // enable ls -p and -F | 165 | // enable ls -p and -F |
166 | #define BB_FEATURE_LS_FILETYPES | 166 | #define BB_FEATURE_LS_FILETYPES |
167 | // | 167 | // |
168 | // sort the file names (still a bit buggy) | 168 | // sort the file names |
169 | #define BB_FEATURE_LS_SORTFILES | 169 | #define BB_FEATURE_LS_SORTFILES |
170 | // | 170 | // |
171 | // enable ls -R | 171 | // enable ls -R |
@@ -178,7 +178,7 @@ | |||
178 | //#define BB_FEATURE_SIMPLE_PING | 178 | //#define BB_FEATURE_SIMPLE_PING |
179 | // | 179 | // |
180 | // Make init use a simplified /etc/inittab file (recommended). | 180 | // Make init use a simplified /etc/inittab file (recommended). |
181 | //#define BB_FEATURE_USE_INITTAB | 181 | #define BB_FEATURE_USE_INITTAB |
182 | // | 182 | // |
183 | //Enable init being called as /linuxrc | 183 | //Enable init being called as /linuxrc |
184 | #define BB_FEATURE_LINUXRC | 184 | #define BB_FEATURE_LINUXRC |
@@ -192,7 +192,7 @@ | |||
192 | //#define BB_FEATURE_INIT_CHROOT | 192 | //#define BB_FEATURE_INIT_CHROOT |
193 | // | 193 | // |
194 | //Make sure nothing is printed to the console on boot | 194 | //Make sure nothing is printed to the console on boot |
195 | //#define BB_FEATURE_EXTRA_QUIET | 195 | #define BB_FEATURE_EXTRA_QUIET |
196 | // | 196 | // |
197 | //Should syslogd also provide klogd support? | 197 | //Should syslogd also provide klogd support? |
198 | #define BB_FEATURE_KLOGD | 198 | #define BB_FEATURE_KLOGD |
@@ -210,7 +210,9 @@ | |||
210 | // Enable support for a real /etc/mtab file instead of /proc/mounts | 210 | // Enable support for a real /etc/mtab file instead of /proc/mounts |
211 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 211 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT |
212 | // | 212 | // |
213 | // Enable support for mounting remote NFS volumes | 213 | // Enable support for mounting remote NFS volumes. |
214 | // You may need to mount with "-o nolock" if you are | ||
215 | // not running a local portmapper daemon... | ||
214 | #define BB_FEATURE_NFSMOUNT | 216 | #define BB_FEATURE_NFSMOUNT |
215 | // | 217 | // |
216 | // Enable support forced filesystem unmounting | 218 | // Enable support forced filesystem unmounting |
@@ -220,27 +222,30 @@ | |||
220 | // Enable support for creation of tar files. | 222 | // Enable support for creation of tar files. |
221 | #define BB_FEATURE_TAR_CREATE | 223 | #define BB_FEATURE_TAR_CREATE |
222 | // | 224 | // |
223 | // Enable support for "--exclude" for excluding files | 225 | // Enable support for "--exclude" and "-X" for excluding files |
224 | #define BB_FEATURE_TAR_EXCLUDE | 226 | #define BB_FEATURE_TAR_EXCLUDE |
225 | // | 227 | // |
228 | // Enable support for tar -z option (currently only works for inflating) | ||
229 | #define BB_FEATURE_TAR_GZIP | ||
230 | // | ||
226 | //// Enable reverse sort | 231 | //// Enable reverse sort |
227 | #define BB_FEATURE_SORT_REVERSE | 232 | #define BB_FEATURE_SORT_REVERSE |
228 | // | 233 | // |
229 | // Enable command line editing in the shell | 234 | // Enable command line editing in the shell |
230 | #define BB_FEATURE_SH_COMMAND_EDITING | 235 | #define BB_FEATURE_SH_COMMAND_EDITING |
231 | // | 236 | // |
232 | //Allow the shell to invoke all the compiled in BusyBox commands as if they | 237 | //Allow the shell to invoke all the compiled in BusyBox applets as if they |
233 | //were shell builtins. Nice for staticly linking an emergency rescue shell | 238 | //were shell builtins. Nice for staticly linking an emergency rescue shell, |
234 | //among other thing. | 239 | //among other things. |
235 | #define BB_FEATURE_SH_STANDALONE_SHELL | 240 | #define BB_FEATURE_SH_STANDALONE_SHELL |
236 | // | 241 | // |
237 | //When this is enabled, busybox shell builtins can be called using full path | 242 | //When this is enabled, busybox shell applets can be called using full path |
238 | //names. This causes builtins (i.e. every single busybox command) to override | 243 | //names. This causes applets (i.e., most busybox commands) to override |
239 | //real commands on the filesystem. For example, if you run run /bin/cat, it | 244 | //real commands on the filesystem. For example, if you run run /bin/cat, it |
240 | //will use BusyBox cat even if /bin/cat exists on the filesystem and is _not_ | 245 | //will use BusyBox cat even if /bin/cat exists on the filesystem and is _not_ |
241 | //busybox. Some systems want this, others do not. Choose wisely. :-) This | 246 | //busybox. Some systems want this, others do not. Choose wisely. :-) This |
242 | //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. | 247 | //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. |
243 | #define BB_FEATURE_SH_BUILTINS_ALWAYS_WIN | 248 | //BB_FEATURE_SH_APPLETS_ALWAYS_WIN |
244 | // | 249 | // |
245 | // Enable tab completion in the shell (not yet | 250 | // Enable tab completion in the shell (not yet |
246 | // working very well -- so don't turn this on) | 251 | // working very well -- so don't turn this on) |
@@ -270,13 +275,14 @@ | |||
270 | // Support for Minix filesystem, version 2 | 275 | // Support for Minix filesystem, version 2 |
271 | //#define BB_FEATURE_MINIX2 | 276 | //#define BB_FEATURE_MINIX2 |
272 | // | 277 | // |
278 | // | ||
273 | // Enable busybox --install [-s] | 279 | // Enable busybox --install [-s] |
274 | // to create links (or symlinks) for all the commands that are | 280 | // to create links (or symlinks) for all the commands that are |
275 | // compiled into the binary. (needs /proc filesystem) | 281 | // compiled into the binary. (needs /proc filesystem) |
276 | #define BB_FEATURE_INSTALLER | 282 | // #define BB_FEATURE_INSTALLER |
277 | // | 283 | // |
278 | // Enable a nifty progress meter in wget (adds just under 2k) | 284 | // Enable a nifty progress meter in wget (adds just under 2k) |
279 | #define BB_FEATURE_STATUSBAR | 285 | //#define BB_FEATURE_STATUSBAR |
280 | // | 286 | // |
281 | // Clean up all memory before exiting -- usually not needed | 287 | // Clean up all memory before exiting -- usually not needed |
282 | // as the OS can clean up... Don't enable this unless you | 288 | // as the OS can clean up... Don't enable this unless you |
@@ -321,6 +327,14 @@ | |||
321 | #endif | 327 | #endif |
322 | #endif | 328 | #endif |
323 | // | 329 | // |
330 | #ifdef BB_TAR | ||
331 | #ifdef BB_FEATURE_TAR_GZIP | ||
332 | #ifndef BB_GUNZIP | ||
333 | #define BB_GUNZIP | ||
334 | #endif | ||
335 | #endif | ||
336 | #endif | ||
337 | // | ||
324 | #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT | 338 | #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT |
325 | #define BB_NFSMOUNT | 339 | #define BB_NFSMOUNT |
326 | #endif | 340 | #endif |
diff --git a/debian/changelog b/debian/changelog index 6ca8de50a..5e68269d3 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,18 +1,10 @@ | |||
1 | busybox (0.48pre-2) unstable; urgency=low | 1 | busybox (0.48-1) unstable; urgency=low |
2 | 2 | ||
3 | * Lots more source updates and bug fixes. See changelog for details. | 3 | * Lots more source updates and bug fixes. See changelog for details. |
4 | * Now includes .udeb support for the debian-installer. The .udeb | ||
5 | probably needs some more work, but this should be a good start. | ||
4 | 6 | ||
5 | -- Erik Andersen <andersee@debian.org> Sat, 9 Dec 2000 21:42:57 -0700 | 7 | -- Erik Andersen <andersee@debian.org> Wed, 13 Dec 2000 08:36:07 -0700 |
6 | |||
7 | busybox (0.48pre-1) unstable; urgency=low | ||
8 | |||
9 | * Now includes .udeb support for the debian-installer -- note that this | ||
10 | is not really a released version of BusyBox (though the code is quite | ||
11 | solid). I'm just getting the .udeb support out there to facilitate | ||
12 | further work on the debian-installer. | ||
13 | * See changelog for details. | ||
14 | |||
15 | -- Erik Andersen <andersee@debian.org> Fri, 1 Dec 2000 15:39:30 -0700 | ||
16 | 8 | ||
17 | busybox (0.47-1) unstable; urgency=low | 9 | busybox (0.47-1) unstable; urgency=low |
18 | 10 | ||
diff --git a/examples/busybox.spec b/examples/busybox.spec index 7fb010f3e..561060d28 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: busybox | 1 | Name: busybox |
2 | Version: 0.48pre | 2 | Version: 0.48 |
3 | Release: 1 | 3 | Release: 1 |
4 | Group: System/Utilities | 4 | Group: System/Utilities |
5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. | 5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. |