Skip to content

Commit a58e618

Browse files
committed
Version 1.0.7
1 parent 04f1600 commit a58e618

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2022-09-06 François Degros <fdegros@chromium.org>
2+
3+
* Released mount-zip 1.0.7:
4+
- Check compression and encryption methods at mount time
5+
- Add --cache option to specify a cache directory
6+
- Add --nocache option to disable caching
7+
- 'make doc' shows the generated man page
8+
- Fix bug in Path::WithoutExtension()
9+
- Use open() with O_TMPFILE to create the cache file
10+
- Emulate posix_fallocate on macOS
11+
- Fix build error on macOS
12+
- Remove listxattr and getxattr
13+
114
2022-07-26 François Degros <fdegros@chromium.org>
215

316
* Released mount-zip 1.0.6:

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
#define FUSE_USE_VERSION 27
2121
#define PROGRAM "mount-zip"
22-
#define VERSION "1.0.6"
22+
#define VERSION "1.0.7"
2323

2424
#endif

0 commit comments

Comments
 (0)