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