Skip to content

Commit

Permalink
Bump version to 0.34.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Mar 1, 2023
1 parent 778d489 commit 829bebd
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.34.5) unstable; urgency=medium

* Fix a possible race condition between rename & list due to the lack of locking around sealDir()
* Add support for Linux arm64 (use syscall.Dup3 instead of Dup2)

-- Vitaliy Filippov <[email protected]> Wed, 01 Mar 2023 23:45:24 +0300

geesefs (0.34.4) unstable; urgency=medium

* Implement fallocate(), except really perverted FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE
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.34.4"
const GEESEFS_VERSION = "0.34.5"

var flagCategories map[string]string

Expand Down

0 comments on commit 829bebd

Please sign in to comment.