diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 23:09:11 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 23:09:11 +0000 |
commit | 5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e (patch) | |
tree | 0b1abe856e6e63ffdfc2eb606e6f9f514f78dacf /TODO.txt | |
parent | caecc7b9bcb8ecdc954dbbd376ba661af9fa8be8 (diff) | |
download | fetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.tar.gz fetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.tar.bz2 fetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.zip |
Revert incompatible pre/post-connect cmd fix part.
...and postpone for fetchmail 6.4.
svn path=/branches/BRANCH_6-3/; revision=5296
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ questionable: <simpkins@cisco.com> around Nov 2nd)? 6.4: +- use PS_PROTOCOL for pre-/post-connect command failures - 6.3 uses + PS_SYNTAX, and that's not necessarily the case. At least if the + command terminates with a signal, we should report PS_PROTOCOL. - revisit maximum allowed rcfile permissions, fix inconsistency (silently allowing g+x). - make UID code more efficient, parsing is O(n^2), should be no worse |