Skip to content

Commit

Permalink
Bump version to 0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Apr 5, 2023
1 parent e1302a1 commit b5fc921
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
geesefs (0.35.1) unstable; urgency=medium

* Log conflicts with inode ID
* Deny modifications of "invisible" deleted files
* Fix rare memory allocation deadlocks
* Rename inode.insertBuffer to inode.insertOrAppendBuffer
* Set GC percent to 20 instead of 100 by default
* Fix a crash on lookups possible in some cases
* Fix my email

-- Vitaliy Filippov <[email protected]> Wed, 05 Apr 2023 13:30:18 +0300

geesefs (0.35.0) unstable; urgency=medium

* Support forcibly refreshing the inode cache (setfattr -n .invalidate file)
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.0"
const GEESEFS_VERSION = "0.35.1"

var flagCategories map[string]string

Expand Down

0 comments on commit b5fc921

Please sign in to comment.