From 8b5b3ab789b434504225195ad3165085f7da1c6f Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 27 Nov 2024 17:19:31 +0300 Subject: [PATCH] Release 0.42.2 --- debian/changelog | 6 ++++++ internal/cfg/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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