diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-24 21:47:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-24 21:47:35 +0000 |
commit | 775f86cb5a1ef5b46d2b7967878daca23c01f987 (patch) | |
tree | bc3a8106ae7138b5792c052acd236e35729c8033 /RELEASE-NOTES | |
parent | db1c92ceacce9dca14219a2a4e60fc106eecc355 (diff) |
Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle
URLs ending with a slash properly (it should list the contents of that
directory). Test case 351 brought back and also test 1010 was added.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f0f87f790..f425abd11 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following bugfixes: o ldap builds with the MSVC makefiles o no HOME and no key given caused SSH auth failure o Negotiate authentication over proxy + o --ftp-method nocwd on directory listings This release includes the following known bugs: |