Ryan C. Gordon 23 anos atrás
pai
commit
d15731bb8e
2 arquivos alterados com 4 adições e 1 exclusões
  1. 3 0
      CHANGELOG
  2. 1 1
      TODO

+ 3 - 0
CHANGELOG

@@ -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

+ 1 - 1
TODO

@@ -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,