zip30f.ann 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Zip 3.0f
  2. We have posted Zip Beta 3.0f, September 24th 2007. This is a beta
  3. release, but is more or less complete. See the file WhatsNew for
  4. a list of major features implemented and what's left.
  5. The archive reading and writing code in this beta has been redone to
  6. support split archives. We've extensively tested the code over the
  7. last year, but you should thoroughly test it yourself before relying
  8. on it. Also note that Unicode support is preliminary and may change
  9. before release, but currently there seems agreement between Info-ZIP
  10. and others on how to handle storing UTF-8 paths and that approach is
  11. implemented in Zip 3.0.
  12. Please test this beta and let us know if we're ready to officially
  13. release Zip 3.0.
  14. New things in Zip 3.0f
  15. - Split archives - Zip now can create and indirectly update split
  16. archives
  17. - Unicode support - Zip now stores Unicode paths that should be more
  18. portable across character sets and languages and Zip now can
  19. read Windows file names in most all character sets using Unicode,
  20. but this support is preliminary and may change by release
  21. - bzip2 - bzip2 compression is now supported
  22. - Console writing - Messages to the console are more consistently
  23. formatted
  24. - Streaming - Directories are now handled better when streaming
  25. - Date range - Can now use -t and -tt to set a date range
  26. - UnZip Check - Check if UnZip 6.00 or later is available for
  27. testing a Zip64 archive
  28. - License - minor updates to the license
  29. - Difference mode - A new option -DF (--dif) creates an output archive that
  30. includes only files changed or added since the input archive was created,
  31. and might be useful for incremental backups
  32. - File Sync - New option -FS synchronizes the entries in an archive with the
  33. files on the file system, adding, updating, and deleting entries as needed,
  34. creating an updated archive that should be the same as a new archive, but
  35. since existing entries are copied and not recompressed it can be faster
  36. - Fix options - Options -F and -FF now fix split archives
  37. - Copy Mode - This new mode allows selecting archive entries to copy
  38. to a new archive
  39. - Case matching - On Windows and VMS, option -ic (ignore case) turns off
  40. case-sensitive matching of command line input patterns when matching
  41. entries in an archive
  42. - Windows OEM - With this compile option, file names are saved on
  43. Windows in the local OEM character set, as some other zips do
  44. - Windows Archive Bit support - On Windows can now select files
  45. using the Windows archive bit
  46. - Global dots - Can now set quiet mode, but output progress dots every
  47. so many bytes read, settable from KB to TB, allowing progress to be
  48. displayed for large archives without the screen scrolling
  49. - Empty archives - Options -i or -i@ can now output empty archives,
  50. which is useful in some scripts
  51. - Keep extra fields option - Option -X- allows passing through extra
  52. fields that Zip does not process
  53. - Large file encryption bug fixed - Fix for bug that very rarely
  54. results in bad data being stored when deflating and encrypting
  55. uncompressable large amounts of data and resulting in CRC errors
  56. - Show Files option - Can list the files that would be operated on
  57. - Delete date bug fixed - Bug when using -d with -t or -tt is fixed