We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36199a5 commit 1e1fd14Copy full SHA for 1e1fd14
2 files changed
changelog
@@ -1,3 +1,11 @@
1
+2024-06-02 François Degros <fdegros@chromium.org>
2
+
3
+ * Released mount-zip 1.0.15:
4
+ - Fix statvfs implementation
5
+ - Truncate filenames to NAME_MAX bytes
6
+ - Adjust filename extension detection
7
+ - Adjust filename collision resolution
8
9
2024-04-21 François Degros <fdegros@chromium.org>
10
11
* Released mount-zip 1.0.14:
config.h
@@ -19,6 +19,6 @@
19
20
#define FUSE_USE_VERSION 27
21
#define PROGRAM "mount-zip"
22
-#define VERSION "1.0.14"
+#define VERSION "1.0.15"
23
24
#endif
0 commit comments