Skip to content

Commit

Permalink
Release 0.37.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Aug 11, 2023
1 parent 0ba4361 commit 830dc8c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
geesefs (0.37.3) unstable; urgency=medium

* Hotfix for the new metadata eviction feature - it could lead to "panic:
unknown inode xxx" due to incorrect expiration timestamp being taken
into account
* Allow to disable xattrs for faster listings

-- Vitaliy Filippov <[email protected]> Fri, 11 Aug 2023 18:35:36 +0300

geesefs (0.37.2) unstable; urgency=medium

* Fix files not showing up in MacOS Finder (apart from directories and `ls` in terminal)
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.37.2"
const GEESEFS_VERSION = "0.37.3"

var flagCategories map[string]string

Expand Down

0 comments on commit 830dc8c

Please sign in to comment.