Skip to content

Commit

Permalink
Release 0.40.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Apr 22, 2024
1 parent 2b974d9 commit 8b88547
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.40.8) unstable; urgency=medium

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

-- Vitaliy Filippov <[email protected]> Mon, 22 Apr 2024 12:48:23 +0300

geesefs (0.40.7) unstable; urgency=medium

* Prevent panic possible on conflict during multipart complete
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.7"
const GEESEFS_VERSION = "0.40.8"

var flagCategories map[string]string

Expand Down

0 comments on commit 8b88547

Please sign in to comment.