diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-09 21:32:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-09 21:32:29 +0000 |
commit | 5a4a46a2519af1e79d931a856ee1a3b70e60d168 (patch) | |
tree | 8984e4a7c0db121de64ca8de078a0d3ff13dba6e /Changelog | |
parent | f52947ba71cafc771a5858ee2347f31e724376fc (diff) | |
download | busybox-w32-5a4a46a2519af1e79d931a856ee1a3b70e60d168.tar.gz busybox-w32-5a4a46a2519af1e79d931a856ee1a3b70e60d168.tar.bz2 busybox-w32-5a4a46a2519af1e79d931a856ee1a3b70e60d168.zip |
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 @@ | |||
1 | 0.53pre | ||
2 | |||
3 | Critical Bugfixes: | ||
4 | * None yet | ||
5 | |||
6 | New Applets: | ||
7 | * None yet | ||
8 | |||
9 | Other Changes: | ||
10 | * Vladimir Oleynik -- Fixed tr to support 'tr a-z A-Z' syntax. | ||
11 | |||
12 | |||
13 | -Not Yet Released | ||
14 | |||
15 | |||
16 | |||
1 | 0.52 | 17 | 0.52 |
2 | 18 | ||
3 | Critical Bugfixes: | 19 | Critical Bugfixes: |