diff --git a/debian/changelog b/debian/changelog index 2a550ae2..6fad3e23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.26.1) stable; urgency=medium + + * Fix several buffer-management bugs which could lead to crashes or corrupted reads + + -- Vitaliy Filippov Fri, 03 Sep 2021 23:48:34 +0300 + geesefs (0.26.0) stable; urgency=medium * Implement basic on-disk cache diff --git a/internal/flags.go b/internal/flags.go index 57f759e6..71b756a5 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -29,7 +29,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.26.0" +const GEESEFS_VERSION = "0.26.1" var flagCategories map[string]string