diff options
author | Kalle Wallin <kaw@linux.se> | 2004-07-09 07:33:07 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-07-09 07:33:07 +0000 |
commit | 2ceae6edcc4ce94bf3c19bb1a1460a8bcae7929b (patch) | |
tree | a70a0fe07aafe54e995bfdd36cb5a25891f34863 /TODO | |
parent | 5611df1a992b751a66ee594fac6f78710e769c00 (diff) | |
download | mpd-2ceae6edcc4ce94bf3c19bb1a1460a8bcae7929b.tar.gz mpd-2ceae6edcc4ce94bf3c19bb1a1460a8bcae7929b.tar.xz mpd-2ceae6edcc4ce94bf3c19bb1a1460a8bcae7929b.zip |
Updated version to 0.11.0
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1818 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,14 +4,12 @@ Features: * search screen * id3 browser -Other: -* Add libgpm support? - Glib * replace snprintf with g_snprintf or g_strdup_printf * replace strcat with g_strlcat or g_strconcat() * replace strncpy with g_strlcpy * replace strstr with g_strrstr +* replace vsnprintf with g_vsprintf or g_strdup_vprintf(format,ap); * ... |