Skip to content

v2.6.11

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 07 Aug 23:23
· 1793 commits to master since this release
  • Fixed a bug where adding 2 entries with the same filename concurrently with ZipWriter#add() did not necessarily trigger an exception (the first entry was overridden by the second one).
  • Added some examples in the API documentation.