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