All Versions
12
Latest Version
Avg Release Cycle
142 days
Latest Release
1250 days ago

Changelog History
Page 2

  • v0.85.3.365 Changes

    August 15, 2016

    ๐Ÿ”„ 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.
  • v0.85.2.329 Changes

    August 15, 2016

    ๐Ÿ”„ Changes for 0.85.2.329

    • Minor tweaks for CF, ZipEntryFactory and ZipFile.
    • ๐Ÿ›  Fix for zip testing and Zip64 local header patching.
    • ๐Ÿ›  FastZip revamped to handle file attributes on extract + other fixes
    • ๐Ÿ›  Null ref in path filter fixed.
    • ๐Ÿ›  Extra data handling fixes
    • ๐Ÿ— Revamped build and conditional compilation handling
    • ๐Ÿ›  Many bug fixes for Zip64.
    • Minor improvements to C# samples.
    • ZIP-1341 Non ascii zip password handling fix.
    • ZIP-355 Fix for zip compression problem at low levels