diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | docs/busybox.net/news.html | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 1 | 1 | VERSION = 1 |
2 | PATCHLEVEL = 8 | 2 | PATCHLEVEL = 9 |
3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION = .svn |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index c8cf331c2..c48544b10 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -53,8 +53,8 @@ Equivalent .config, i386 uclibc static builds: | |||
53 | <li>hdparm: reduce possibility of numeric overflow in -T | 53 | <li>hdparm: reduce possibility of numeric overflow in -T |
54 | <li>hdparm: simplify timing measurement | 54 | <li>hdparm: simplify timing measurement |
55 | <li>wget: -O FILE is allowed to overwrite existing file (compat) | 55 | <li>wget: -O FILE is allowed to overwrite existing file (compat) |
56 | <li>wget: allow dots in header field names. | 56 | <li>wget: allow dots in header field names |
57 | <li>telnetd: add -K option to close sessions as soon as child exits. | 57 | <li>telnetd: add -K option to close sessions as soon as child exits |
58 | <li>telnetd: don't SIGKILL child when closing the session, kernel will send SIGHUP for us | 58 | <li>telnetd: don't SIGKILL child when closing the session, kernel will send SIGHUP for us |
59 | <li>ed: large cleanup, add line editing | 59 | <li>ed: large cleanup, add line editing |
60 | <li>hush: feeble attempt at making it more NOMMU-friendly | 60 | <li>hush: feeble attempt at making it more NOMMU-friendly |
@@ -93,7 +93,7 @@ Equivalent .config, i386 uclibc static builds: | |||
93 | <li>runsv: do not use clock_gettime if !MONOTONIC_CLOCK | 93 | <li>runsv: do not use clock_gettime if !MONOTONIC_CLOCK |
94 | <li>runsvdir: fix "linear wait time" bug | 94 | <li>runsvdir: fix "linear wait time" bug |
95 | <li>sulogin: remove alarm handling, it is redundant there | 95 | <li>sulogin: remove alarm handling, it is redundant there |
96 | <li>svlogd: compat: svlogd -tt should timestanp stderr too | 96 | <li>svlogd: compat: svlogd -tt should timestamp stderr too |
97 | <li>syslogd: bail out if you see null read from Unix socket | 97 | <li>syslogd: bail out if you see null read from Unix socket |
98 | <li>syslogd: do not need to poll(), we can just block in read() | 98 | <li>syslogd: do not need to poll(), we can just block in read() |
99 | <li>tail: work correctly on /proc files (Kazuo TAKADA <kztakada at sm.sony.co.jp>) | 99 | <li>tail: work correctly on /proc files (Kazuo TAKADA <kztakada at sm.sony.co.jp>) |