Build 4129: Several bugfixes in Rebex ZIP
| Lukas Pokorny
This is a small bugfix release for several bugs in Rebex ZIP:
- ZIP: Fixed a bug in the GzipDecompressionStream class causing an InvalidCastException to be thrown when accessing Gzip specific properties.
- ZIP: Fixed a bug in the FileSet class causing an ArgumentException to be thrown when adding a root path (such as "C: ").
- ZIP: Fixed a bug causing an ArgumentException to be thrown when extracting items specified by a mask from the root directory (such as "/ *.txt").
ZIP: Fixed a bug causing a deadlock in the Add method on .NET CF.