Skip to content

v2.7.44

Latest
Compare
Choose a tag to compare
@gildas-lormeau gildas-lormeau released this 06 May 09:33

What's Changed

  • fixed ZipReaderStream example in the documentation by @jespertheend in #510
  • fixed typo by @AbdullahSohail-SE in #511
  • fixed a minor issue when creating a zip file that led to the use of the zip64 format when it wasn't necessary, in the particular case where zip specification limits were reached (e.g. 65335 files in the archive) but not exceeded.
  • the default value of Entry#filename and Entry#comment will be used if encodeText/decodeText functions return undefined values (see #507)

New Contributors

Full Changelog: v2.7.43...v2.7.44