From: J. Alexander Treuman Date: Sun, 23 Mar 2008 04:27:29 +0000 (-0400) Subject: TODO.txt: cleaning up and splitting into pre- and post-release sections X-Git-Tag: v0.2.0~13 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=f1fcd2f66be232186ce0947b401fef2653aa550b TODO.txt: cleaning up and splitting into pre- and post-release sections --- diff --git a/TODO.txt b/TODO.txt index d457aa9..041f4fb 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,9 +1,17 @@ python-mpd TODO List ==================== +Pre-release +----------- + +* IPv6 support +* remove line == SUCCESS test when in a command list (?) + + +Post-release +------------ + * port personal scripts to the new API and add them as examples -* benchmark removal of line == SUCCESS test when in a command list * converter support * global for parsing MPD_HOST/MPD_PORT * global for parsing MPD error messages -* IPv6 support (AF_INET6)