We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dc5a0 commit d9b5597Copy full SHA for d9b5597
2 files changed
changelog
@@ -1,3 +1,9 @@
1
+2022-07-26 François Degros <fdegros@chromium.org>
2
+
3
+ * Released mount-zip 1.0.6:
4
+ - Log a "Loading" progress message once per second
5
+ - Don't log PID in syslog
6
7
2022-02-24 François Degros <fdegros@chromium.org>
8
9
* Released mount-zip 1.0.5:
@@ -61,7 +67,7 @@
61
67
- Renamed and formatted source files to Chromium's style
62
68
- Enhanced README
63
69
- Man page generated from README
64
-
70
65
71
2021-01-31 Alexander Galanin <al@galanin.nnov.ru>
66
72
73
* Released 0.7.2:
config.h
@@ -19,6 +19,6 @@
19
20
#define FUSE_USE_VERSION 27
21
#define PROGRAM "mount-zip"
22
-#define VERSION "1.0.5"
+#define VERSION "1.0.6"
23
24
#endif
0 commit comments