aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-13 04:47:09 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-13 04:47:09 +0000
commitb6a44b8d39b7834ab9f6c43938f4b58f135e846e (patch)
treed9bd903d4e30ea4faf1977a514853c5aac83690c /Changelog
parenteded54bd96ed0394844f9ba23c5ab54dff8a917f (diff)
downloadbusybox-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.tar.gz
updates for the day
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f94855eb4..0f8cec94d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,15 @@
+0.36
+ * fixed dd so it properly defaults to stdin and stdout when no
+ if= and of= are set (fix thanks to Eric Delaunay).
+ * Don't try to close the file descriptor of a pipe. (fix also from
+ Eric Delaunay).
+ * Made createPath be quiet (again thanks to Eric Delaunay).
+ * If BB_CONSOLE_CMD_IF_RC_SCRIPT_EXITS is defined, then whatever
+ command you define it as will be run if the init script exits.
+ * Made createPath be quiet (again thanks to Eric Delaunay).
+
+ -Erik Andersen
+
0.35
* gzip now obeys the principle of least surprise and acts like god intended
(i.e. it accepts a file name, answers --help, and obeys the '-c' flag