webpage: fix typo, remove inconsistent trailing dots
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 5 Nov 2007 16:26:34 +0000 (16:26 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 5 Nov 2007 16:26:34 +0000 (16:26 -0000)
Makefile: version is 1.9.0.svn now

Makefile
docs/busybox.net/news.html

index 6587d901eea225ff4221b99da238cbd94c341a2c..cfa1acad9f556132baeb5d613646bd23e633c53d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 1
-PATCHLEVEL = 8
+PATCHLEVEL = 9
 SUBLEVEL = 0
-EXTRAVERSION =
+EXTRAVERSION = .svn
 NAME = Unnamed
 
 # *DOCUMENTATION*
index c8cf331c2724c1f58ed2393aeee3d9f21a8faa45..c48544b102309ffeb3d7f82b03568ede0dcd13c7 100644 (file)
@@ -53,8 +53,8 @@ Equivalent .config, i386 uclibc static builds:
        <li>hdparm: reduce possibility of numeric overflow in -T
        <li>hdparm: simplify timing measurement
        <li>wget: -O FILE is allowed to overwrite existing file (compat)
-       <li>wget: allow dots in header field names.
-       <li>telnetd: add -K option to close sessions as soon as child exits.
+       <li>wget: allow dots in header field names
+       <li>telnetd: add -K option to close sessions as soon as child exits
        <li>telnetd: don't SIGKILL child when closing the session, kernel will send SIGHUP for us
        <li>ed: large cleanup, add line editing
        <li>hush: feeble attempt at making it more NOMMU-friendly
@@ -93,7 +93,7 @@ Equivalent .config, i386 uclibc static builds:
        <li>runsv: do not use clock_gettime if !MONOTONIC_CLOCK
        <li>runsvdir: fix "linear wait time" bug
        <li>sulogin: remove alarm handling, it is redundant there
-       <li>svlogd: compat: svlogd -tt should timestanp stderr too
+       <li>svlogd: compat: svlogd -tt should timestamp stderr too
        <li>syslogd: bail out if you see null read from Unix socket
        <li>syslogd: do not need to poll(), we can just block in read()
        <li>tail: work correctly on /proc files (Kazuo TAKADA &lt;kztakada at sm.sony.co.jp&gt;)