We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c94140 commit 0e1f358Copy full SHA for 0e1f358
2 files changed
changelog
@@ -1,3 +1,10 @@
1
+2021-11-28 François Degros <fdegros@chromium.org>
2
+
3
+ * Released mount-zip 1.0.3:
4
+ - Don't try to seek encrypted files
5
+ - Better debug logs for lengthy operations
6
+ - Tuned Makefile
7
8
2021-11-23 François Degros <fdegros@chromium.org>
9
10
* Released mount-zip 1.0.2:
config.h
@@ -19,6 +19,6 @@
19
20
#define FUSE_USE_VERSION 27
21
#define PROGRAM "mount-zip"
22
-#define VERSION "1.0.2"
+#define VERSION "1.0.3"
23
24
#endif
0 commit comments