Skip to content

Commit

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

* Fix potential BUG: ModifiedChildren of xxx < 0
* Fix parallel inode eviction & listing bug sometimes leading to incorrect listings
* Update xfstests
* Fix a possible bug where flushing of a file could never finish (detected in xfstests)
* Print mount status both on the console and in syslog

-- Vitaliy Filippov <[email protected]> Thu, 17 Aug 2023 00:03:31 +0300

geesefs (0.37.3) unstable; urgency=medium

* Hotfix for the new metadata eviction feature - it could lead to "panic:
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.3"
const GEESEFS_VERSION = "0.37.4"

var flagCategories map[string]string

Expand Down

0 comments on commit 82e74b6

Please sign in to comment.