aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2008-02-06 11:34:52 +0100
committerWilly Tarreau <w@1wt.eu>2008-02-06 11:34:52 +0100
commit49980676257ad9c5e58e76daff54d20fb2d728be (patch)
tree499af4fc20f9a31026ee070a43b9c15eaa61c823 /ChangeLog
parentinit: implement the "ca" command to cat a file (diff)
downloadflxutils-49980676257ad9c5e58e76daff54d20fb2d728be.tar.xz
[RELEASE] flxutils-0.1.31-flx0.1v0.1.31
- build: remove extraneous '-Os' in diet call - init: add the "br" command to branch without returning - init: add new commands "cd", "cr" and "sw" - init: add checks for the kernel's cmdline - init: fixed variable checking out of cmdline - init: fixed small bug in variable name parser causing infinite loops - init: add support for ${var+val} construct - init: added the 'eq' command to compare strings - init: disable omit-leaf-frame-pointer - init: implement the "cp" command - init: small cleanup, removed one write() - init: implement the "ca" command to cat a file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c5ecd5..e3fe66f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2008/02/06
+
+- released flxutils-0.1.31-flx0.1
+- build: remove extraneous '-Os' in diet call
+- init: add the "br" command to branch without returning
+- init: add new commands "cd", "cr" and "sw"
+- init: add checks for the kernel's cmdline
+- init: fixed variable checking out of cmdline
+- init: fixed small bug in variable name parser causing infinite loops
+- init: add support for ${var+val} construct
+- init: added the 'eq' command to compare strings
+- init: disable omit-leaf-frame-pointer
+- init: implement the "cp" command
+- init: small cleanup, removed one write()
+- init: implement the "ca" command to cat a file
+
+2007/09/25
+
+- released flxutils-0.1.30-flx0.3
+- init: fixed controlling ttys
+
2007/09/24
- updated ifenslave to 1.1.0. The "ifenslave" symlink which pointed to 1.0.12
was replaced by the new binary in order to provide smooth upgrade.