aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-22 23:31:29 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-22 23:31:29 +0000
commit8d3d4c1ac5c8b30c28759bfda9b615bc72301f14 (patch)
tree28bf76a8091a161095a0b34844635b34381b148d
parent9382532adcd2d24cb2c401d6f245429c12fd9878 (diff)
downloadbusybox-w32-8d3d4c1ac5c8b30c28759bfda9b615bc72301f14.tar.gz
busybox-w32-8d3d4c1ac5c8b30c28759bfda9b615bc72301f14.tar.bz2
busybox-w32-8d3d4c1ac5c8b30c28759bfda9b615bc72301f14.zip
Announce 1.5.0 and move svn to 1.6.0.svn
git-svn-id: svn://busybox.net/trunk/busybox@18212 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile4
-rw-r--r--docs/busybox.net/news.html38
2 files changed, 40 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b42e1792d..6a50a2859 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 5 2PATCHLEVEL = 6
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = .svn
5NAME = Unnamed 5NAME = Unnamed
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 156b4f7c7..94264db66 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -2,6 +2,44 @@
2 2
3 3
4<ul> 4<ul>
5 <li><b>23 March, 2007 -- BusyBox 1.5.0 (unstable)</b>
6 <p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>.
7 </p>
8 <p>Since this is a x.x.0 release, it probably does not deserve "stable"
9 label. Please help making 1.5.1 stable by testing 1.5.0.</p>
10 <p>Notable changes since previous release:
11 <ul>
12 <li>find: added support for -user, -not, fixed -mtime, -mmin, -perm
13 <li>[de]archivers: merge common logic into one module
14 <li>ping[6]: unified code for both
15 <li>less: regex search improved
16 <li>ash: more readable code, testsuite added
17 <li>sed: several very obscure bugs fixed
18 <li>chown: -H, -L, -P support (required by POSIX)
19 <li>tar: handle (broken) checksums a-la Sun; tar restores mode again
20 <li>grep: implement -w, "implement" -a and -I by ignoring them
21 <li>cp: more sane behavior when overwriting existing files
22 <li>init: stop doing silly things with the console (-400 bytes)
23 <li>httpd: make httpd usable for NOMMU CPUs; fix POSTDATA handling bugs
24 <li>httpd: run interpreter for configured file extensions in any dir,
25 not only in /cgi-bin/
26 <li>chrt: new applet
27 <li>SELinux: SELinux-related code and -Z option added to several applets,
28 new SELinux-specific applets: chcon, runcon.
29 <li>Build system: produces link map, uses -Wwrite-strings to catch
30 improper usage of string constants.
31 <li>Data and bss section usage audited and reduced - should help NOMMU
32 targets.
33 <li>Applets with bug fixes: gunzip, vi, syslogd, dpkg, ls, adjtimex, resize,
34 sv, printf, diff, awk, sort, dpkg, diff, tftp
35 <li>Applets with usability improvements: swapon, more, ifup/ifdown, hwclock,
36 udhcpd, start_stop_daemon, cmp
37 <li>Applets with code cleaned up: telnet, fdisk, fsck_minix, mkfs_minix,
38 syslogd, swapon, runsv, svlogd, klogd
39 </ul>
40 </p>
41 </li>
42
5 <li><b>18 March, 2007 -- BusyBox 1.4.2 (stable)</b> 43 <li><b>18 March, 2007 -- BusyBox 1.4.2 (stable)</b>
6 <p><a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>BusyBox 1.4.2</a>. 44 <p><a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>BusyBox 1.4.2</a>.
7 </p> 45 </p>