diff --git a/debian/changelog b/debian/changelog index 45e26db2..2554859e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 18 Apr 2023 16:06:25 +0300 + geesefs (0.35.1) unstable; urgency=medium * Log conflicts with inode ID diff --git a/internal/flags.go b/internal/flags.go index e276525f..de0b7554 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -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