diff --git a/debian/changelog b/debian/changelog index 3eaa3ff..7bded82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.40.8) unstable; urgency=medium + + * Prevent panic (crash) possible during flushing and inode expiration + + -- Vitaliy Filippov Mon, 22 Apr 2024 12:48:23 +0300 + geesefs (0.40.7) unstable; urgency=medium * Prevent panic possible on conflict during multipart complete diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index b42d6ff..ff40563 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.40.7" +const GEESEFS_VERSION = "0.40.8" var flagCategories map[string]string