Skip to content

Commit

Permalink
Version 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fdegros committed Jun 2, 2024
1 parent 36199a5 commit 1e1fd14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-06-02 François Degros <fdegros@chromium.org>

* Released mount-zip 1.0.15:
- Fix statvfs implementation
- Truncate filenames to NAME_MAX bytes
- Adjust filename extension detection
- Adjust filename collision resolution

2024-04-21 François Degros <fdegros@chromium.org>

* Released mount-zip 1.0.14:
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.14"
#define VERSION "1.0.15"

#endif

0 comments on commit 1e1fd14

Please sign in to comment.