From 11022743817234f63a041162868b0bb697ccb35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Degros?= Date: Tue, 27 Dec 2022 12:10:30 +1100 Subject: [PATCH] Version 1.0.8 --- changelog | 7 +++++++ config.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index df878f4..66c66dc 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +2022-12-27 François Degros + + * Released mount-zip 1.0.8: + - Add --precache option for preemptive caching + - Implement statfs + - Use libzip's zip_file_is_seekable + 2022-09-06 François Degros * Released mount-zip 1.0.7: diff --git a/config.h b/config.h index b0694d1..59a558a 100644 --- a/config.h +++ b/config.h @@ -19,6 +19,6 @@ #define FUSE_USE_VERSION 27 #define PROGRAM "mount-zip" -#define VERSION "1.0.7" +#define VERSION "1.0.8" #endif