Skip to content

Commit 7b132c8

Browse files
committed
Release 0.40.9
1 parent 4500d98 commit 7b132c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
geesefs (0.40.9) unstable; urgency=medium
2+
3+
* Implement "debug" xattr to dump internal file/directory states online
4+
* Do not delete destination file when renaming another file over it
5+
* Return geesefs version in a hidden extended attribute "geesefs"
6+
7+
-- Vitaliy Filippov <vitaliff@yandex-team.ru> Fri, 17 May 2024 17:56:22 +0300
8+
19
geesefs (0.40.8) unstable; urgency=medium
210

311
* Prevent panic (crash) possible during flushing and inode expiration

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

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)