Skip to content

Commit

Permalink
Bump version to 0.31.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Aug 3, 2022
1 parent 9f3b5c7 commit 9c533d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
geesefs (0.31.5) unstable; urgency=medium

* Reduce global FS lock contention and fix some theoretical deadlocks

-- Vitaliy Filippov <[email protected]> Wed, 03 Aug 2022 18:12:51 +0300

geesefs (0.31.4) unstable; urgency=medium

* Add FUSE BatchForget operation support - should fix memory leaks on some kernels
Expand Down
2 changes: 1 addition & 1 deletion internal/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.31.4"
const GEESEFS_VERSION = "0.31.5"

var flagCategories map[string]string

Expand Down

0 comments on commit 9c533d7

Please sign in to comment.