-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
|
||
#define FUSE_USE_VERSION 27 | ||
#define PROGRAM "mount-zip" | ||
#define VERSION "1.0.6" | ||
#define VERSION "1.0.7" | ||
|
||
#endif |