summaryrefslogtreecommitdiff
path: root/zip30h.ann
blob: 48bda34e62e0572f89cf408057ce916e26e7bed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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.