diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-27 00:31:15 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-27 00:31:15 +0200 |
commit | 7f9f94a1df892cc48247729fb464afdce8cd4d91 (patch) | |
tree | dca627ababeb85bb1a2910c19812ce616523e7ae /RELEASE-NOTES | |
parent | 3b4d430cd81798239bc17a48aa9b1f8efe825ec3 (diff) | |
download | curl-7f9f94a1df892cc48247729fb464afdce8cd4d91.tar.gz |
RELEASE-NOTES: remove mentioned of bug never in a release
The --silent bug came with 7561a0fc834c435 which was never in a release.
Pointed out by Kamil Dudka
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 55bc1b54e..e14cd0def 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,7 +45,6 @@ This release includes the following bugfixes: o test231: fix wrong -C use o docs: switch to proper UTF-8 for text file encoding o keepalive: DragonFly uses milliseconds [9] - o --silent was ignored when standard output was redirected to a file o HTTP Digest: Client's "qop" value should not be quoted o make distclean works again |