Skip to content

Commit 8b5b3ab

Browse files
committed
Release 0.42.2
1 parent 0941c5c commit 8b5b3ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
geesefs (0.42.1) unstable; urgency=medium
28

39
* Disable new FUSE-T on macos (came from jacobsa/fuse library)

internal/cfg/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/urfave/cli"
3131
)
3232

33-
const GEESEFS_VERSION = "0.42.1"
33+
const GEESEFS_VERSION = "0.42.2"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)