mirror of
https://github.com/simplex-chat/zip.git
synced 2026-06-03 09:17:33 +00:00
93c670fcc5
Close #14. Two new features: * Added explicit check of “version needed to extract”, so if archive uses some advanced features that we do not support yet, parsing fails. * Value of “version needed to extract” field is now calculated dynamically with respect to actually used features, e.g. if you just store or deflate a not very big file, ‘2.0’ version will be written (previously we wrote ‘4.6’ unconditionally). This is needed to avoid scaring tools that can only handle basic Zip archives.