Skip to content

Commit 36992a5

Browse files
committed
Release 0.42.1
1 parent 098cebc commit 36992a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
geesefs (0.42.1) unstable; urgency=medium
2+
3+
* Disable new FUSE-T on macos (came from jacobsa/fuse library)
4+
5+
-- Vitaliy Filippov <[email protected]> Wed, 06 Nov 2024 17:08:21 +0300
6+
17
geesefs (0.42.0) unstable; urgency=medium
28

39
* Create files/directories with correct uid/gid

internal/cfg/flags.go

Lines changed: 1 addition & 1 deletion
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.0"
33+
const GEESEFS_VERSION = "0.42.1"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)