File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2024-12-16 François Degros <fdegros@chromium.org>
2+
3+ * Released mount-zip 1.4:
4+ - Handle file paths starting with "./" (https://github.com/google/mount-zip/issues/29)
5+ - Adjust blackbox tests so that they can successfully run in a different time zone than the author's time zone
6+
172024-12-09 François Degros <fdegros@chromium.org>
28
39 * Released mount-zip 1.2:
1925
2026 * Released mount-zip 1.0.14:
2127 - Add --memcache option for in-memory cache file
22- - Add workaround for cache file on filesystems that don't support O_TMPFILE
23- - Support older versions of libzip than 1.9.1
28+ - Add workaround for cache file on filesystems that don't support O_TMPFILE (https://github.com/google/mount-zip/issues/23)
29+ - Support older versions of libzip than 1.9.1 (https://github.com/google/mount-zip/issues/20)
2430
25312024-03-27 François Degros <fdegros@chromium.org>
2632
Original file line number Diff line number Diff line change 2222
2323// Odd minor versions (e.g. 1.1 or 1.3) are development versions.
2424// Even minor versions (e.g. 1.2 or 1.4) are stable versions.
25- #define VERSION "1.3 "
25+ #define VERSION "1.4 "
2626
2727#endif
You can’t perform that action at this time.
0 commit comments