diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | busybox.spec | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rw-r--r-- | docs/busybox.net/index.html | 15 | ||||
| -rw-r--r-- | examples/busybox.spec | 2 |
6 files changed, 27 insertions, 8 deletions
| @@ -19,7 +19,7 @@ | |||
| 19 | # | 19 | # |
| 20 | 20 | ||
| 21 | PROG := busybox | 21 | PROG := busybox |
| 22 | VERSION := 0.45 | 22 | VERSION := 0.46 |
| 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 a7eb86dc1..ee92610d0 100644 --- a/busybox.spec +++ b/busybox.spec | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | Name: busybox | 1 | Name: busybox |
| 2 | Version: 0.45 | 2 | Version: 0.46 |
| 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/changelog b/debian/changelog index 0dbc36b60..1a249858d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | busybox (0.46-1) unstable; urgency=low | ||
| 2 | |||
| 3 | * New version released. See changelog for details. | ||
| 4 | |||
| 5 | -- Erik Andersen <andersee@debian.org> Tue, 11 Jul 2000 12:15:44 -0600 | ||
| 6 | |||
| 1 | busybox (0.45-1) unstable; urgency=low | 7 | busybox (0.45-1) unstable; urgency=low |
| 2 | 8 | ||
| 3 | * First attempt at packaging BusyBox as a .deb. This has been in | 9 | * First attempt at packaging BusyBox as a .deb. This has been in |
diff --git a/debian/control b/debian/control index 78dd104e0..bbbf86e09 100644 --- a/debian/control +++ b/debian/control | |||
| @@ -8,7 +8,7 @@ Package: busybox | |||
| 8 | Architecture: any | 8 | Architecture: any |
| 9 | Depends: ${shlibs:Depends} | 9 | Depends: ${shlibs:Depends} |
| 10 | Conflicts: binutils, bsdutils, console-tools, cpio, debianutils, dnsutils, dpkg, fbset, fdflush, fileutils, grep, gzip, hostname, modutils, mount, netbase, procps, psmisc, sed, sharutils, shellutils, sysklogd, sysvinit, tar, textutils, update, util-linux | 10 | Conflicts: binutils, bsdutils, console-tools, cpio, debianutils, dnsutils, dpkg, fbset, fdflush, fileutils, grep, gzip, hostname, modutils, mount, netbase, procps, psmisc, sed, sharutils, shellutils, sysklogd, sysvinit, tar, textutils, update, util-linux |
| 11 | Replaces: dpkg, netbase | 11 | Replaces: netbase |
| 12 | Section: utils | 12 | Section: utils |
| 13 | Description: Tiny utilities for the debian-installer and for embedded systems. | 13 | Description: Tiny utilities for the debian-installer and for embedded systems. |
| 14 | BusyBox combines tiny versions of many common UNIX utilities into a single | 14 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| @@ -20,9 +20,9 @@ Description: Tiny utilities for the debian-installer and for embedded systems. | |||
| 20 | counterparts. | 20 | counterparts. |
| 21 | . | 21 | . |
| 22 | BusyBox is used by the debian-installer. Installing BusyBox onto your Debian | 22 | BusyBox is used by the debian-installer. Installing BusyBox onto your Debian |
| 23 | system is not recommended, unless you are intended to make a very small embedded | 23 | system is not recommended, unless you are intended to make a very small |
| 24 | system. Chances are good that for embedded systems, you will want to recompile | 24 | embedded system. Chances are good that for embedded systems, you will want to |
| 25 | to only include the tools and utilities you wish to include. | 25 | recompile to only include the tools and utilities you wish to include. |
| 26 | 26 | ||
| 27 | Package: busybox-static | 27 | Package: busybox-static |
| 28 | Architecture: any | 28 | Architecture: any |
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 55215a7c0..ff6d6f530 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
| @@ -76,6 +76,17 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo | |||
| 76 | 76 | ||
| 77 | <ul> | 77 | <ul> |
| 78 | 78 | ||
| 79 | <p> <li> <b>11 July 2000 -- BusyBox 0.46 released</b> | ||
| 80 | <br> | ||
| 81 | |||
| 82 | This release fixes several bugs (including a ugly bug in tar, | ||
| 83 | and fixes for NFSv3 mount support). Added a dumpkmap to allow | ||
| 84 | people to dump a binary keymaps for use with 'loadkmap', and a | ||
| 85 | completely reworked 'grep' and 'sed' with should behave better. | ||
| 86 | BusyBox shell can now also be used as a login shell. | ||
| 87 | See the <a href="ftp://ftp.lineo.com/pub/busybox/Changelog">changelog</a> for complete details. | ||
| 88 | |||
| 89 | |||
| 79 | <p> <li> <b>21 June 2000 -- BusyBox 0.45 released</b> | 90 | <p> <li> <b>21 June 2000 -- BusyBox 0.45 released</b> |
| 80 | <br> | 91 | <br> |
| 81 | 92 | ||
| @@ -149,7 +160,9 @@ Current documentation for BusyBox includes: | |||
| 149 | fairly comprehensive for the BusyBox 0.43 release. If you find any | 160 | fairly comprehensive for the BusyBox 0.43 release. If you find any |
| 150 | errors (factual, grammatical, whatever) please let me know. | 161 | errors (factual, grammatical, whatever) please let me know. |
| 151 | <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBoxBugs</a>. | 162 | <li> <a href="http://bugs.lineo.com/db/pa/lbusybox.html">BusyBoxBugs</a>. |
| 152 | <li> More documentation will follow. | 163 | <li> If you need more help, the BusyBox |
| 164 | <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a> is | ||
| 165 | a good place to start. | ||
| 153 | </ul> | 166 | </ul> |
| 154 | 167 | ||
| 155 | 168 | ||
diff --git a/examples/busybox.spec b/examples/busybox.spec index a7eb86dc1..ee92610d0 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | Name: busybox | 1 | Name: busybox |
| 2 | Version: 0.45 | 2 | Version: 0.46 |
| 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. |
