SharpZipLib v0.85.3.365 Release Notes

Release Date: 2016-08-15 // over 7 years ago
  • ๐Ÿ”„ Changes for 0.85.3

    • โœ… Extended unit tests in many areas.
    • ๐Ÿ›  Fixed GZip reading of streams larger then 232.
    • ๐Ÿ Windows date time now handled in ExtraData.
    • Extensions to extra data handling.
    • Encrypting stored entries no longer consumes arbitrary amounts of memory.
    • DeflatorOutputStream now uses CryptoTransform
    • ZipInputStream detection of invalid sizes improved.
    • ZipHelperStream reading end of stream values now correctly handled
    • ๐Ÿ‘ ZipHelperStream now supports reading/writing data descriptors.
    • โœ… ZipFile testing data now handles data descriptors.
    • ZipFile adding entries now correctly handles data descriptors.
    • 0๏ธโƒฃ ZipFile now defaults to dynamic use of Zip64.
    • ๐Ÿ›  ZipEntryFactory class made public and bugs fixed.
    • ๐Ÿ›  ZipEntry DateTime handling cleaned up - Zero is treated as fixed low value and high values checked and handled.
    • โž• Added progress event handling to FastZip.