Releases: google/mount-zip
Releases Β· google/mount-zip
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
dmask
andfmask
options - Sensible default access bits
- Better handling of
default_permissions
option - Better handling of double filename extensions (e.g.
.tar.gz
)
Full Changelog: v1.0.15...v1.2
Version 1.0.15
- Fix
statvfs
implementation - Truncate filenames to
NAME_MAX
bytes - Adjust filename extension detection
- Adjust filename collision resolution
Full Changelog: v1.0.14...v1.0.15
Version 1.0.14
- Add
--memcache
option for in-memory cache - Add workaround for cache on filesystems that don't support
O_TMPFILE
- Support older versions of
libzip
than 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
$TMPDIR
by default
Version 1.0.11
- No functional modification compared to the previous release
- Tweaked some
Makefile
s
Version 1.0.10
- No functional modification compared to the previous release
- Use a pre-generated man page, which means that you don't need
pandoc
to be installed when runningmake install
Version 1.0.9
- No functional modification compared to the previous release
- Use
std::bit_floor
to simplify some code
Version 1.0.8
- Add
--precache
option for preemptive caching - Implement
statfs
- Use libzip's
zip_file_is_seekable