diff --git a/changelog b/changelog index 3aa2e68..8f530a8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +2022-07-26 François Degros + + * Released mount-zip 1.0.6: + - Log a "Loading" progress message once per second + - Don't log PID in syslog + 2022-02-24 François Degros * Released mount-zip 1.0.5: @@ -61,7 +67,7 @@ - Renamed and formatted source files to Chromium's style - Enhanced README - Man page generated from README - + 2021-01-31 Alexander Galanin * Released 0.7.2: diff --git a/config.h b/config.h index 8cd0fef..3ea7b67 100644 --- a/config.h +++ b/config.h @@ -19,6 +19,6 @@ #define FUSE_USE_VERSION 27 #define PROGRAM "mount-zip" -#define VERSION "1.0.5" +#define VERSION "1.0.6" #endif