zip30h.ann 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Zip 3.0h
  2. We have posted Zip Beta 3.0h, May 31st 2008. This is a beta
  3. release, but is more or less complete and is considered a release
  4. candidate. See the file WhatsNew for a list of major features
  5. implemented and what's left.
  6. The archive reading and writing code in Zip 3.0 has been redone to
  7. support split archives. We've extensively tested the code over the
  8. last year, but you should thoroughly test it yourself before relying
  9. on it. Also note that Unicode support has been added and should comply
  10. with the latest AppNote, but is still new and so may need refining.
  11. Please test this beta and let us know if we're ready to officially
  12. release Zip 3.0.
  13. New things in Zip 3.0h
  14. - Allow -@ and -x to work together.
  15. - Change long Unicode escapes from #Lxxxxxxxx to #Lxxxxxx.
  16. - Unicode code cleanup to support additional compilers and also
  17. some memory leak fixes.
  18. - Update symbolic link checks.
  19. - Add support for 32-bit UIDs/GIDs.
  20. - Update VMS notes.
  21. - Fix bug where directory scan using -AS (include only files
  22. with Windows archive bit set) would skip files in directories
  23. with bit not set.
  24. - Add Unix IBM support.
  25. - Change -W to -ws to free -W for later use.
  26. - Fix large file support for MinGW.
  27. - Fix large file support for bzip2.
  28. - Fix compile error in ZipCloak when UNICODE_SUPPORT is not enabled.
  29. - Fix Unicode bug in ZipCloak involving Unicode paths.
  30. - Additional small bug fixes.