Skip to content

Commit

Permalink
Bump version to 0.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Apr 18, 2023
1 parent 4cc0bec commit 11c8afc
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.35.2) unstable; urgency=medium

* Fix a crash with files of exactly maximum allowed size
* Fix a potential inode leak due to missing dereference of "dead" deleted inodes

-- Vitaliy Filippov <[email protected]> Tue, 18 Apr 2023 16:06:25 +0300

geesefs (0.35.1) unstable; urgency=medium

* Log conflicts with inode ID
Expand Down
2 changes: 1 addition & 1 deletion internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.35.1"
const GEESEFS_VERSION = "0.35.2"

var flagCategories map[string]string

Expand Down

0 comments on commit 11c8afc

Please sign in to comment.