summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-11 18:18:40 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-11 18:18:40 +0000
commitaec27bca9840e132c2f067c23745f02bd3c7bb45 (patch)
tree6c6c8ef6beed3fb4cad5f7c8e5b1203fceb92843
parent960be79964738d18d137ae0188df3b41f3d2ec75 (diff)
downloadbusybox-w32-0_46.tar.gz
busybox-w32-0_46.tar.bz2
busybox-w32-0_46.zip
Final updates for release.0_46
-Erik
-rw-r--r--Makefile2
-rw-r--r--busybox.spec2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control8
-rw-r--r--docs/busybox.net/index.html15
-rw-r--r--examples/busybox.spec2
6 files changed, 27 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 032e21663..232a17d38 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
19# 19#
20 20
21PROG := busybox 21PROG := busybox
22VERSION := 0.45 22VERSION := 0.46
23BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 23BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
24export VERSION 24export 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 @@
1Name: busybox 1Name: busybox
2Version: 0.45 2Version: 0.46
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: 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 @@
1busybox (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
1busybox (0.45-1) unstable; urgency=low 7busybox (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
8Architecture: any 8Architecture: any
9Depends: ${shlibs:Depends} 9Depends: ${shlibs:Depends}
10Conflicts: 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 10Conflicts: 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
11Replaces: dpkg, netbase 11Replaces: netbase
12Section: utils 12Section: utils
13Description: Tiny utilities for the debian-installer and for embedded systems. 13Description: 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
27Package: busybox-static 27Package: busybox-static
28Architecture: any 28Architecture: 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 @@
1Name: busybox 1Name: busybox
2Version: 0.45 2Version: 0.46
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.