Skip to content

Commit

Permalink
Bump version to 0.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Jan 23, 2023
1 parent 19e9b07 commit 3bbee0e
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.34.4) unstable; urgency=medium

* Implement fallocate(), except really perverted FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE

-- Vitaliy Filippov <[email protected]> Mon, 23 Jan 2023 20:14:39 +0300

geesefs (0.34.3) unstable; urgency=medium

* Followup to 0.32.0's file truncation fix - fix an additional case of the same bug
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.3"
const GEESEFS_VERSION = "0.34.4"

var flagCategories map[string]string

Expand Down

0 comments on commit 3bbee0e

Please sign in to comment.