Skip to content

Commit fd98ccb

Browse files
committed
Release 0.42.0
1 parent 1e5e07b commit fd98ccb

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.0) unstable; urgency=medium
2+
3+
* Create files/directories with correct uid/gid
4+
5+
-- Vitaliy Filippov <[email protected]> Thu, 24 Oct 2024 21:17:58 +0300
6+
17
geesefs (0.41.3) unstable; urgency=medium
28

39
* Allow to disable directory listing pre-loading when looking up individual files

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.41.3"
33+
const GEESEFS_VERSION = "0.42.0"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)