Rebex ZIP 新版本發表
Released: Feb 22, 2016
Updates in this release
Updates in 2016 R1.1
- Added experimental binaries of most Rebex components (FTP/SSL, SFTP, File Server, Secure Mail, ZIP, Time, Security) for Xamarin.Mac platforms. They are suitable for targeting Xamarin.Mac Mobile Framework and Xamarin.Mac .NET 4.5 Framework projects.
- ZIP: Added workaround for ZIP files which specify zero for "total count of disks".
Released: Jan 15, 2016
Updates in this release
Updates in 2016 R1
- Rebex assemblies are now signed with SHA-256 signatures in addition to legacy SHA-1 signatures.
- Added workaround for Xamarin.Android whose Dns.GetHostEntry resolves 'localhost' to device's external IP address.
- Better exception message when working with ZIP archives which use PKWARE's proprietary encryption algorithm.
- ZipArchive now implements IEnumerable<ZipItem> to make it easier to iterate the items.
- ZipArchive.PasswordRequired event is raised correctly when calling...
Released: Aug 28, 2015
Updates in this release
Updates in 2015 R4
- Support for Windows 10, .NET 4.6 and Visual Studio 2015 - This release adds official support for Windows 10, .NET Framework 4.6 and Visual Studio 2015.
- Multi-core Compression - Rebex ZIP can now take advantage of multi-core systems and uses multiple threads to speed-up compression on modern CPUs.
Released: Feb 10, 2015
Updates in this release
Updates in 2015 R1
- Support for Xamarin Unified API - Easily share code between iOS and Mac and target both 32-bit and 64-bit platforms with the same binary.
Released: Jul 16, 2014
Updates in this release
Updates in 2014 R2
- Eliminated "Unknown heap type" warnings in Mono.
- Added argument-less overload for ZipArchive.Close method.
- Added static Compressor class with simple data compression methods.
- Added Load, Save and Generate methods to PrivateKeyInfo and PublicKeyInfo classes.
- Enhanced CertificationRequest class to support request generating in addition to parsing.
- Fixed behavior with disabled UseFipsAlgorithmOnly on FIPS-only systems.
Released: Mar 12, 2014
Updates in this release
Updates in 2014 R1
- ZipArchive no longer throws an unsaved changes exception when nothing has explicitly changed.
- ActionOnExistingFiles can now be specified in the AddFile and ExtractFile methods.
- Added ZipArchiveOptions.CreateDirectoryEntries option to force creation of directory entries.
Released: Aug 15, 2013
Updates in this release
Updates in 2013 R1
- Added support for Mono.
- Enhanced workaround for Stream.Seek on .NET CF.
- Fixed finalizers that called state-changed events in some cases.
- Added workaround for instances of FileStream that returned "[Unknown]" name.
- FileLogWriter enhanced to log assembly version when opening log file.
- Added missing PublicKeyInfo() constructor.
- Added FileSet.ContainingDirectoriesIncluded option.
- Encoding tool support for IBM437 charset on all platforms.
- Fixed handle leak in CertifiacteStore...