diff options
author | Eric Andersen | 2001-07-09 21:32:29 +0000 |
---|---|---|
committer | Eric Andersen | 2001-07-09 21:32:29 +0000 |
commit | 5a4a46a2519af1e79d931a856ee1a3b70e60d168 (patch) | |
tree | 8984e4a7c0db121de64ca8de078a0d3ff13dba6e /Changelog | |
parent | f52947ba71cafc771a5858ee2347f31e724376fc (diff) | |
download | busybox-5a4a46a2519af1e79d931a856ee1a3b70e60d168.zip busybox-5a4a46a2519af1e79d931a856ee1a3b70e60d168.tar.gz |
Patch from vodz to support 'tr a-z A-Z' syntax.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +0.53pre + + Critical Bugfixes: + * None yet + + New Applets: + * None yet + + Other Changes: + * Vladimir Oleynik -- Fixed tr to support 'tr a-z A-Z' syntax. + + + -Not Yet Released + + + 0.52 Critical Bugfixes: |