Releases: google/mount-zip
Releases · google/mount-zip
Version 1.10
- Can mount several ZIP archives, either on top of each other (by default), or next to each other (with the
-o nomergeoption) (#28) - Automatically trim as many directories as possible from the top of the tree
- Add the
-o notrimoption for cases where no tree trimming is desired or necessary
Full Changelog: v1.8...v1.10
Version 1.8
- Use FUSE 3 by default (#26)
Full Changelog: v1.6...v1.8
Version 1.6
- By default, create the mount point in the current working directory
- Always use
-ofor command line options - Don't use path prefixes such as
ROOT,UPorCURfor absolute and parent-relative paths - Keep inode number when updating a directory node
Full Changelog: v1.4...v1.6
Version 1.4
- Handle file paths starting with
./(#29) - Adjust blackbox tests so that they can successfully run in a different time zone than the author's time zone
Full Changelog: v1.2...v1.4
Version 1.2
- Default file UID/GID is the UID/GID of the user running
mount-zip - Add
dmaskandfmaskoptions - Sensible default access bits
- Better handling of
default_permissionsoption - Better handling of double filename extensions (e.g.
.tar.gz)
Full Changelog: v1.0.15...v1.2
Version 1.0.15
- Fix
statvfsimplementation - Truncate filenames to
NAME_MAXbytes - Adjust filename extension detection
- Adjust filename collision resolution
Full Changelog: v1.0.14...v1.0.15
Version 1.0.14
- Add
--memcacheoption for in-memory cache - Add workaround for cache on filesystems that don't support
O_TMPFILE - Support older versions of
libzipthan 1.9.1
Full Changelog: v1.0.13...v1.0.14
Version 1.0.13
- Allow control characters in filenames and paths
Version 1.0.12
- Use
$TMPDIRby default
Version 1.0.11
- No functional modification compared to the previous release
- Tweaked some
Makefiles