diff --git a/debian/changelog b/debian/changelog index 0e35b325..47350c8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geesefs (0.28.7) stable; urgency=medium + + * Fix multipart file xattrs not being saved to S3 + * Fix compatibility with [closed-source :-(] macfuse 4.x + + -- Vitaliy Filippov Fri, 08 Oct 2021 16:27:36 +0300 + geesefs (0.28.6) stable; urgency=medium * Do not remove unmodified inodes from cache just to re-add them back when listing diff --git a/internal/flags.go b/internal/flags.go index d58e82fb..96fe1129 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -29,7 +29,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.28.6" +const GEESEFS_VERSION = "0.28.7" var flagCategories map[string]string