Differences
This shows you the differences between the selected revisions of the page.
| 2005-09-17 | 2005-09-19 | ||
| 2005-09-17 (martin) | 2005-09-18 (martin) | ||
| Line 4: | Line 4: | ||
| ===== Not Released Yet ===== | ===== Not Released Yet ===== | ||
| - | === 2005-09-17 === | + | === 2005-09-18 === |
| * If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | * If the SFTP server does not provide file permissions/owner/group in directory listing, WinSCP requests them explicitly before showing Properties dialog. | ||
| Line 10: | Line 10: | ||
| * When changing file properties, ''chgrp'' and ''chown'' are called before ''chmod'', because they change file permissions (SCP-only). | * When changing file properties, ''chgrp'' and ''chown'' are called before ''chmod'', because they change file permissions (SCP-only). | ||
| * Logging to file can be enabled using new ''/log'' command-line option. | * Logging to file can be enabled using new ''/log'' command-line option. | ||
| + | * Improved cleaning of directory change cache on symbolic link deletion. | ||
| * SFTP extension "versions", specifying list of supported protocol versions, is decoded and logged. | * SFTP extension "versions", specifying list of supported protocol versions, is decoded and logged. | ||
| * SFTP extension "supported" is ignored, when extension "supported2" is also sent by the server. | * SFTP extension "supported" is ignored, when extension "supported2" is also sent by the server. | ||
| Line 15: | Line 16: | ||
| * Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | * Transfer setting preset info tip does not show settings unusable in current context (server capabilities, etc.). | ||
| * Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | * Transfer setting options "Permissions" and "Preserve read-only" are disabled when the server does not support permissions. | ||
| + | * Navigation tree on login and preferences dialogs widened to allow longer translations. | ||
| * When sorting files in file panel, filename is always secondary criteria. | * When sorting files in file panel, filename is always secondary criteria. | ||
| + | * Bug fix: Fixed resolving symbolic links in subdirectories. | ||
| + | * Bug fix: After directory refresh, WinSCP sometime incorrectly behaved as if the user were dragging the selected file. | ||
| * Bug fix: SCP fallback for SSH-1 was not working. | * Bug fix: SCP fallback for SSH-1 was not working. | ||
| * Bug fix: Uploads of files into previously non-existing directory could not be resumed (SFTP-only). | * Bug fix: Uploads of files into previously non-existing directory could not be resumed (SFTP-only). | ||