Skip to content

Commit

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

* Fix another bug in readahead merging also leading to inability to flush random writes
and add a test for it too

-- Vitaliy Filippov <vitaliff@yandex-team.ru> Wed, 20 Mar 2024 15:12:22 +0300

geesefs (0.40.4) unstable; urgency=medium

* Fix possible hangs during random write after full linear overwrite
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.4"
const GEESEFS_VERSION = "0.40.5"

var flagCategories map[string]string

Expand Down

0 comments on commit 163370b

Please sign in to comment.