Skip to content

Releases: michaelrsweet/zipc

v1.3

10 Jan 00:31
2b7aa94
Compare
Choose a tag to compare

zipc v1.3 is a bug fix release. Changes include:

  • Fixed some issues when building using Visual Studio.
  • Switched to using localtime_r/s to avoid potential thread safety issues.
  • Fixed some issues reported by Coverity.

Enjoy!

v1.2

26 Oct 16:28
Compare
Choose a tag to compare

zipc v1.2 adds ZIP read support using the zipcOpenFile, zipcFileGets, zipcFileRead, zipcFileXMLGets, and zipcXMLGetAttribute functions. It also fixes use from C++ code, fixes Visual C++ support, and adds support for the %f format in the zipcFileXMLPrintf function.

Enjoy!

v1.1

23 Apr 15:22
Compare
Choose a tag to compare

zipc v1.1 adds a zipcCopyFile function to efficiently copy files into ZIP containers and fixes an issue with some EPUB and OPC applications.

v1.0

05 Apr 12:40
Compare
Choose a tag to compare

zipc is a simple ZIP container "library" consisting of a C source file and accompanying header file. Version 1.0 implements writing of ZIP containers with files smaller than 4GB. Files can be stored as-is or compressed with deflate (gzip) compression.