From 18d9abb15cf863bbe465a66c971943fbc611b0ec Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sun, 7 Nov 2004 12:54:55 +0000 Subject: [PATCH] * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2. * TODO: Added issue about hiding passwords in VFS pathnames. --- ChangeLog | 5 +++++ TODO | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89d7b2302..a55ba3337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-07 Roland Illig + + * TODO (4.6.1): Moved the '#' in path names issue to 4.6.2. + * TODO: Added issue about hiding passwords in VFS pathnames. + 2004-11-05 Andrew V. Samoilov * README: Fix typo. diff --git a/TODO b/TODO index 174bcb9de..633d6bdce 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,6 @@ Before 4.6.1 ============ -Untaring files with # in name fails. - Check the following programs for proper pathname quoting. vfs/extfs/audio.in vfs/extfs/bpp @@ -22,6 +20,10 @@ vfs/extfs/uzoo.in Before 4.6.2 ============ +Hide the passwords when displaying mcvfs path names. + +Untaring files with # in name fails. + Broken pipe warning when viewing large *.tar.gz files. Warnings should be shown before the viewer is started if possible.