This commit is contained in:
Ryan C. Gordon 2002-07-21 09:54:37 +00:00
parent ebcc9fb045
commit 60d04e4486
1 changed files with 2 additions and 0 deletions

2
TODO
View File

@ -4,6 +4,8 @@ These are in no particular order. A 1.0 release is reliant on doing most of
this stuff. Some might be dupes, some might be done already.
- Include the Visual Studio.NET project file in CVS directly.
- Change platform detection so it doesn't need sed?
- Deal with Unix platforms without POSIX threads (NetBSD, etc).
- Make the zipfile parse symlinks with relative paths. See the function
expand_symlink_path() in archivers/zip.c ...
- Actually, the zipfile driver could use a lot of tweaking. Please look