Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fdegros committed Sep 6, 2022
1 parent 04f1600 commit a58e618
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2022-09-06 François Degros <[email protected]>

* Released mount-zip 1.0.7:
- Check compression and encryption methods at mount time
- Add --cache option to specify a cache directory
- Add --nocache option to disable caching
- 'make doc' shows the generated man page
- Fix bug in Path::WithoutExtension()
- Use open() with O_TMPFILE to create the cache file
- Emulate posix_fallocate on macOS
- Fix build error on macOS
- Remove listxattr and getxattr

2022-07-26 François Degros <[email protected]>

* Released mount-zip 1.0.6:
Expand Down
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

#define FUSE_USE_VERSION 27
#define PROGRAM "mount-zip"
#define VERSION "1.0.6"
#define VERSION "1.0.7"

#endif

0 comments on commit a58e618

Please sign in to comment.