diff --git a/debian/changelog b/debian/changelog index 9a873317..45e26db2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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) diff --git a/internal/flags.go b/internal/flags.go index 281a9a35..e276525f 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -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