We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4929ab2 commit f23e7c9Copy full SHA for f23e7c9
2 files changed
changelog
@@ -1,3 +1,14 @@
1
+2021-12-22 François Degros <fdegros@chromium.org>
2
+
3
+ * Released mount-zip 1.0.4:
4
+ - Add tests
5
+ - Add "raw" and "libzip" filename encodings
6
+ - Skip filenames longer than NAME_MAX
7
+ - Use fuse_main()
8
+ - Improve logs
9
+ - Fix for NetBSD
10
11
12
2021-11-28 François Degros <fdegros@chromium.org>
13
14
* Released mount-zip 1.0.3:
config.h
@@ -19,6 +19,6 @@
19
20
#define FUSE_USE_VERSION 27
21
#define PROGRAM "mount-zip"
22
-#define VERSION "1.0.3"
+#define VERSION "1.0.4"
23
24
#endif
0 commit comments