Skip to content

Commit

Permalink
Release 0.40.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed May 17, 2024
1 parent 4500d98 commit 7b132c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
geesefs (0.40.9) unstable; urgency=medium

* Implement "debug" xattr to dump internal file/directory states online
* Do not delete destination file when renaming another file over it
* Return geesefs version in a hidden extended attribute "geesefs"

-- Vitaliy Filippov <[email protected]> Fri, 17 May 2024 17:56:22 +0300

geesefs (0.40.8) unstable; urgency=medium

* Prevent panic (crash) possible during flushing and inode expiration
Expand Down
2 changes: 1 addition & 1 deletion internal/cfg/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.40.8"
const GEESEFS_VERSION = "0.40.9"

var flagCategories map[string]string

Expand Down

0 comments on commit 7b132c8

Please sign in to comment.