We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0941c5c commit 8b5b3abCopy full SHA for 8b5b3ab
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.42.2) unstable; urgency=medium
2
+
3
+ * Fix Create on Windows not returning EEXIST for existing files
4
5
+ -- Vitaliy Filippov <[email protected]> Wed, 27 Nov 2024 17:18:53 +0300
6
7
geesefs (0.42.1) unstable; urgency=medium
8
9
* Disable new FUSE-T on macos (came from jacobsa/fuse library)
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.42.1"
+const GEESEFS_VERSION = "0.42.2"
34
35
var flagCategories map[string]string
36
0 commit comments