diff --git a/debian/changelog b/debian/changelog index 940a9aa..9c82729 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.42.2) unstable; urgency=medium + + * Fix Create on Windows not returning EEXIST for existing files + + -- Vitaliy Filippov Wed, 27 Nov 2024 17:18:53 +0300 + geesefs (0.42.1) unstable; urgency=medium * Disable new FUSE-T on macos (came from jacobsa/fuse library) diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index f0d341f..5880ccd 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.42.1" +const GEESEFS_VERSION = "0.42.2" var flagCategories map[string]string