This commit is contained in:
Ryan C. Gordon 2002-07-25 17:17:38 +00:00
parent cdac19f131
commit d15731bb8e
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
* CHANGELOG.
*/
07252002 - configure.in and unix.c now deal with platforms that lack a
functional pthread library. Edward Rudd sent in a patch to the RPM
specfile to have the build system set the correct version.
07242002 - Rewrote ZIP_enumerate(). Hopefully it sucks less this time.
unix.c and configure.in now have the infrastructure to disable
the CD-ROM detection code, and use a stub that successfully (and

2
TODO
View File

@ -5,7 +5,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
- Include the Visual Studio.NET project file in CVS directly.
- Favor archivers that have the same extension as an archive when opening.
- Deal with Unix platforms without POSIX threads (NetBSD, etc).
- Remove extra exists() calls where possible.
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less
important, since streaming archives aren't of much value to games (which
is why zipfiles are king: random access), but it could have uses for, say,